From c45a3e0382527ac23af021f789351fba17b9a7c2 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Mon, 4 Mar 2024 21:29:21 +0100 Subject: [PATCH 01/11] Update dependabot.yml Signed-off-by: Jan Heinrich Reimer --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d489b50..8bafe33 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "npm" + - package-ecosystem: npm directory: /assets/ schedule: interval: weekly From ca04a3264293d0dc6764d72f096bcfc8418d23fa Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Tue, 5 Mar 2024 10:06:32 +0100 Subject: [PATCH 02/11] Update ci.yml Signed-off-by: Jan Heinrich Reimer --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38edd2b..81b860e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: pull_request: workflow_dispatch: schedule: - - cron: "0 7 * * *" + - cron: '0 7 * * *' jobs: build: From 950d105edb9a68d943953558bf5ea869662712cd Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Wed, 6 Mar 2024 05:04:14 +0100 Subject: [PATCH 03/11] Update ci.yml Signed-off-by: Jan Heinrich Reimer --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81b860e..755b6ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,7 @@ jobs: hugo-version: '0.123.4' extended: true - name: 🧰 Install dart-sass-embedded - run: | - curl -LJO https://github.com/sass/dart-sass-embedded/releases/download/1.56.2/sass_embedded-1.56.2-linux-x64.tar.gz; - echo "9e4f455f7b8619959d7878af2862383be58392eb963a14ff87cc512c03701e2a sass_embedded-1.56.2-linux-x64.tar.gz" | sha256sum -c; - tar -xvf sass_embedded-1.56.2-linux-x64.tar.gz; - echo "$GITHUB_WORKSPACE/sass_embedded/" >> $GITHUB_PATH + run: sudo snap install dart-sass - name: 🧰 Install Node uses: actions/setup-node@v4 with: From 5e1f0e27dc7e4a38a8d6a17a9c976d48a1513531 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Wed, 6 Mar 2024 04:23:06 +0000 Subject: [PATCH 04/11] Improve build --- .github/workflows/ci.yml | 1 - layouts/partials/site/styles.html | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 755b6ea..23977e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: '0.123.4' - extended: true - name: 🧰 Install dart-sass-embedded run: sudo snap install dart-sass - name: 🧰 Install Node diff --git a/layouts/partials/site/styles.html b/layouts/partials/site/styles.html index b22e02b..e18aed2 100644 --- a/layouts/partials/site/styles.html +++ b/layouts/partials/site/styles.html @@ -1,7 +1,6 @@ -{{- $options := dict "transpiler" "dartsass" "outputStyle" "compressed" -}} -{{- with resources.Get "/css/main.scss" | resources.ToCSS $options -}} - -{{- end -}} +{{ $options := dict "transpiler" "dartsass" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction) }} +{{ $style := resources.Get "/css/main.scss" | resources.ToCSS $options | resources.Fingerprint }} + {{/* Publish fonts. */}} {{- range $fontsPathPrefix := slice "/node_modules/@fortawesome/fontawesome-free/webfonts/" "/node_modules/academicons/fonts/" -}} From 63f44c7ca55d7295b4b47809b74f8a55f58fd95b Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Sun, 31 Mar 2024 18:04:42 +0200 Subject: [PATCH 05/11] Update ci.yml Signed-off-by: Jan Heinrich Reimer --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23977e0..31a8511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: uses: lycheeverse/lychee-action@v1 with: lycheeVersion: '0.13.0' - args: --require-https --verbose --no-progress --base public/ --cache --max-cache-age 1d --exclude https://twitter.com/H1iReimer/ --exclude heinrich@reimer.family --accept 999 --max-retries 10 --max-redirects 10 public/ + args: --require-https --verbose --no-progress --max-concurrency 2 --base public/ --cache --max-cache-age 1d --exclude https://twitter.com/H1iReimer/ --exclude heinrich@reimer.family --accept 999 --max-retries 10 --max-redirects 10 public/ fail: true - name: 📤 Upload public pages uses: actions/upload-artifact@v4 From b96723ef2f65553639bab8f26e2044e275ce3a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:47:57 +0000 Subject: [PATCH 06/11] Bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31a8511..54e875a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: - name: 🗜️ Create public pages archive run: zip -r public.zip public/ - name: 🚀 Create GitHub release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: Release ${{ steps.get-version.outputs.tag }} draft: false From c055076d7d976071a1a40fc97e51e0ab59851435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:51:59 +0000 Subject: [PATCH 07/11] Bump @fortawesome/fontawesome-free from 6.5.1 to 6.5.2 in /assets Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.5.1 to 6.5.2. - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2) --- updated-dependencies: - dependency-name: "@fortawesome/fontawesome-free" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- assets/package.json | 2 +- assets/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/package.json b/assets/package.json index 21f2100..8ced90f 100644 --- a/assets/package.json +++ b/assets/package.json @@ -1,7 +1,7 @@ { "license": "SEE LICENSE IN ../LICENSE", "dependencies": { - "@fortawesome/fontawesome-free": "^6.5.1", + "@fortawesome/fontawesome-free": "^6.5.2", "academicons": "^1.9.2", "normalize-scss": "^8.0.0" } diff --git a/assets/yarn.lock b/assets/yarn.lock index 5ba577a..d34fb1b 100644 --- a/assets/yarn.lock +++ b/assets/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@fortawesome/fontawesome-free@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.5.1.tgz#55cc8410abf1003b726324661ce5b0d1c10de258" - integrity sha512-CNy5vSwN3fsUStPRLX7fUYojyuzoEMSXPl7zSLJ8TgtRfjv24LOnOWKT2zYwaHZCJGkdyRnTmstR0P+Ah503Gw== +"@fortawesome/fontawesome-free@^6.5.2": + version "6.5.2" + resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.5.2.tgz#310fe90cb5a8dee9698833171b98e7835404293d" + integrity sha512-hRILoInAx8GNT5IMkrtIt9blOdrqHOnPBH+k70aWUAqPZPgopb9G5EQJFpaBx/S8zp2fC+mPW349Bziuk1o28Q== academicons@^1.9.2: version "1.9.2" From 5828cb950d97b8153f09cf8d6f7e8156817ef6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 04:16:11 +0000 Subject: [PATCH 08/11] Bump peaceiris/actions-hugo from 2 to 3 Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 2 to 3. - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v2...v3) --- updated-dependencies: - dependency-name: peaceiris/actions-hugo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54e875a..d678b8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: 📥 Check-out uses: actions/checkout@v4 - name: 🧰 Install Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.123.4' - name: 🧰 Install dart-sass-embedded From 56cd2bb2b9a754462a7882de7f6cb0ea444afe38 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Sun, 12 May 2024 00:04:58 +0200 Subject: [PATCH 09/11] Update ci.yml Signed-off-by: Jan Heinrich Reimer --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d678b8c..c84ce41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: id: get-version run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//} - name: 📥 Download public pages - uses: actions/download-artifact@master + uses: actions/download-artifact@v2 with: name: public-pages path: public/ From 7e62b29162a256d2def0451ee4bb2a97be627f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:24:20 +0000 Subject: [PATCH 10/11] Bump actions/download-artifact from 2 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c84ce41..8111efc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: id: get-version run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//} - name: 📥 Download public pages - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: public-pages path: public/ From 797c2d71f3a204382946d34da4bb62eb6c0c8917 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Mon, 3 Jun 2024 10:48:24 +0200 Subject: [PATCH 11/11] Improve publications shortening Signed-off-by: Jan Heinrich Reimer --- layouts/shortcodes/cv/publications.gohtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/shortcodes/cv/publications.gohtml b/layouts/shortcodes/cv/publications.gohtml index 099d4f6..ce77fa4 100644 --- a/layouts/shortcodes/cv/publications.gohtml +++ b/layouts/shortcodes/cv/publications.gohtml @@ -91,6 +91,7 @@ {{- $publisher = replace $publisher "Association for Computational Linguistics" "ACL" -}} {{- $publisher = replace $publisher "CEUR Workshop Proceedings" "CEUR.ws" -}} {{- $publisher = replace $publisher "National Institute of Standards and Technology (NIST)" "NIST" -}} + {{- $publisher = replace $publisher "International Joint Conferences on Artificial Intelligence Organization" "IJCAI" -}} {{- $links := index . "a" -}} {{- $linksPaper := where $links "-class" "paper" -}} {{- $linkPaper := "" -}} @@ -148,6 +149,9 @@ {{- with strings.FindRESubmatch "Working Notes Papers of the (CLEF [0-9]{4}) Evaluation Labs" $booktitle 1 -}} {{- $booktitle = index (index . 0) 1 -}} {{- end -}} + {{- with strings.FindRESubmatch "Lernen. Wissen. Daten. Analysen. – (LWDA [0-9]{4})" $booktitle 1 -}} + {{- $booktitle = index (index . 0) 1 -}} + {{- end -}} {{- $series := "" -}} {{- with where $spans "-class" "series" -}} {{- $series = index (index . 0) "#text" -}}