quarto-demo

Introductory demonstration: how/why to use Quarto

https://github.com/nsidc/quarto-demo

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.7%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Introductory demonstration: how/why to use Quarto

Basic Info
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created about 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Code of conduct Citation

README.md

NSIDC logo

Quarto Demo

What is Quarto? How can I use it?

quarto is used to generate the demo website from this repository via GitHub Actions on pushes to the main branch.

Level of Support

This repository is not actively supported by NSIDC but we welcome issue submissions and pull requests in order to foster community contribution.

See the LICENSE for details on permissions and warranties. Please contact nsidc@nsidc.org for more information.

Usage

Install Quarto

Do not install with Conda, or the tinytex extension will not install correctly. TODO: Open an issue in GitHub about this.

Please use an official package.

Install tinytex for PDF rendering

quarto install tinytex

Preview the output

quarto preview

Troubleshooting

Fails to render PDF, tlmgr doesn't exist

ERROR: Error executing '/home/mfisher/miniconda3/envs/quarto/bin/tlmgr': No such file or directory (os error 2)

My first instinct here was to install texlive-core from conda-forge, however that currently doesn't include a subdependency (https://github.com/conda-forge/texlive-core-feedstock/issues/27).

The recommended course of action is quarto install tinytex, however this is not friendly with conda installations. To get around this, we use the system install of Quarto, and install other dependencies with conda.

License

See LICENSE.

Code of Conduct

See Code of Conduct.

Credit

This software was developed by the National Snow and Ice Data Center with funding from multiple sources.

Owner

  • Name: National Snow and Ice Data Center
  • Login: nsidc
  • Kind: organization
  • Email: nsidc@nsidc.org
  • Location: Boulder, Colorado

University of Colorado Boulder

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Fisher"
  given-names: "Matt"
  orcid: "https://orcid.org/0000-0003-3260-5445"
- family-names: "Stafford"
  given-names: "Trey"
  orcid: "https://orcid.org/0000-0002-5510-0055"
title: "NSIDC Quarto Demo"
version: 0.1.0
doi: ...
date-released: ...
url: "https://github.com/nsidc/quarto-demo"

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 45
  • Total Committers: 2
  • Avg Commits per committer: 22.5
  • Development Distribution Score (DDS): 0.133
Past Year
  • Commits: 45
  • Committers: 2
  • Avg Commits per committer: 22.5
  • Development Distribution Score (DDS): 0.133
Top Committers
Name Email Commits
Matt Fisher m****r@n****g 39
Trey Stafford t****d@c****u 6
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 2
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 21 minutes
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 21 minutes
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • MattF-NSIDC (2)
Pull Request Authors
  • MattF-NSIDC (2)
  • trey-stafford (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/publish-to-github-pages.yml actions
  • actions/checkout v3 composite
  • actions/deploy-pages v1 composite
  • actions/upload-pages-artifact v1 composite
  • mamba-org/provision-with-micromamba main composite
  • quarto-dev/quarto-actions/setup v2 composite
environment.yml conda
  • aiohttp
  • cartopy
  • cftime
  • dask
  • fsspec
  • jupyter ~=1.0.0
  • matplotlib
  • numpy
  • python ~=3.10.10
  • requests
  • xarray
  • zarr