Skip to content

Commit f4713c9

Browse files
committed
Github Action and positions
1 parent ccf3cc0 commit f4713c9

File tree

16 files changed

+85
-90
lines changed

16 files changed

+85
-90
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v3
3838
with:
39-
# Upload only sites
39+
# Upload only site
4040
path: './_site'
4141
- name: Deploy to GitHub Pages
4242
id: deployment

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ This is the [website](https://relationalml.github.io) of our academic research g
66

77
* [Requirements](#requirements)
88
* [How to run the website locally](#how-to-run-the-website-locally)
9-
* [How to add or modify information](#how-to-add-or-modify-information)
10-
* [Publish changes](#publish-changes)
9+
* [How to add or modify information](#how-to-add-or-modify-information)\
1110
* [Modify the website's text content](#modify-the-websites-text-content)
1211
* [Add a publication](#add-a-publication)
1312
* [Add news](#add-news)
@@ -20,16 +19,6 @@ This is the [website](https://relationalml.github.io) of our academic research g
2019

2120
## How to add or modify information
2221

23-
### Publish changes
24-
25-
It is **very important** to commit any change to the branch `source`, and not to `master`. The `master` branch is only used to host the built site, while `source` is used to host the source code.
26-
27-
The website is not updated automatically unless you run the script [`commit.sh`](commit.sh) to publish your changes. This script automates the process of building the site, committing changes to `source`, moving the built site to `master`, and pushing all. It takes two arguments: the files to be added and the commit message.
28-
29-
For example, if you want to add all files with the commit message `the message`, you need to run: `bash commit.sh "*" "the message"`. If you want to add only the file `file.md` with the commit message `the message`, you need to run: `bash commit.sh "file.md" "the message"`.
30-
31-
You might want to commit to `source` and let someone else update the changes for you, too.
32-
3322
### Modify the website's text content
3423

3524
Modify the markdown files in the folder [`_pages`](_pages).
@@ -60,6 +49,10 @@ If the person is a past member, modify the corresponding .yml file in folder [`_
6049

6150
Add a picture to [`images/team/`](images/team/), and its name to a field `photo` in the corresponding .yml file.
6251

52+
## Deployment
53+
54+
The website is automatically deployed by GitHub Pages when pushed. The website is built from the `source` branch, folder `_site_`, by a custom Github Action workflow (see [`.github/workflows/static.yml`](.github/workflows/static.yml)).
55+
6356
## About this website
6457

6558
This website is powered by Jekyll and some Bootstrap, Bootwatch, and it is mainly based on this [website](https://allanlab.org), plus this [one](https://alshedivat.github.io/al-folio/) with this [plugin](https://github.com/inukshuk/jekyll-scholar) for the bibliography. Go to `aboutwebsite.md` to learn how to copy and modify this page for your purpose.

_layouts/bib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- _layouts/bib.html -->
44
{% assign surnames = "" %}
55
{% for author in entry.author_array %}
6-
{% assign surnames = surnames | append: author.last | append: "," %}
6+
{% assign surnames = surnames | append: author.last %}
77
{% endfor %}
88
<div class="row" style="margin-top: 30px;" id="bib-{{entry.key}}-{{surnames}}">
99
<div class="preview">

_pages/home.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ style="width: 100%; border-radius: 40px; margin-left: auto;">
1111

1212
<h1>Relational ML Lab</h1>
1313

14-
We are a rapidly expanding research group led by [Dr. Rebekka Burkholz](https://sites.google.com/view/rebekkaburkholz/).
14+
We are a rapidly expanding research group led by [Dr. Rebekka Burkholz](https://sites.google.com/view/rebekkaburkholz/). Read more about our [research](research) and [publications](publications).
1515

16-
We are part of the CISPA Helmholtz Center for Information Security.
17-
18-
<!-- **We are looking for passionate new PhD students, Postdocs, and Master students to join the team!** [(more info)]({{ site.url }}{{ site.baseurl }}/vacancies) -->
16+
We are part of the CISPA Helmholtz Center for Information Security, which is based in Saarland, Germany.
1917

2018
<br>
2119
<figure class="fourth" style="text-align: center">

_pages/openings.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,30 @@ permalink: /vacancies
88

99
# Open positions
1010

11+
If you are interested in our [research](research), please contact [Dr. Rebekka Burkholz](https://sites.google.com/view/rebekkaburkholz/).
12+
1113
### Past open positions
1214

13-
### Applications for PhD and Postdoc positions
15+
We received an ERC Starting Grant in 2023 ([SPARSE-ML](https://cispa.de/en/erc-burkholz)) and had several open positions for PhD students and Postdocs:
16+
17+
- [PhD position in sparse machine learning](https://euraxess.ec.europa.eu/jobs/144401) (2023).
18+
- [Postdoctoral position in sparse machine learning](https://euraxess.ec.europa.eu/jobs/144392) (2023).
19+
20+
Other previously open positions:
21+
22+
- [PhD position in machine learning](https://euraxess.ec.europa.eu/jobs/871979) (2022).
23+
24+
### Possible research topics
25+
26+
We are particularly interested in candidates with affinity towards theory. We require an enthusiasm for research and curiosity for the inner workings of complex models.
1427

15-
### Master projects for Saarland University students
28+
- Deep learning (theory and applications)
29+
- Sparse learning and modelling (e.g. lottery tickets)
30+
- Graph neural networks (GNNs)
31+
- Complex networks
32+
- Discrete probabilistic models
33+
- Robust learning algorithms
34+
- Meaningful applications:
35+
- Molecular biology and genetics (in collaboration with domain experts at Harvard)
36+
- International food trade
37+
- etc.

_pages/team.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ permalink: /team/
88

99
# Group Members
1010

11-
## Staff
1211
{% assign number_printed = 0 %}
1312
{% for member in site.data.team_members %}
1413

@@ -40,8 +39,7 @@ permalink: /team/
4039
{% endif %}
4140

4241

43-
44-
42+
{% if site.data.students.size > 0 %}
4543
## Master and Bachelor Students
4644
{% assign number_printed = 0 %}
4745
{% for member in site.data.students %}
@@ -94,6 +92,7 @@ permalink: /team/
9492
{% if even_odd == 1 %}
9593
</div>
9694
{% endif %}
95+
{% endif %}
9796

9897
{% if site.data.alumni_members.size > 0 %}
9998

_site/README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ This is the [website](https://relationalml.github.io) of our academic research g
66

77
* [Requirements](#requirements)
88
* [How to run the website locally](#how-to-run-the-website-locally)
9-
* [How to add or modify information](#how-to-add-or-modify-information)
10-
* [Publish changes](#publish-changes)
9+
* [How to add or modify information](#how-to-add-or-modify-information)\
1110
* [Modify the website's text content](#modify-the-websites-text-content)
1211
* [Add a publication](#add-a-publication)
1312
* [Add news](#add-news)
@@ -20,16 +19,6 @@ This is the [website](https://relationalml.github.io) of our academic research g
2019

2120
## How to add or modify information
2221

23-
### Publish changes
24-
25-
It is **very important** to commit any change to the branch `source`, and not to `master`. The `master` branch is only used to host the built site, while `source` is used to host the source code.
26-
27-
The website is not updated automatically unless you run the script [`commit.sh`](commit.sh) to publish your changes. This script automates the process of building the site, committing changes to `source`, moving the built site to `master`, and pushing all. It takes two arguments: the files to be added and the commit message.
28-
29-
For example, if you want to add all files with the commit message `the message`, you need to run: `bash commit.sh "*" "the message"`. If you want to add only the file `file.md` with the commit message `the message`, you need to run: `bash commit.sh "file.md" "the message"`.
30-
31-
You might want to commit to `source` and let someone else update the changes for you, too.
32-
3322
### Modify the website's text content
3423

3524
Modify the markdown files in the folder [`_pages`](_pages).
@@ -60,6 +49,10 @@ If the person is a past member, modify the corresponding .yml file in folder [`_
6049

6150
Add a picture to [`images/team/`](images/team/), and its name to a field `photo` in the corresponding .yml file.
6251

52+
## Deployment
53+
54+
The website is automatically deployed by GitHub Pages when pushed. The website is built from the `source` branch, folder `_site_`, by a custom Github Action workflow (see [`.github/workflows/static.yml`](.github/workflows/static.yml)).
55+
6356
## About this website
6457

6558
This website is powered by Jekyll and some Bootstrap, Bootwatch, and it is mainly based on this [website](https://allanlab.org), plus this [one](https://alshedivat.github.io/al-folio/) with this [plugin](https://github.com/inukshuk/jekyll-scholar) for the bibliography. Go to `aboutwebsite.md` to learn how to copy and modify this page for your purpose.

_site/commit.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

_site/css/main.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@
6363

6464
<h1>Relational ML Lab</h1>
6565

66-
<p>We are a rapidly expanding research group led by <a href="https://sites.google.com/view/rebekkaburkholz/">Dr. Rebekka Burkholz</a>.</p>
66+
<p>We are a rapidly expanding research group led by <a href="https://sites.google.com/view/rebekkaburkholz/">Dr. Rebekka Burkholz</a>. Read more about our <a href="research">research</a> and <a href="publications">publications</a>.</p>
6767

68-
<p>We are part of the CISPA Helmholtz Center for Information Security.</p>
69-
70-
<p><!-- **We are looking for passionate new PhD students, Postdocs, and Master students to join the team!** [(more info)](/vacancies) --></p>
68+
<p>We are part of the CISPA Helmholtz Center for Information Security, which is based in Saarland, Germany.</p>
7169

7270
<p><br /></p>
7371
<figure class="fourth" style="text-align: center">

_site/publications/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1 id="publications">Publications</h1>
7777
<ol class="bibliography"><li><!-- _layouts/bib.html -->
7878

7979

80-
<div class="row" style="margin-top: 30px;" id="bib-gadhikar2024masks-Gadhikar,Burkholz,">
80+
<div class="row" style="margin-top: 30px;" id="bib-gadhikar2024masks-GadhikarBurkholz">
8181
<div class="preview"><img class="preview z-depth-1 rounded" src="/images/publications/default.png" /></div>
8282
<!-- Entry bib key -->
8383
<div id="gadhikar2024masks" class="col-sm-10">
@@ -126,7 +126,7 @@ <h1 id="publications">Publications</h1>
126126
<li><!-- _layouts/bib.html -->
127127

128128

129-
<div class="row" style="margin-top: 30px;" id="bib-burkholz2024batch-Burkholz,">
129+
<div class="row" style="margin-top: 30px;" id="bib-burkholz2024batch-Burkholz">
130130
<div class="preview"><img class="preview z-depth-1 rounded" src="/images/publications/default.png" /></div>
131131
<!-- Entry bib key -->
132132
<div id="burkholz2024batch" class="col-sm-10">
@@ -175,7 +175,7 @@ <h1 id="publications">Publications</h1>
175175
<li><!-- _layouts/bib.html -->
176176

177177

178-
<div class="row" style="margin-top: 30px;" id="bib-mustafa2023are-Mustafa,Bojchevski,Burkholz,">
178+
<div class="row" style="margin-top: 30px;" id="bib-mustafa2023are-MustafaBojchevskiBurkholz">
179179
<div class="preview"><img class="preview z-depth-1 rounded" src="/images/publications/default.png" /></div>
180180
<!-- Entry bib key -->
181181
<div id="mustafa2023are" class="col-sm-10">
@@ -225,7 +225,7 @@ <h1 id="publications">Publications</h1>
225225
<li><!-- _layouts/bib.html -->
226226

227227

228-
<div class="row" style="margin-top: 30px;" id="bib-pmlr-v202-gadhikar23a-Gadhikar,Mukherjee,Burkholz,">
228+
<div class="row" style="margin-top: 30px;" id="bib-pmlr-v202-gadhikar23a-GadhikarMukherjeeBurkholz">
229229
<div class="preview"><img class="preview z-depth-1 rounded" src="/images/publications/default.png" /></div>
230230
<!-- Entry bib key -->
231231
<div id="pmlr-v202-gadhikar23a" class="col-sm-10">
@@ -281,7 +281,7 @@ <h1 id="publications">Publications</h1>
281281
<li><!-- _layouts/bib.html -->
282282

283283

284-
<div class="row" style="margin-top: 30px;" id="bib-NEURIPS2022_76bf7786-Burkholz,">
284+
<div class="row" style="margin-top: 30px;" id="bib-NEURIPS2022_76bf7786-Burkholz">
285285
<div class="preview"><img class="preview z-depth-1 rounded" src="/images/publications/default.png" /></div>
286286
<!-- Entry bib key -->
287287
<div id="NEURIPS2022_76bf7786" class="col-sm-10">
@@ -335,7 +335,7 @@ <h1 id="publications">Publications</h1>
335335
<li><!-- _layouts/bib.html -->
336336

337337

338-
<div class="row" style="margin-top: 30px;" id="bib-pmlr-v162-burkholz22a-Burkholz,">
338+
<div class="row" style="margin-top: 30px;" id="bib-pmlr-v162-burkholz22a-Burkholz">
339339
<div class="preview"><img class="preview z-depth-1 rounded" src="/images/publications/default.png" /></div>
340340
<!-- Entry bib key -->
341341
<div id="pmlr-v162-burkholz22a" class="col-sm-10">

_site/team/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
<div id="gridid" class="col-sm-12">
6262
<h1 id="group-members">Group Members</h1>
6363

64-
<h2 id="staff">Staff</h2>
65-
6664
<div class="row">
6765

6866
<div class="col-sm-6 clearfix">
@@ -135,8 +133,6 @@ <h4>Tom Jacobs</h4>
135133

136134
</div>
137135

138-
<h2 id="master-and-bachelor-students">Master and Bachelor Students</h2>
139-
140136

141137
</div>
142138

_site/vacancies.html

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,42 @@
6161
<div id="textid" class="col-sm-12">
6262
<h1 id="open-positions">Open positions</h1>
6363

64-
<h3 id="past-open-positions">Past open positions</h3>
64+
<p>If you are interested in our <a href="research">research</a>, please contact <a href="https://sites.google.com/view/rebekkaburkholz/">Dr. Rebekka Burkholz</a>.</p>
6565

66-
<h3 id="applications-for-phd-and-postdoc-positions">Applications for PhD and Postdoc positions</h3>
66+
<h3 id="past-open-positions">Past open positions</h3>
6767

68-
<h3 id="master-projects-for-saarland-university-students">Master projects for Saarland University students</h3>
68+
<p>We received an ERC Starting Grant in 2023 (<a href="https://cispa.de/en/erc-burkholz">SPARSE-ML</a>) and had several open positions for PhD students and Postdocs:</p>
69+
70+
<ul>
71+
<li><a href="https://euraxess.ec.europa.eu/jobs/144401">PhD position in sparse machine learning</a> (2023).</li>
72+
<li><a href="https://euraxess.ec.europa.eu/jobs/144392">Postdoctoral position in sparse machine learning</a> (2023).</li>
73+
</ul>
74+
75+
<p>Other previously open positions:</p>
76+
77+
<ul>
78+
<li><a href="https://euraxess.ec.europa.eu/jobs/871979">PhD position in machine learning</a> (2022).</li>
79+
</ul>
80+
81+
<h3 id="possible-research-topics">Possible research topics</h3>
82+
83+
<p>We are particularly interested in candidates with affinity towards theory. We require an enthusiasm for research and curiosity for the inner workings of complex models.</p>
84+
85+
<ul>
86+
<li>Deep learning (theory and applications)</li>
87+
<li>Sparse learning and modelling (e.g. lottery tickets)</li>
88+
<li>Graph neural networks (GNNs)</li>
89+
<li>Complex networks</li>
90+
<li>Discrete probabilistic models</li>
91+
<li>Robust learning algorithms</li>
92+
<li>Meaningful applications:
93+
<ul>
94+
<li>Molecular biology and genetics (in collaboration with domain experts at Harvard)</li>
95+
<li>International food trade</li>
96+
<li>etc.</li>
97+
</ul>
98+
</li>
99+
</ul>
69100

70101
</div>
71102

commit.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ ol.bibliography {
174174
#memberselect {
175175
padding: 5px;
176176
font-size: 14px;
177-
border: 1px solid #ccc;
177+
border: 1px solid #ccc; box-shadow: 1px 1px 2px #888;
178178
border-radius: 4px;
179179
width: 215px;
180180
}

0 commit comments

Comments
 (0)