FAQ

Who is the UCSF HMTRC?#

The Hyperpolarized MRI Technology Resource Center (HMTRC) is a Biomedical Resource Technology Center funded by the National Institute of Biomedical Imaging and Bioengineering (NIBIB) focuses on the development and dissemination of new advances in dissolution DNP techniques and instrumentation, specialized data acquisition methodology, and analysis software for biomedical research.

How should I use these HP C-13 Imaging Parameters?#

The front matter is where Jekyll starts to get really cool. Any file that contains a YAML front matter block will be processed by Jekyll as a special file. The front matter must be the first thing in the file and must take the form of valid YAML set between triple-dashed lines

What is a static file?#

A static file is a file that does not contain any YAML front matter. These include images, PDFs, and other un-rendered content.

What is a collection?#

Not everything is a post or a page. Maybe you want to document the various methods in your open source project, members of a team, or talks at a conference. Collections allow you to define a new type of document that behave like Pages or Posts do normally, but also have their own unique properties and namespace.

What is a data file?#

In addition to the built-in variables available from Jekyll, you can specify your own custom data that can be accessed via the Liquid templating system. Jekyll supports loading data from YAML, JSON, and CSV files located in the _data directory. Note that CSV files must contain a header row.