Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 20 additions & 36 deletions src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,25 @@ const Footer = () => {
Citing Tree of Science
</h4>
<ul className="flex flex-col gap-2">
<li>
<Reference
label=""
authors={[
"Sebastian Robledo",
"Luis Valencia",
"Martha Zuluaga",
"Oscar Arbelaez Echeverri",
"Jorge W. Arboleda Valencia",
]}
year={2024}
title="tosr: Create the Tree of Science from WoS and Scopus"
journal="Journal of Scientometric Research"
volume="13"
issue="2"
doi="10.5530/jscires.13.2.36"
simple={false}
/>
</li>
<li>
<Reference
label=""
Expand Down Expand Up @@ -55,41 +74,6 @@ const Footer = () => {
simple={false}
/>
</li>
<li>
<Reference
label=""
authors={[
"Zuluaga, M.",
"Robledo, S.",
"Osorio-Zuluaga, G. A",
"Yathe, L.",
"González, D.",
"Taborda, G.",
]}
year={2016}
title="Metabolomics and pesticides: systematic literature review usinggraph theory for analysis of references."
journal="Nova"
volume="14"
issue="25"
page="121-138"
doi="10.22490/24629448.1735"
simple={false}
/>
</li>
<li>
<Reference
label=""
authors={["Robledo, S.", "Osorio, G.", "López, C."]}
year={2014}
title="Networking en pequeña empresa: una revisión bibliográfica utilizando la teoria de grafos."
journal="Revista vínculos"
volume="11"
issue="2"
page="6-16"
doi="10.14483/2322939X.9664"
simple={false}
/>
</li>
</ul>
</section>
<section className="md:area-social flex flex-col gap-2">
Expand Down Expand Up @@ -181,7 +165,7 @@ const Footer = () => {
>
Core of Science
</a>{" "}
project. &copy; 2020 Core of Science.
project. &copy; {new Date().getFullYear()} Core of Science.
</span>
</div>
<div className="flex sm:justify-center">
Expand Down