Skip to content

Publications

Eric Daoud edited this page Dec 8, 2019 · 1 revision

Add a new publication

Publications are stored as .json file under _data/publications.json. This json file is exported from Zotero bibliography tool.

Just add a new entry to the list like this:

{
  "id": "http://zotero.org/groups/2386072/items/NU9LTX7C",
  "type": "article-journal",
  "title": "Foo",
  "container-title": "IEEE Transactions on Medical Imaging",
  "page": "448-459",
  "volume": "38",
  "issue": "2",
  "source": "IEEE Xplore",
  "abstract": "Bar",
  "DOI": "10.1109/TMI.2018.2865709",
  "author": [
    {
      "family": "",
      "given": ""
    },
  ],
  "issued": {
    "date-parts": [
      [
        "2019",
        2
      ]
    ]
  }
}

Website Sections

Clone this wiki locally