Skip to content

Commit 2842535

Browse files
authored
Merge pull request #630 from pllim/ten-k-citation
10k citations press release
2 parents 1b66c11 + 8525625 commit 2842535

File tree

3 files changed

+104
-2
lines changed

3 files changed

+104
-2
lines changed

acknowledging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h2>In Publications</h2>
204204
</li>
205205
<li><a href="https://doi.org/10.1051/0004-6361/201322068" target="_blank">Astropy Paper I (v0.2)</a>
206206
(<a href="http://adsabs.harvard.edu/abs/2013A%26A...558A..33A" target="_blank">ADS</a> -
207-
<a href="https://ui.adsabs.harvard.edu/abs/2013A%26A...558A..33A/exportcitation" target="_blank">BibTeX</a>)
207+
<a href="https://ui.adsabs.harvard.edu/abs/2013A%26A...558A..33A/exportcitation" target="_blank">BibTeX</a> - <a href="paper1_10k_citation.html#astropy-paper-reaches-10-000-citations-article" target="_blank">10k citations</a>)
208208
</li>
209209
</ul>
210210
</p>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
</section>
117117

118118
<section class="whatsnext">
119-
<h1 id="news">Congratulations to all Astropy contributors</h1> The Astropy Project has been awarded the <a href="https://aas.org/press/astropy-collaboration-receive-2025-berkeley-prize">Lancelot M. Berkeley–New York Community Trust Prize for Meritorious Work in Astronomy</a> for 2025!
119+
<h1 id="news">Congratulations to all Astropy contributors</h1> The Astropy Project has been awarded the <a href="https://aas.org/press/astropy-collaboration-receive-2025-berkeley-prize">Lancelot M. Berkeley–New York Community Trust Prize for Meritorious Work in Astronomy</a> for 2025 and <a href="paper1_10k_citation.html#astropy-paper-reaches-10-000-citations-article">the first Astropy paper had reached 10k citations</a>!
120120
</section>
121121

122122
<section class="install">

paper1_10k_citation.html

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta name="description" content="Astropy. A Community Python Library for Astronomy." />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link rel="shortcut icon" href="favicon.ico" />
8+
9+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css' />
10+
<link rel="stylesheet" type="text/css" href="css/style.css" />
11+
<link rel="stylesheet" type="text/css" href="css/jquery.sidr.light.css" />
12+
13+
<title>Astropy | Paper 1 Reaches 10k Citations</title>
14+
15+
<!-- Google analytics -->
16+
<script src="js/analytics.js"></script>
17+
18+
</head>
19+
20+
<body>
21+
22+
<div id="wrapper">
23+
<nav>
24+
<div id="mobile-header">
25+
<!-- Menu Icon -->
26+
<a id="responsive-menu-button" href="#sidr-main"><div><svg senable-background="new 0 0 24 24" height="24px" id="Layer_1" version="1.1" viewBox="0 0 24 24" width="24px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g><g><path d="M23.244,17.009H0.75c-0.413,0-0.75,0.36-0.75,0.801v3.421C0,21.654,0.337,22,0.75,22h22.494c0.414,0,0.75-0.346,0.75-0.77 V17.81C23.994,17.369,23.658,17.009,23.244,17.009z M23.244,9.009H0.75C0.337,9.009,0,9.369,0,9.81v3.421 c0,0.424,0.337,0.769,0.75,0.769h22.494c0.414,0,0.75-0.345,0.75-0.769V9.81C23.994,9.369,23.658,9.009,23.244,9.009z M23.244,1.009H0.75C0.337,1.009,0,1.369,0,1.81V5.23c0,0.423,0.337,0.769,0.75,0.769h22.494c0.414,0,0.75-0.346,0.75-0.769V1.81 C23.994,1.369,23.658,1.009,23.244,1.009z"/></g></g></svg></div></a>
27+
<!-- -->
28+
</div>
29+
<a href="index.html"><img src="images/astropy_word.svg" height="32" onerror="this.src='images/astropy_word_32.png; this.onerror=null;"/></a>
30+
<div id="navigation">
31+
<ul>
32+
<li>
33+
<div class="dropdown">
34+
<a>About</a>
35+
<div class="dropdown-content">
36+
<ul>
37+
<li><a href="about.html">About Astropy</a></li>
38+
<li><a href="code_of_conduct.html">Code of Conduct</a></li>
39+
<li><a href="acknowledging.html">Acknowledging & Citing</a></li>
40+
<li><a href="history.html">History</a></li>
41+
</ul>
42+
</div>
43+
</div>
44+
</li>
45+
<li><a href="help.html">Get Help</a></li>
46+
<li><a href="contribute.html">Contribute</a></li>
47+
<li>
48+
<div class="dropdown">
49+
<a href="https://docs.astropy.org">Documentation</a>
50+
<div class="dropdown-content">
51+
<ul>
52+
<li><a href="https://docs.astropy.org" target="_blank">Current Release</a></li>
53+
<li><a href="https://astropy.readthedocs.io/en/latest/" target="_blank">In Development</a></li>
54+
</ul>
55+
</div>
56+
</div>
57+
</li>
58+
<li><a href="affiliated/index.html">Affiliated Packages</a></li>
59+
<li><a href="team.html">Team</a></li>
60+
<li><a href="credits.html">Credits</a></li>
61+
62+
</ul> </div>
63+
<div class="search pull-right">
64+
<form action="https://docs.astropy.org/en/stable/search.html" method="get">
65+
<input type="text" name="q" placeholder="Search Documentation" />
66+
<input type="hidden" name="check_keywords" value="yes" />
67+
<input type="hidden" name="area" value="default" />
68+
</form>
69+
</div>
70+
</nav>
71+
72+
<section>
73+
<h1 id="astropy-paper-reaches-10-000-citations-article">Astropy Paper Reaches 10,000 Citations<a class="paralink" href="#astropy-paper-reaches-10-000-citations-article" title="Permalink to this headline"></a></h1>
74+
75+
<p style="font-style:italic;">Published by NumFOCUS on 2025-10-04 (<a href="https://numfocus.medium.com/astropy-paper-reaches-10-000-citations-276421fa8681" target="_blank">link to original article</a>)</p>
76+
77+
<p>The Astropy Project is excited to announce that the <a href="https://ui.adsabs.harvard.edu/abs/2013A%26A...558A..33A/abstract" target="_blank">first Astropy paper</a> has reached 10,000 citations, as tracked by the Astrophysics Data System.</p>
78+
79+
<p>Astropy is a community-driven project that develops the astropy Python package along with other libraries and tools that enable astronomical research software. The Astropy Project has published three journal articles that mark significant milestones for the project, coinciding with the initial announcement of the project, version 2.0 of the core package, and version 5.0 of the core package, respectively.</p>
80+
81+
<p>Since its inception just over 10 years ago, Astropy has become a core pillar of astronomical research, laying the foundation for thousands of software packages and enabling over 10,000 published research projects. This milestone demonstrates the impact Astropy has had on astronomy research and reflects the potential impact of scientific software. Other recent milestones include the ADASS Software Prize in 2022 and the 2025 Berkeley Prize.</p>
82+
83+
<p>The Astropy Project is not a centralized institution or endeavor: The astropy Python package contains contributions from over 500 unique contributors and the governing bodies of the project are located at a range of universities and institutes with members spanning junior to senior positions in both academic and non-academic careers. While many have contributed to Astropy, the majority of the effort in the project was done by a much smaller group of 20–25 core contributors and maintainers.</p>
84+
85+
<p>Astropy has benefitted from and is grateful for grant funding from the Moore Foundation and NASA over the years. However, most of the project was developed through volunteer effort or in-kind contributions from institutions such as Space Telescope Science Institute and the Chandra X-ray Center, and more recently the Center for Computational Astrophysics at the Flatiron Institute. Astropy also receives support as a Sponsored Project with <a href="https://numfocus.org/" target="_blank">NumFOCUS</a>, which provides services in funding and infrastructure for open source scientific computing projects. Infrastructure software like Astropy is critical to the success of modern astronomy, and we hope that the community will continue to support the project in the future through funding and contributions.</p>
86+
</section>
87+
88+
<footer>
89+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
90+
<script src="js/jquery.sidr.min.js"></script>
91+
<script src="js/functions.js"></script>
92+
<hr/>
93+
94+
<p>
95+
<img style="vertical-align:middle" src="images/astropy_brandmark.png" height=20><span style="vertical-align:middle">
96+
<a href="code_of_conduct.html"> The Astropy project is committed to fostering an inclusive community</a></span>.
97+
</p>
98+
</footer>
99+
100+
</div>
101+
</body>
102+
</html>

0 commit comments

Comments
 (0)