Skip to content

Commit 37ffc6b

Browse files
committed
Add responsibilities.
1 parent c5d02da commit 37ffc6b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

_data/contributors.yml

+14
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
org: Princeton/CERN
1111
active: 1
1212
lead: 1
13+
responsibilities: |
14+
David serves as the principal investigator for the NSF-funded components of
15+
the project, ensuring both administrative and technical coherence across its
16+
various work streams. He also contributes as a mentor in programs such as
17+
Google Summer of Code (GSoC), IRIS-HEP, and others.
1318
1419
- name: Vassil Vassilev
1520
info: Research Staff
@@ -22,6 +27,10 @@
2227
org: Princeton/CERN
2328
active: 1
2429
lead: 1
30+
responsibilities: |
31+
Vassil provides overall project leadership and strategic vision. He is
32+
responsible for all aspects of the project not explicitly delegated to other
33+
team members.
2534
2635
################################################################################
2736
# ASSOCIATED #
@@ -35,6 +44,11 @@
3544
active: 1
3645
associated: 1
3746
org: University of Plovdiv "Paisii Hilendarski"
47+
responsibilities: |
48+
Alexander is a long-term Google Summer of Code mentor. He helps the project
49+
with maintaining parts of the continuous integration systems and offers
50+
technical guidance in the area of automatic differentiation in Computer
51+
Graphics.
3852
3953
################################################################################
4054
# TEAM #

_pages/team.md

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ permalink: /team/
6262
{% endif %}
6363
</h4>
6464
<i>{{ member.info }}</i><br>
65+
{% if member.responsibilities %}
66+
<p> {{ member.responsibilities | markdownify | remove: '<p>' | remove: '</p>'}} </p>
67+
{% endif %}
6568
{% if member.email %}
6669
<i>email: <{{ member.email }}></i>
6770
{% endif %}

0 commit comments

Comments
 (0)