Skip to content
Draft
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
24 changes: 24 additions & 0 deletions .github/workflows/joss-paper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: JOSS paper PDF generation
on: [push]

jobs:
paper:
runs-on: ubuntu-latest
name: Paper
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@v1.0
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: paper/paper.md
- name: Upload
uses: actions/upload-artifact@v4
with:
name: paper
# This is the output path where Pandoc will write the compiled
# PDF. Note, this should be the same directory as the input
# paper.md
path: paper/paper.pdf
Binary file added paper/figure_1_architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paper/figure_2_data_latency_macos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paper/figure_3_e2e_latency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added paper/figure_4_tracing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions paper/paper.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
@ARTICLE{epics,
author = {{Dalesio}, Leo R. and {Hill}, Jeffrey O. and {Kraimer}, Martin and {Lewis}, Stephen and {Murray}, Douglas and {Hunt}, Stephan and {Watson}, William and {Clausen}, Matthias and {Dalesio}, John},
title = "{The experimental physics and industrial control system architecture: past, present, and future}",
journal = {Nuclear Instruments and Methods in Physics Research A},
year = 1994,
month = dec,
volume = {352},
number = {1-2},
pages = {179-184},
doi = {10.1016/0168-9002(94)91493-1},
adsurl = {https://ui.adsabs.harvard.edu/abs/1994NIMPA.352..179D},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

@article{tango,
title={TANGO collaboration and kernel status},
author={Taurel, E and others},
journal={ICALEPCS2011, Grenoble, October},
pages={1334},
year={2011}
}

@INPROCEEDINGS{hicat,
author = {{Soummer}, R{\'e}mi and {Pourcelot}, Rapha{\"e}l. and {Por}, Emiel H. and {Steiger}, Sarah and {Laginja}, Iva and {Buralli}, Benjamin and {Redmond}, Susan and {Pueyo}, Laurent and {Perrin}, Marshall D. and {Ferrari}, Marc and {Fowler}, Jules and {Hagopian}, John and {N'Diaye}, Mamadou and {Nguyen}, Meiji and {Nickson}, Bryony and {Petrone}, Peter and {Sahoo}, Ananya and {Sivaramakrishnan}, Anand and {Will}, Scott D.},
title = "{High-contrast imager for complex aperture telescopes (HiCAT): 11. System-level demonstration of the apodized pupil Lyot coronagraph with a segmented aperture in air}",
keywords = {Astrophysics - Instrumentation and Methods for Astrophysics},
booktitle = {Space Telescopes and Instrumentation 2024: Optical, Infrared, and Millimeter Wave},
year = 2024,
editor = {{Coyle}, Laura E. and {Matsuura}, Shuji and {Perrin}, Marshall D.},
series = {Society of Photo-Optical Instrumentation Engineers (SPIE) Conference Series},
volume = {13092},
month = aug,
eid = {130921Z},
pages = {130921Z},
doi = {10.1117/12.3018037},
archivePrefix = {arXiv},
eprint = {2409.12931},
primaryClass = {astro-ph.IM},
adsurl = {https://ui.adsabs.harvard.edu/abs/2024SPIE13092E..1ZS},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

@ARTICLE{pymodaq,
author = {{Weber}, S.~J.},
title = "{PyMoDAQ: An open-source Python-based software for modular data acquisition}",
journal = {Review of Scientific Instruments},
year = 2021,
month = apr,
volume = {92},
number = {4},
eid = {045104},
pages = {045104},
doi = {10.1063/5.0032116},
adsurl = {https://ui.adsabs.harvard.edu/abs/2021RScI...92d5104W},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

@INPROCEEDINGS{cacao,
author = {{Guyon}, Olivier and {Sevin}, Arnaud and {Gratadour}, Damien and {Bernard}, Julien and {Ltaief}, Hatem and {Sukkari}, Dalal and {Cetre}, Sylvain and {Skaf}, Nour and {Lozi}, Julien and {Martinache}, Frantz and {Clergeon}, Christophe and {Norris}, Barnaby and {Wong}, Alison and {Males}, Jared},
title = "{The compute and control for adaptive optics (CACAO) real-time control software package}",
booktitle = {Adaptive Optics Systems VI},
year = 2018,
editor = {{Close}, Laird M. and {Schreiber}, Laura and {Schmidt}, Dirk},
series = {Society of Photo-Optical Instrumentation Engineers (SPIE) Conference Series},
volume = {10703},
month = jul,
eid = {107031E},
pages = {107031E},
doi = {10.1117/12.2314315},
adsurl = {https://ui.adsabs.harvard.edu/abs/2018SPIE10703E..1EG},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
Loading
Loading