Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add publications #349

Merged
merged 3 commits into from
Apr 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ integration service for the master branch:
* David Pfander, Gregor Daiß, Dominic Marcello, Hartmut Kaiser, Dirk Pflüger, “Accelerating Octo-Tiger: Stellar Mergers on Intel Knights Landing with HPX”, DHPCC++ Conference 2018 hosted by IWOCL, St Catherine’s College, Oxford, May 14, 2018 [Link](https://dl.acm.org/citation.cfm?doid=3204919.3204938)
* Gregor Daiß, Parsa Amini, John Biddiscombe, Patrick Diehl, Juhan Frank, Kevin Huck, Hartmut Kaiser, Dominic Marcello, David Pfander, and Dirk Pfüger. "From piz daint to the stars: simulation of stellar mergers using high-level abstractions." In Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis, pp. 1-37. 2019. [Link](https://dl.acm.org/doi/abs/10.1145/3295500.3356221), [Pre-print](https://arxiv.org/abs/1908.03121)

## Scientific Publications
* Dominic C. Marcello, Sagiv Shiber, Orsola De Marco, Juhan Frank, Geoffrey C. Clayton, Patrick M. Motl, Patrick Diehl, Hartmut Kaiser, "Octo-Tiger: A New, 3D Hydrodynamic Code for Stellar Mergers that uses HPX Parallelisation", accepted for publication in the Monthly Notices of the Royal Astronomical Society, 2021
* E. Chatzopoulos, Juhan Frank, Dominic C. Marcello, Geoffrey C. Clayton, "Is Betelgeuse the Outcome of a Past Merger?", The Astrophysical Journal, vol. 896 id. 50
* Kundan Kadam, Patrick M. Motl, Dominic C. Marcello, Juhan Frank, Geoffrey C. Clayton, "Numerical simulations of mass transfer in binaries with bipolytropic components", Monthly Notices of the Royal Astronomical Society, vol. 481, pg. 3683, 2018
* Dominic C. Marcello, "A Very Fast and Angular Momentum Conserving Tree Code", The Astronomical Journal, vol. 154 pg. 92, 2017
* Dominic C. Marcello, Kundan Kadam, Geoffrey C. Clayton, Juhan Frank, Harmut Kaiser, Patrick M. Motl, "Introducing Octo-tiger/HPX: Simulating Interacting Binaries with Adaptive Mesh Refinement and the Fast Multipole Method", Proceedings of Accretion Processes in Cosmic Sources, 2016
* Edward J. Montiel, Geoffrey C. Clayton, Dominic C. Marcello, Felix J. Lockman, "What Is the Shell Around R Coronae Borealis?", The Astronomical Journal, vol. 150, id. 14, 2015


# Funding

## Allocations
Expand Down
3 changes: 2 additions & 1 deletion doc/conf.doxy.in
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,8 @@ INPUT = ../src \
../README.md \
./content/cmake-options.md \
./content/install-instructions.md \
./content/program-options.md
./content/program-options.md \
./content/publications.md

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down
7 changes: 7 additions & 0 deletions doc/content/publications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Publicaitons

## Computer science

* Thomas Heller, Bryce Adelstein Lelbach, Kevin A Huck, John Biddiscombe, Patricia Grubel, Alice E Koniges, Matthias Kretz, Dominic Marcello, David Pfander, Adrian Serio, Juhan Frank, Geoffrey C Clayton, Dirk Pflüger, David Eder, Hartmut Kaiser. “Harnessing Billions of Tasks for a Scalable Portable Hydrodynamic Simulation of the Merger of Two Stars.” The International Journal of High Performance Computing Applications, Feb. 2019 [Link](https://journals.sagepub.com/doi/10.1177/1094342018819744)
* David Pfander, Gregor Daiß, Dominic Marcello, Hartmut Kaiser, Dirk Pflüger, “Accelerating Octo-Tiger: Stellar Mergers on Intel Knights Landing with HPX”, DHPCC++ Conference 2018 hosted by IWOCL, St Catherine’s College, Oxford, May 14, 2018 [Link](https://dl.acm.org/citation.cfm?doid=3204919.3204938)
* Gregor Daiß, Parsa Amini, John Biddiscombe, Patrick Diehl, Juhan Frank, Kevin Huck, Hartmut Kaiser, Dominic Marcello, David Pfander, and Dirk Pfüger. "From piz daint to the stars: simulation of stellar mergers using high-level abstractions." In Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis, pp. 1-37. 2019. [Link](https://dl.acm.org/doi/abs/10.1145/3295500.3356221), [Pre-print](https://arxiv.org/abs/1908.03121)