pensoft / pensoft-interaction-tables

0 stars 0 forks source link

how to cite a table? #3

Closed jhpoelen closed 3 years ago

jhpoelen commented 4 years ago

In the annotated table json, there's some clues to how to cite a table:

{
  "table_id": "<http://openbiodiv.net/FB706B4E-BAC2-4432-AD28-48063E7753E4>",
...
  "caption": "Plants from which thrips have been collected in Java. <br/>",
  "table_number": "T1",
  "article_doi": "10.3897/zookeys.306.5455"
}

, where the table id and doi provide entries in to the OpenBiodiv Graph.

@mdmtrv what is your suggested citation for a specific table and what sparql can be used to retrieve desired citation elements?

jhpoelen commented 4 years ago

Ideally, I'd like to have a way to directly jump/link into the cited table, instead of having the reader guess which table was cited.

jhpoelen commented 4 years ago

Lyubo suggests to include author names and year in addition to article title.

jhpoelen commented 4 years ago

@mdmtrv Here's the sparql currently used to resolve citation info for an article_doi -

https://github.com/globalbioticinteractions/globalbioticinteractions/blob/92ff38f0eaee7bb5427b7f7b4b7e64dc3e4d3787/eol-globi-data-sources/src/main/java/org/eol/globi/data/StudyImporterForPensoft.java#L204

How would you extend this to include the authors, publication years and name of publication?

jhpoelen commented 3 years ago

Closing stale issue.