diff --git a/query.py b/query.py index a107ab12180566618ac7e6d579ffc30091f08f08..ea6490f01aa77ee78c0a849143bbd94f29874e84 100644 --- a/query.py +++ b/query.py @@ -4,12 +4,15 @@ import sys # Query papers citing the two SWIFT ADS entries query = ADSQueryWrapper(sys.argv[1]) -query_data = query.get("citations(2016pasc.conf....2S) or citations(2018ascl.soft05020S)", fl="title,bibcode,first_author_norm,date,year,author_count,bibstem,abstract,volume,issue,page,citation_count", rows=1000) +query_data = query.get("citations(2016pasc.conf....2S) or citations(2018ascl.soft05020S) or citations(2023arXiv230513380S)", fl="title,bibcode,first_author_norm,date,year,author_count,bibstem,abstract,volume,issue,page,citation_count", rows=1000) paper_list = query_data.papers total_citations = 0 # Process the data to make the title a string and not an array of strings for paper in paper_list: + if paper.bibcode == "2023arXiv230513380S": + continue + paper.title = paper.title[0] paper.bibstem = paper.bibstem[0] if hasattr(paper, "page"): diff --git a/templates/pubs.html b/templates/pubs.html index bed2f13bf55a05d819e0301c745e8cab6e7d186d..d1d9ffb1ef9219ae80b6f5e3f26fbc97d3b44c33 100644 --- a/templates/pubs.html +++ b/templates/pubs.html @@ -14,6 +14,10 @@ </div> <div class="card-text"> + <h4><a href="https://ui.adsabs.harvard.edu/abs/2023arXiv230513380S/abstract">SWIFT: A modern highly-parallel gravity and smoothed particle hydrodynamics + solver for astrophysical and cosmological applications</a> </h4> + <p>  Schaller M. et al., <i>arXiv</i>, 2023, 2305.13380 + <h4><a href="https://ui.adsabs.harvard.edu/abs/2016pasc.conf....2S/abstract">SWIFT: Using Task-Based Parallelism, Fully Asynchronous Communication, and Graph Partition-Based Domain Decomposition for Strong Scaling on more than 100,000 Cores </a> </h4> <p>  Schaller M. et al., <i>PASC</i>, 2016, vol. 1