Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Add publications link to main menu #153

Open
wrvhage opened this issue Jun 13, 2016 · 6 comments
Open

Add publications link to main menu #153

wrvhage opened this issue Jun 13, 2016 · 6 comments
Assignees

Comments

@wrvhage
Copy link
Member

wrvhage commented Jun 13, 2016

Add "Publications" next to "Software", "People", etc.

@sverhoeven
Copy link
Member

My suggestion:

  1. Add dois property to project, which contains a list of dois of publications made in the project
  2. Create estep generate publications command, which will create a publications data file containing for each doi a record with
  • the doi
  • list of project uris (sources of the doi)
  • the html of doi converted to bibliography, using style apa or ieee-with-url, generated with curl http://data.crossref.org/10.1016/j.daach.2016.03.001 -H 'Accept: text/bibliography; style=ieee-with-url' for example
  1. Create publication.html template with list of publications with a link to doi and link to it's project(s)
  2. On _layouts/project.html, render list of publications of the project itself

@nielsdrost
Copy link
Member

Agreed. Do we also want to fetch metadata by getting the json version of the entry?

curl http://data.crossref.org/10.1016/j.daach.2016.03.001 -H 'Accept:application/vnd.citationstyles.csl+json'

@sverhoeven
Copy link
Member

Only if we do something with that json. Like having a filtering on publication date/author/publisher (similar to software page) or grouping per year.

If we want that, create a separate issue for it, lets use this issue to get a simple version for publications done.

sverhoeven added a commit that referenced this issue Jun 23, 2016
* Added doi to project schema
* Added publication schema and html page
* Command to convert dois to publication data file
* Added publication list to project page

Refs #153
@sverhoeven
Copy link
Member

The publications should be ordered by date.
For this we need to fetch the json.

@sverhoeven
Copy link
Member

Added generator which fetches publication date.

estep generate publication http://dx.doi.org/10.1002/cpe.3416

@sverhoeven
Copy link
Member

The publications with a DOI from http://research.esciencecenter.nl/ have been added as _publication/*.md files.

Most of the publications don't have a DOI. Their DOI's need to be retrieved and their publication Markdown files must be generated.

Also the publications should be tied to a project when possible.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants