Skip to content

Talks or Presentations

Taylor Salo edited this page Oct 17, 2017 · 3 revisions

Talk/Presentation pages

The layout

The entire page has two columns. The narrower one on the left holds an image for the talk (typically just a downsampled png of the first slide) and metadata.

In the wide right hand column, the paper title and citation (with authors in the lab automatically linked to their member pages) show up at the top of the page. Below the title and citation is a horizontal rule separating these elements from the rest of the page. Below the break, there is the page's content. Typically we describe when and where the talk was given.

The code

The header

  • layout: presentation
  • title: The title of the talk.
    • e.g., title: A quantitative evaluation of Neurosynth's annotation methods
  • year: The year of the presentation was given.
  • nickname: A unique identifier for the talk. Typically, we use the date and name used for the file.
    • e.g., nickname: 2017-06-26-salo-neurosynth-presentation
  • conference: The conference or meeting at which the talk was given.
  • authors: A comma-separated string list of the "science names" (see the members pages specification for details) of the authors of the paper.
    • Hyperlinks will be created for any authors whose science names match up to members of the lab. The others are left as standard strings.
    • Perhaps we can create some kind of "common collaborators" list somewhere to link other author names to external sites?
    • e.g., authors: "Salo T, Riedel MC, Bartley JE, Bottenhorn KL, Yarkoni T, Turner MD, Turner JA, Sutherland MT, Laird AR"
  • image: The path to a picture for the talk. Typically we just use a low resolution (width=1000px) png of the talk's first slide.
    • e.g., image: /assets/images/talks/2017-06-26-salo-neurosynth-presentation.png
  • redirect_from: Not sure what this does.
  • slides: A link to the slides used in the talk.
    • e.g., fulltext: http://www.biorxiv.org/content/early/2017/07/19/165951
  • video: A link to a video recording of the talk.
  • f1000:
  • doi:
  • github: A link to the GitHub repository associated with the paper.
  • dryad_doi:
  • figshare_doi:
  • category: Always presentations.
  • projects: A list of the projects this talk is related to. Use the project handle.
    • e.g., projects: [athena]
  • tags: A list of relevant metadata tags for the talk.
    • e.g., tags: [meta-analysis]

Content

Typically we say where and when the talk was given.

Clone this wiki locally