generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:lorenz-peter/lorenz-peter.github.io
- Loading branch information
Showing
6 changed files
with
19 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ name: Update Papers | |
on: | ||
schedule: | ||
- cron: '0 0 * * *' # Runs every day at midnight UTC | ||
workflow_dispatch: | ||
|
||
jobs: | ||
fetch-papers: | ||
|
@@ -15,10 +16,14 @@ jobs: | |
- name: Set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.x' # Use the latest version of Python | ||
python-version: '3.10' # Use the latest version of Python | ||
|
||
- name: Install dependencies | ||
run: | | ||
pip install lxml | ||
pip install nameparser | ||
pip install python-dateutil | ||
pip install requests | ||
pip install arxiv | ||
- name: Run script to fetch papers | ||
|
@@ -28,6 +33,6 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Peter Lorenz" | ||
git add papers.json | ||
git add assets/json/model_stealing_papers.json | ||
git commit -m "Update papers.json" || echo "No changes to commit" | ||
git push | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
--- | ||
layout: page | ||
title: Oxford ML Summer School 2022 | ||
description: Summer school participation | ||
title: Oxford ML Summer School | ||
description: Attendance certificates | ||
img: assets/img/oxlogo.jpg | ||
importance: 1 | ||
category: work | ||
giscus_comments: true | ||
--- | ||
|
||
[Link to certificate](https://github.com/lorenz-peter/lorenz-peter.github.io/blob/master/assets/pdf/OxML22.pdf) | ||
Certificates | ||
- [OxML 22](https://drive.google.com/file/d/1Ey7rUSonFuYGuXCQLrFQkrQfOfsHvFfR/view?usp=sharing) | ||
- [OxML 24](https://drive.google.com/file/d/1d81Qk7Nw4MmmoiiSvy4_PGyPrGonN4oq/view?usp=sharing) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.