Skip to content

Commit 34b7d49

Browse files
authored
Add tosr article to the footer (#126)
* Add tosr article to the footer * Remove old article
1 parent d007417 commit 34b7d49

File tree

1 file changed

+20
-36
lines changed

1 file changed

+20
-36
lines changed

src/components/layout/Footer.tsx

Lines changed: 20 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,25 @@ const Footer = () => {
1717
Citing Tree of Science
1818
</h4>
1919
<ul className="flex flex-col gap-2">
20+
<li>
21+
<Reference
22+
label=""
23+
authors={[
24+
"Sebastian Robledo",
25+
"Luis Valencia",
26+
"Martha Zuluaga",
27+
"Oscar Arbelaez Echeverri",
28+
"Jorge W. Arboleda Valencia",
29+
]}
30+
year={2024}
31+
title="tosr: Create the Tree of Science from WoS and Scopus"
32+
journal="Journal of Scientometric Research"
33+
volume="13"
34+
issue="2"
35+
doi="10.5530/jscires.13.2.36"
36+
simple={false}
37+
/>
38+
</li>
2039
<li>
2140
<Reference
2241
label=""
@@ -55,41 +74,6 @@ const Footer = () => {
5574
simple={false}
5675
/>
5776
</li>
58-
<li>
59-
<Reference
60-
label=""
61-
authors={[
62-
"Zuluaga, M.",
63-
"Robledo, S.",
64-
"Osorio-Zuluaga, G. A",
65-
"Yathe, L.",
66-
"González, D.",
67-
"Taborda, G.",
68-
]}
69-
year={2016}
70-
title="Metabolomics and pesticides: systematic literature review usinggraph theory for analysis of references."
71-
journal="Nova"
72-
volume="14"
73-
issue="25"
74-
page="121-138"
75-
doi="10.22490/24629448.1735"
76-
simple={false}
77-
/>
78-
</li>
79-
<li>
80-
<Reference
81-
label=""
82-
authors={["Robledo, S.", "Osorio, G.", "López, C."]}
83-
year={2014}
84-
title="Networking en pequeña empresa: una revisión bibliográfica utilizando la teoria de grafos."
85-
journal="Revista vínculos"
86-
volume="11"
87-
issue="2"
88-
page="6-16"
89-
doi="10.14483/2322939X.9664"
90-
simple={false}
91-
/>
92-
</li>
9377
</ul>
9478
</section>
9579
<section className="md:area-social flex flex-col gap-2">
@@ -181,7 +165,7 @@ const Footer = () => {
181165
>
182166
Core of Science
183167
</a>{" "}
184-
project. &copy; 2020 Core of Science.
168+
project. &copy; {new Date().getFullYear()} Core of Science.
185169
</span>
186170
</div>
187171
<div className="flex sm:justify-center">

0 commit comments

Comments
 (0)