From 4ab2bafbd9b898c5f7f2ff3f1bce29c50779e6ca Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Wed, 25 Sep 2024 21:21:05 +0200 Subject: [PATCH] references --- code/cit.py | 4 ++-- src/contents/safety.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/cit.py b/code/cit.py index a2083631..301908a7 100644 --- a/code/cit.py +++ b/code/cit.py @@ -199,7 +199,7 @@ def miscHTML(dictio, x, out): out.write("\t" + "<span property=\"schema:name\">"+dictio['title']+ ".</span>"+ "\n") out.write("\t" +"<i property=\"schema:publisher\" typeof=\"schema:Organization\">"+ dictio['howpublished'] +"</i>"+ "\n") year = dictio['year'] - out.write("\t" +" (<time property=\"schema:datePublished\" datatype=\"xsd:gYear\" dateTime=\"" + year + "\">"+year+"</time>)."+ "\n") + out.write("\t" +" (<time property=\"schema:datePublished\" datatype=\"xsd:gYear\" dateTime=\"" + year + "\">"+year+"</time>)."+ "\n") out.write("</li>" + "\n"+ "\n") def bookHTML(dictio, x, out): @@ -210,7 +210,7 @@ def bookHTML(dictio, x, out): aut = dictio['author'] out.write("\t" + "\t" +"<span property=\"schema:Name\"> " + aut + "</span>."+ "\n") out.write("\t" +"</span>"+ "\n") - out.write("\t" + "<span property=\"schema:name\">"+dictio['title']+ ".</span>"+ "\n") + out.write("\t" + "<span property=\"schema:name\"> "+dictio['title']+ ".</span>"+ "\n") out.write("\t" +"<i property=\"schema:publisher\" typeof=\"schema:Organization\"> "+ dictio['publisher'] +"</i>"+ "\n") year = dictio['year'] out.write("\t" + " (<time property=\"schema:datePublished\" datatype=\"xsd:gYear\" dateTime=\"" + year + "\">"+year+"</time>)."+ "\n") diff --git a/src/contents/safety.tsx b/src/contents/safety.tsx index 00ca1703..f4a496fb 100644 --- a/src/contents/safety.tsx +++ b/src/contents/safety.tsx @@ -298,7 +298,7 @@ export const Safety: React.FC = () =>{ <span property="schema:author" typeof="schema:Organisation"> <span property="schema:Name"> Chadwick, Ruth F</span>. </span> - <span property="schema:name">Encyclopedia of applied ethics.</span> + <span property="schema:name"> Encyclopedia of applied ethics.</span> <i property="schema:publisher" typeof="schema:Organization"> Academic Press</i> (<time property="schema:datePublished" datatype="xsd:gYear" dateTime="2012">2012</time>). </li> @@ -313,7 +313,7 @@ export const Safety: React.FC = () =>{ <i property="schema:publisher" typeof="schema:Organization"> Asian Bioethics Review</i> <b property="issueNumber" typeof="PublicationIssue"> 10</b>, <span property="schema:pageBegin">133–141</span> - (<time property="schema:datePublished" datatype="xsd:gYear" dateTime=" 2018">2018</time>). + (<time property="schema:datePublished" datatype="xsd:gYear" dateTime=" 2018">2018</time>). <a className="doi" href="https://doi.org/10.1007/s41649-018-0056-x"> doi: 10.1007/s41649-018-0056-x</a> </li> @@ -326,7 +326,7 @@ export const Safety: React.FC = () =>{ <i property="schema:publisher" typeof="schema:Organization"> Advances in Cell and Gene Therapy</i> <b property="issueNumber" typeof="PublicationIssue"> 2022</b>, <span property="schema:pageBegin">1–5</span> - (<time property="schema:datePublished" datatype="xsd:gYear" dateTime=" 2022">2022</time>). + (<time property="schema:datePublished" datatype="xsd:gYear" dateTime=" 2022">2022</time>). <a className="doi" href="https://doi.org/10.1155/2022/1015996"> doi: 10.1155/2022/1015996</a> </li> @@ -335,7 +335,7 @@ export const Safety: React.FC = () =>{ <span property="schema:author" typeof="schema:Organisation"> <span property="schema:Name"> Pugh, Jonathan</span>. </span> - <span property="schema:name">Autonomy, Rationality, and Contemporary Bioethics.</span> + <span property="schema:name"> Autonomy, Rationality, and Contemporary Bioethics.</span> <i property="schema:publisher" typeof="schema:Organization"> Oxford University PressOxford</i> (<time property="schema:datePublished" datatype="xsd:gYear" dateTime="2020">2020</time>). </li> -- GitLab