TAMULib / scholars-discovery

MIT License
1 stars 0 forks source link

[Issue #412]: Add Datasets subsection and type addition to Document #430

Closed wwelling closed 2 months ago

wwelling commented 3 months ago

If the default template for the citation is not satisfying the requirements copied below then we will have to create a specific template for datasets. In which we will require all minimal permutations of data possible to check correct rendering of citations. We currently only have one. Which looks to need some data manipulation to correct the ampersand which should be corrected in the triplestore to avoid encodings in the data.

image

Display on person profile page as APA, similar to Repository Documents/Preprints types:

Author1lastname, A., Author2lastname, B., & FinalAuthorlastname, C. (year). Dataset title.
Links icons: DOI(if available) Open Access(link to Data@TAMU) Citations(if available)

If more than 6 authors, follow APA format:
Authorlastname, A., Authorlastname, B., Authorlastname, C., Authorlastname, D., Authorlastname, E., Authorlastname, F., ... Lastauthorlastname, Z. (year). Dataset title.
Links icons: DOI(if available) Open Access(link to Data@TAMU) Citations(if available)

Here are the current templates available for selectedPublications. Datasets are using default.html as described in the DisplayView.

Here is what the dataset looks like in VIVO under the persons profile page.

image

Here is the data scholars-discovery is indexing from the RDF for the dataset n60.rdf.

<tamu:fullAuthorList>Stvilia, B., Wu, S., &amp;amp; Lee, D. J.&amp;nbsp;</tamu:fullAuthorList>

It appears VIVO is sanitizing the data before rendering.

image