Skip to content

Commit

Permalink
about: update list of contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeWatt committed Jul 19, 2022
1 parent 2171e65 commit 9bb74fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 33 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Authors

* Jan Stypka

* **Developer (2019-):**
* **Developer (2019-2022):**

* Alison Clarke
35 changes: 4 additions & 31 deletions hepdata/modules/theme/templates/hepdata_theme/pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,6 @@ <h4 class="text-center"><img src="static/img/about/durham-logo.svg" width="240px
</div>
</div>

<div class="col-md-3">
<div class="team-member">
<div class="team-member-image"
style="background-image: url(static/img/people/alison_clarke.jpg)">

</div>
<div class="team-member-detail">
<a href="https://www.dur.ac.uk/directory/profile/?id=18738"
target="_blank">Alison Clarke</a><br/>
<span>ARC, Durham University</span><br/>
<span class="role">Software Engineer (2019-)</span>
</div>
</div>
</div>

<div class="col-md-3">
<div class="team-member">
<div class="team-member-image"
Expand All @@ -142,22 +127,6 @@ <h4 class="text-center"><img src="static/img/about/durham-logo.svg" width="240px

<div class="col-md-12">
<h4 class="text-center"><img src="static/img/about/cern-logo.svg" width="130px"></h4>
<br/>
<div class="col-md-3" style="margin: 0 auto;">
<div class="team-member">
<div class="team-member-image"
style="background-image: url(static/img/people/eamonn.jpg)">

</div>
<div class="team-member-detail">
<a href="https://uk.linkedin.com/in/eamonnmaguire1986"
target="_blank">Eamonn Maguire</a><br/>
<span>CERN</span><br/>
<span class="role">Lead Developer (2015-2016)</span>
</div>
</div>
</div>

</div>

</div>
Expand All @@ -168,6 +137,7 @@ <h4 class="text-center"><img src="static/img/about/cern-logo.svg" width="130px">
<div class="section-header" style="width:250px"><p>Other Contributors</p></div>
<br/>
<ul style="list-style: none; -webkit-padding-start: 0">
<li>Eamonn Maguire (Lead Developer @ CERN, 2015-2016)</li>
<li>Jan Stypka (Technical Student @ CERN, 2015-2016)</li>
<li>Laura Rueda (CERN, 2014-2015)</li>
<li>Michał Szostak (Summer Student @ CERN, 2015)</li>
Expand All @@ -181,6 +151,9 @@ <h4 class="text-center"><img src="static/img/about/cern-logo.svg" width="130px">
<li>Benjamin Bergia (CERN, 2019-)</li>
<li>Harris Tzovanakis (CERN, 2020-)</li>
<li>Giuseppe De Laurentis (IPPP Durham, 2020)</li>
<li>Alison Clarke (Software Engineer @ Durham, 2019-2022)</li>
<li>Zeynep Akı (Software Engineer @ Durham, 2022-)</li>
<li>Jordan Byers (Software Engineer @ Durham, 2022-)</li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion hepdata/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""

__version__ = "0.9.4dev20220624"
__version__ = "0.9.4dev20220719"

0 comments on commit 9bb74fc

Please sign in to comment.