Skip to content

Quarto filter to add website listing template to list research output (publications, data, software, talks, etc)

Notifications You must be signed in to change notification settings

stefanocoretta/resoutput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResOutput Extension For Quarto

ResOutput provides users with a custom ejs template for listing research output (publications, data, software, talsk, etc) in a quarto website.

Installing

quarto add stefanocoretta/resoutput

This will install the extension under the _extensions subdirectory. If you're using version control, you will want to check in this directory.

Two dependencies (extensions) will also be installed (they are needed for the icons):

Using

Use _extensions/stefanocoretta/resoutput/pubs.ejs as the template in a document listing.

The supported fields are:

  • year
  • open
  • rr
  • title
  • author
  • institution
  • journal
  • version
  • location
  • doi
  • manuscript
  • submitted
  • accepted
  • published
  • registration
  • url
  • download
  • github
  • video
  • abstract
  • compendium

Example

Here is the source code for a minimal example: index.qmd.

You can see the rendered HTML here.