Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hifis.net
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HIFIS
Overall
hifis.net
Commits
07d1fd18
Commit
07d1fd18
authored
2 years ago
by
Uwe Jandt (DESY, HIFIS)
Browse files
Options
Downloads
Plain Diff
Merge branch 'update-team' into 'master'
Update team page See merge request
!589
parents
b1681824
5e1ebd74
No related branches found
Branches containing commit
No related tags found
1 merge request
!589
Update team page
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_data/hifis_team.yml
+6
-22
6 additions, 22 deletions
_data/hifis_team.yml
_layouts/team.html
+10
-2
10 additions, 2 deletions
_layouts/team.html
with
16 additions
and
24 deletions
_data/hifis_team.yml
+
6
−
22
View file @
07d1fd18
...
...
@@ -30,14 +30,6 @@
# - type: facebook # c.f. _data/social_platforms.yml
# link_as: https://www.facebook.com/my-profile-url
# show_as: "My Profile"
-
id
:
belayneh
name
:
"
Belayneh,
Bezaye
Tesfaye"
location
:
campus
:
gfz
position
:
"
Research
Software
Engineer"
rank
:
0
associate
:
false
cluster
:
software
-
id
:
brinckmann
name
:
"
Brinckmann,
Nils"
location
:
...
...
@@ -45,14 +37,6 @@
position
:
"
Full
Stack
Developer"
rank
:
0
associate
:
true
-
id
:
dolling
name
:
"
Dolling,
Maximilian"
location
:
campus
:
gfz
position
:
"
Research
Software
Engineer
(RSE)"
rank
:
0
associate
:
false
cluster
:
software
-
id
:
dworatzyk
name
:
"
Dworatzyk,
Katharina"
location
:
...
...
@@ -76,7 +60,7 @@
campus
:
desy
position
:
"
Coordinator
and
Speaker
of
HIFIS"
associate
:
false
rank
:
4
rank
:
1
cluster
:
overall
-
id
:
hueser
name
:
"
Hüser,
Christian"
...
...
@@ -93,7 +77,7 @@
campus
:
hzb
position
:
"
Coordinator"
associate
:
false
rank
:
3
rank
:
1
cluster
:
overall
-
id
:
konrad
name
:
"
Konrad,
Uwe"
...
...
@@ -102,7 +86,7 @@
campus
:
hzdr
position
:
"
Coordinator"
associate
:
false
rank
:
3
rank
:
1
cluster
:
overall
-
id
:
jandt
name
:
"
Jandt,
Uwe"
...
...
@@ -111,7 +95,7 @@
campus
:
desy
position
:
"
HIFIS
Overall
Management"
associate
:
false
rank
:
2
rank
:
1
cluster
:
overall
-
id
:
fuhrmann
name
:
"
Fuhrmann,
Patrick"
...
...
@@ -202,7 +186,7 @@
location
:
campus
:
hzdr
position
:
"
HIFIS
public
relations"
rank
:
0
rank
:
2
associate
:
false
cluster
:
overall
-
id
:
klaffki
...
...
@@ -210,6 +194,6 @@
location
:
campus
:
desy
position
:
"
HIFIS
public
relations"
rank
:
0
rank
:
2
associate
:
false
cluster
:
overall
This diff is collapsed.
Click to expand it.
_layouts/team.html
+
10
−
2
View file @
07d1fd18
...
...
@@ -26,10 +26,18 @@ It does on purpose NOT include the content of the markdown page.
<code
class=
"language-plaintext highlighter-rouge"
><a
href=
"mailto:office@hifis.net"
>
office@hifis.net
</a></code>
<h1>
Team
</h1>
<h1>
Coordinators and HIFIS Cluster Managers
</h1>
<div
class=
"team_list"
>
{%- for person in team_members_core -%}
{%- if person.rank >= 1 -%}
{%- if person.rank == 1 -%}
{%- include team_card.html person=person -%}
{%- endif -%}
{%- endfor -%}
</div>
<h1>
Communication Officers
</h1>
<div
class=
"team_list"
>
{%- for person in team_members_core -%}
{%- if person.rank == 2 -%}
{%- include team_card.html person=person -%}
{%- endif -%}
{%- endfor -%}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment