diff --git a/book/_config.yml b/book/_config.yml index 85d07015..44b52d67 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -44,15 +44,6 @@ sphinx: jinja_contexts: # super weird to enter all this data here. Waiting on https://github.com/executablebooks/jupyter-book/issues/858#issuecomment-1767368922 to see if there is a better way. team-data: people: - - name: Julius Busecke - role: Manager, Data and Computation - teams: [data-and-compute, leap-pangeo] - org: Columbia University - pronouns: he / him - pic: julius.jpg - github: jbusecke - website: "https://jbusecke.github.io" - slack_id: U03MSCLCTRA # https://slack.com/help/articles/360003827751-Create-a-link-to-a-members-profile- - name: Sammy Agrawal role: Leap Pangeo Intern teams: [data-and-compute, leap-pangeo] @@ -69,6 +60,15 @@ sphinx: pic: raphael.png github: norlandrhagen slack_id: U05NKVACXB9 + former: + - name: Julius Busecke + role: Manager, Data and Computation + teams: [data-and-compute, leap-pangeo] + org: Columbia University + pronouns: he / him + pic: julius.jpg + github: jbusecke + website: "https://jbusecke.github.io" parse: myst_enable_extensions: #extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html diff --git a/book/support.rst b/book/support.rst index cf0d7d4c..d391180e 100644 --- a/book/support.rst +++ b/book/support.rst @@ -89,3 +89,55 @@ Data and Computation Team {{ person.bio }} {% endfor %} + +Former Team Members +------------------- + +.. jinja:: team-data + + {% for person in former %} + + {{ person.name }} ({{ person.org }}) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + {% if person.role %} + {{ person.role }} + {% endif %} + {% if person.pic %} + .. image:: images/{{ person.pic }} + :width: 200px + :alt: {{ person.name }} + :class: biopic + {% endif %} + + {% if person.pronouns %} + .. image:: https://img.shields.io/static/v1?label=pronouns&message={{ person.pronouns }}&color=red&style=flat-square + :alt: Pronouns + {% endif %} + + {% if person.github %} + .. image:: https://img.shields.io/github/followers/{{ person.github }}?label=Github&logo=github&style=flat-square + :alt: GitHub Profile + :target: http://github.com/{{ person.github }} + {% endif %} + + {% if person.twitter %} + .. image:: https://img.shields.io/twitter/follow/{{ person.twitter }}?logo=twitter&style=flat-square + :alt: Twitter + :target: https://twitter.com/{{ person.twitter }} + {% endif %} + + {% if person.linkedin %} + .. image:: https://img.shields.io/static/v1?label=&message=LinkedIn&color=0077B5&style=flat-square&logo=linkedin + :alt: Google Scholar + :target: https://www.linkedin.com/in/{{ person.linkedin }} + {% endif %} + + {% if person.website %} + .. image:: https://img.shields.io/website?style=flat-square&url={{ person.website|urlencode }} + :alt: Website + :target: {{ person.website }} + {% endif %} + + {{ person.bio }} + {% endfor %} diff --git a/data/pictures/people.yaml b/data/pictures/people.yaml deleted file mode 100644 index 643befb3..00000000 --- a/data/pictures/people.yaml +++ /dev/null @@ -1,14 +0,0 @@ -team-data: - people: - - name: Julius Busecke - role: Manager, Data and Computation - teams: [data-and-compute, leap-pangeo] - institution: Columbia University - pronouns: he / him - pic: julius.jpg - github: jbusecke - website: http://www.juliusbusecke.com - slack: Julius Busecke - - - name: Some Body-Else - pronouns: they / them \ No newline at end of file