rnabioco / rbi-website

Website for the RNA Bioscience Initiative at CU Anschutz
https://rockyrna.org
1 stars 0 forks source link

RBI webiste

Netlify Status Build Status

News items

New news items go into content/posts.

Events

New events go into content/talks

Images

Images go into static/img. Some notes about images:

Publications

  1. Download new bibtex and paste into publications.bib. I run searches on TexMed, check new publications, and copy the tex output.

  2. Use Academic Admin to add publictions from publications.bib file to the content/publications directory. Note proceeds in chronological order (newest first) and often complains about formatting of the Month field, which must be text (Jan, not 01).

academic-admin import --bibtex publications.bib
  1. Copy a figure from the paper into the new publication diectory as featured.png or featured.jpg.

  2. Add a PDF link and tags to the front matter of index.md for each new publication.

  3. Rebuild the site locally with blogdown::serve_site() and check that new publications are visible.