Skip to content

Commit ddd38d3

Browse files
authored
Merge pull request #60 from UCLOrengoGroup/59-update-the-doi-across-the-ted-website
update citation
2 parents 509bc4e + 62853ec commit ddd38d3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

frontend/src/components/Common/Citation.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function Citation() {
77
<Stack p="8">
88
<Text>Please use the following citation when referencing this work:</Text>
99
<Text>
10-
<Link href="https://doi.org/10.1101/2024.03.18.585509">
10+
<Link href="https://doi.org/10.1126/science.adq4946">
1111
Exploring structural diversity across the protein universe with The
1212
Encyclopedia of Domains
1313
</Link>
@@ -17,8 +17,10 @@ export default function Citation() {
1717
Wells, J., Orengo, C. and Jones, D. T.
1818
</Text>
1919
<Text fontSize={{ base: "sm" }}>
20-
<Link href="https://doi.org/10.1101/2024.03.18.585509">
21-
doi:10.1101/2024.03.18.585509
20+
<Text as="span" fontStyle="italic">Science</Text> <Text as="span" fontWeight="600">386</Text>,
21+
eadq4946 (2024).{" "}
22+
<Link href="https://doi.org/10.1126/science.adq4946">
23+
doi:10.1126/science.adq4946
2224
</Link>
2325
</Text>
2426
</Stack>

0 commit comments

Comments
 (0)