Skip to content

Commit

Permalink
Merge pull request #55 from bkhelifi/community
Browse files Browse the repository at this point in the history
Add the list of communities
  • Loading branch information
bkhelifi authored Feb 18, 2025
2 parents f592505 + fff0f7f commit 9b4b214
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 5 deletions.
55 changes: 54 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ <h1>About</h1>
<br>

<p>
<a href="#project">What is Gammapy?</a> | <a href="#publications">Publications</a> | <a href="#awards">Awards and Prizes</a> | <a href="#ackno">Acknowledgements</a>
<a href="#project">What is Gammapy?</a> | <a href="#publications">Publications</a> | <a href="#awards">Awards and Prizes</a> |
<a href="#ackno">Acknowledgements</a> | <a href="#comm">Communities</a>
</p>

<br>
Expand Down Expand Up @@ -171,6 +172,58 @@ <h2 id="ackno"><a href="#ackno"> Acknowledgements </a></h2>
project and paved the way for its future success.
</p>


<br><br>
<h2 id="comm"><a href="#comm"> Communities </a></h2>
<p> Gammapy team members are inserted into different communities, within research and experimental collaborations,
and within Open Science alliances. They participate in the establishment of standards, best practice
recommendations, data models, data formats, algorithms, etc.
</p>
<p> The following table lists the communities in which we are inserted:
<table style="width:70%">
<tr>
<th style="width:35%">Open Science</th>
<th>Experiments</th>
</tr>
<tr>
<td><a href="https://projectescape.eu/">ESCAPE</a></td>
<td><a href="https://www.cta-observatory.org/">CTAO</a></td>
</tr>
<tr>
<td><a href="https://everse.software/">EVERSE</a></td>
<td><a href="https://fermi.gsfc.nasa.gov/science/instruments/lat.html">Fermi-LAT</a></td>
</tr>
<tr>
<td><a href="https://gamma-astro-data-formats.readthedocs.io/">GADF</a></td>
<td><a href="https://www.mpi-hd.mpg.de/HESS/HESS.shtml">H.E.S.S.</a></td>
</tr>
<tr>
<td><a href="https://ivoa.net/">IVOA</a></td>
<td><a href="https://magic.mpp.mpg.de/">MAGIC</a></td>
</tr>
<tr>
<td><a href="https://numfocus.org/">NumFOCUS</a></td>
<td><a href="https://www.swgo.org/SWGOWiki/doku.php">SWGO</a></td>
</tr>
<tr>
<td><a href="https://oscars-project.eu/">OSCARS</a></td>
<td><a href="https://veritas.sao.arizona.edu/">VERITAS</a></td>
</tr>
<tr>
<td><a href="https://www.rd-alliance.org/">Research Data Alliance</a></td>
<td></td>
</tr>
<tr>
<td><a href="https://www.softwareheritage.org/">SoftWare Heritage</a></td>
<td></td>
</tr>
<tr>
<td><a href="https://vodf.readthedocs.io/en/latest/">VODF</a></td>
<td></td>
</tr>
</table>
</p>

</div>
</main>

Expand Down
2 changes: 1 addition & 1 deletion footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- Center part -->
<!--<span class="alignCenter">Last updated on <div id="TodayDate"></div></span>-->
<span class="alignCenter">Last update on 2025-02-14</span></span>
<span class="alignCenter">Last update on 2025-02-18</span></span>

<!-- Right part -->
<span class="alignRight"><a href="DataPrivacy.html">Data Privacy</a>.</span>
Expand Down
2 changes: 1 addition & 1 deletion header.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta name="publication-date" content="2025-02-14">
<meta name="publication-date" content="2025-02-18">
</head>
2 changes: 1 addition & 1 deletion news.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ <h2 id="stats"><a href="#stats">Download statistics</a></h2>
Download statistics can be found using the <a href="https://pypistats.org/packages/gammapy">PyPI stats website</a>:
</p>

<iframe src="https://pypistats.org/packages/gammapy" width="100%" height="800"></iframe>
<iframe src="https://pypistats.org/packages/gammapy" width="100%" height="800" loading="lazy"></iframe>

<br><br>
<p>
Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,11 @@ footer {
overflow:visible !important;
}

table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th {
text-align: centered;
font-weight: bold;
}
2 changes: 1 addition & 1 deletion team.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- Navbar placeholder -->
<div id="navbar-placeholder"></div>

<main role="main">
<main>
<div class="container">

<h1>Project & Team</h1>
Expand Down

0 comments on commit 9b4b214

Please sign in to comment.