Commit 458314a9 authored by Carson, Audrey's avatar Carson, Audrey
Browse files

Delete paper.md

parent b6c32f50
Loading
Loading
Loading
Loading
Loading

paper.md

deleted100644 → 0
+0 −69
Original line number Diff line number Diff line
---
title: 'ACORN: Accessible Content Optimization for Research Needs'

tags:
  - Rust
  - schema
  - JSON
  - automation
  - science communications

authors:
  - name: Jason Wohlgemuth
    orcid: 0000-0002-2057-9115
    equal-contrib: true
    affiliation: 1
  - name: Audrey Carson
    orcid: 0009-0005-5568-6526
    equal-contrib: true # (This is how you can denote equal contributions between multiple authors)
    affiliation: 1


affiliations:
 - name: Oak Ridge National Laboratory
   index: 1
   ror: 01qz5mb56

date: 
bibliography: paper.bib

# Summary



# Statement of need



# Mathematics



# Citations

Citations to entries in paper.bib should be in
[rMarkdown](http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html)
format.

If you want to cite a software repository URL (e.g. something on GitHub without a preferred
citation) then you can do it with the example BibTeX entry below for @fidgit.

For a quick reference, the following citation commands can be used:
- `@author:2001`  ->  "Author et al. (2001)"
- `[@author:2001]` -> "(Author et al., 2001)"
- `[@author1:2001; @author2:2001]` -> "(Author1 et al., 2001; Author2 et al., 2002)"

# Figures

Figures can be included like this:
![Caption for example figure.\label{fig:example}](figure.png)
and referenced from text using \autoref{fig:example}.

Figure sizes can be customized by adding an optional second parameter:
![Caption for example figure.](figure.png){ width=20% }

# Acknowledgements

We acknowledge contributions from 

# References
 No newline at end of file