Semantic Cite: Difference between revisions

From artserver wiki
No edit summary
No edit summary
Line 8: Line 8:
* [[MediaWiki:Smw_import_bibo]]
* [[MediaWiki:Smw_import_bibo]]
* [[MediaWiki:Smw_import_dc]]
* [[MediaWiki:Smw_import_dc]]
==Property Mapping==
Which (relevant) citation parameters are to be mapped to semantic properties is define in [[MediaWiki:Sci-property-definition]].
=Search External Metdata Records =
[[Special:FindCitableMetadata]] can be used to '''find external publication metadata records based on unique identifiers like DOI'''.
And it also allows to '''store that record into the wiki''' with <code>create</code> function.




=template definitions=
=template definitions=
The page "[[MediaWiki:Sci-template-definition]] describes and maps citation resource types to specific templates with a template containing the rules of how identifiers are expected to be formatted and positioned to generate a citation text." <ref>https://github.com/SemanticMediaWiki/SemanticCite/blob/master/docs/03-template-mapping.md</ref>
The page "[[MediaWiki:Sci-template-definition]] describes and maps citation resource types to specific templates with a template containing the rules of how identifiers are expected to be formatted and positioned to generate a citation text." <ref>https://github.com/SemanticMediaWiki/SemanticCite/blob/master/docs/03-template-mapping.md</ref>
=Metadata record=
Metadata records can be displayed in page which holds it with parameter <code>|@show=true</code> as in
[[CR:DOI:76507926d42a1bd9ecfffb7af1f697d5#_SCITEf77db0d74dec94414787f477f346fc8a]]
{{:CR:DOI:76507926d42a1bd9ecfffb7af1f697d5#_SCITEf77db0d74dec94414787f477f346fc8a}}




Line 20: Line 35:
* [[Template:SciteHarvardYouTube]]
* [[Template:SciteHarvardYouTube]]


=Property Mapping=
Which (relevant) citation parameters are to be mapped to semantic properties is define in [[MediaWiki:Sci-property-definition]].


=Search External Metdata Records =
[[Special:FindCitableMetadata]] can be used to '''find external publication metadata records based on unique identifiers like DOI'''.
And it also allows to '''store that record into the wiki''' with <code>create</code> function.


=Questions=
=Questions=

Revision as of 11:23, 27 May 2020


Semantic properties

See the Bibliographic Ontology Usecase Examples examples and organized the semantic properties accordingly

The Bibliographic Ontology uses properties from

Property Mapping

Which (relevant) citation parameters are to be mapped to semantic properties is define in MediaWiki:Sci-property-definition.

Search External Metdata Records

Special:FindCitableMetadata can be used to find external publication metadata records based on unique identifiers like DOI.

And it also allows to store that record into the wiki with create function.


template definitions

The page "MediaWiki:Sci-template-definition describes and maps citation resource types to specific templates with a template containing the rules of how identifiers are expected to be formatted and positioned to generate a citation text." [1]

Metadata record

Metadata records can be displayed in page which holds it with parameter |@show=true as in

CR:DOI:76507926d42a1bd9ecfffb7af1f697d5#_SCITEf77db0d74dec94414787f477f346fc8a

{{#scite:

|reference=lingutla2014ai
|type=article-journal
|title=AISO: Annotation of Image Segments with Ontologies
|author=Nikhil Lingutla;Justin Preece;Sinisa Todorovic;Laurel Cooper;Laura Moore;Pankaj Jaiswal|+sep=;
|journal=Journal of Biomedical Semantics
|publisher=Springer Science and Business Media LLC
|year=2014
|volume=5
|issue=1
|pages=50
|doi=10.1186/2041-1480-5-50
|issn=2041-1480
|retrieved-from=https://dx.doi.org/
|retrieved-on=2020-05-27
|@show=true

}}


Harvard referencing style templates


Questions

  • are the template parameters turn into semantic property:value pairs?
    • it seems to happen with DOI, but not with Title

TODO: Integrate BibTex records

{{#scite:
|@article{Lampa2017,
  doi = {10.1186/s13326-017-0136-y},
  url = {https://doi.org/10.1186/s13326-017-0136-y},
  year = {2017},
  month = sep,
  publisher = {Springer Science and Business Media {LLC}},
  volume = {8},
  number = {1},
  author = {Samuel Lampa and Egon Willighagen and Pekka Kohonen and Ali King and Denny Vrande{\v{c}}i{\'{c}} and Roland Grafstr\"{o}m and Ola Spjuth},
  title = {{RDFIO}: extending Semantic {MediaWiki} for interoperable biomedical data management},
  journal = {Journal of Biomedical Semantics}
}
}}
... more about "Semantic Cite"