https://github.com/doi-usgs/usgs-rsr
USGS template for RSR and DSR
https://github.com/doi-usgs/usgs-rsr
Last synced: about 2 months ago
JSON representation
USGS template for RSR and DSR
- Host: GitHub
- URL: https://github.com/doi-usgs/usgs-rsr
- Owner: DOI-USGS
- License: other
- Created: 2024-06-03T17:14:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T21:12:49.000Z (3 months ago)
- Last Synced: 2025-02-25T22:23:03.711Z (3 months ago)
- Language: TeX
- Size: 91.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Support: supporting_information_awards_other.tex
Awesome Lists containing this project
README
# Usgs-rsr Format
## Installing
To install (assuming you have Quarto), run the following code in your favorite terminal:
```bash
quarto use template DOI-USGS/usgs-rsr
```This will install the extension and create an example qmd file that you can use as a starting place for your article.
## Using
This template is designed to help USGS scientists and developers with their Research Science Records/Development Scientist Record.
The document uses Quarto and Markdown format, but individual sections use LaTeX formatting.
Each major section is its own LaTeX file.
List formatting for the Four Factors is a little bit off, but lists are only included to include the OPM criteria.After installing, here the steps to start writing:
1. (optionally) Rename the `qurto_rsr.qmd` file to be descriptive (for example, `Smith_rsr.qmd`).
2. Edit the `qmd` file to generate your coversheet. You may leave the pronous blank if you do not want to include them. This is the file you complie to generate the PDF.
3. Edit each `.tex` file for that seciton. You will also want to comment out the OPM guidance.## Example
Here is the source code for a minimal sample document: [qurto_rsr.qmd](qurto_rsr.qmd).