Skip to content

Commit

Permalink
Merge branch 'main' into citation-update
Browse files Browse the repository at this point in the history
  • Loading branch information
hdashnow committed Mar 19, 2024
2 parents becfbb0 + 9d862a3 commit 146484c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _cite/cite.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
else:
log(e, 3, "WARNING")
# discard source from citations
# continue
continue

# preserve fields from input source, overriding existing fields
citation.update(source)
Expand Down
14 changes: 14 additions & 0 deletions _data/citations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,22 @@
date: '2024-02-16'
link: https://doi.org/gthw4s
orcid: 0000-0001-8433-6270
<<<<<<< HEAD
plugin: orcid.py
file: orcid.yaml
=======
plugin: sources.py
file: sources.yaml
image: https://media.springernature.com/full/springer-static/image/art%3A10.1038%2Fs41576-024-00692-3/MediaObjects/41576_2024_692_Fig1_HTML.png?as=webp
buttons:
- type: paper
link: https://rdcu.be/dyNxg
tags:
- STRs
- long reads
- short reads
- review
>>>>>>> main
- id: doi:10.1038/s41587-023-02057-3
title: Characterization and visualization of tandem repeats at genome scale
authors:
Expand Down
11 changes: 11 additions & 0 deletions _data/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,14 @@
- long reads
- STRs
- VNTRs

- id: doi:10.1038/s41576-024-00692-3
image: https://media.springernature.com/full/springer-static/image/art%3A10.1038%2Fs41576-024-00692-3/MediaObjects/41576_2024_692_Fig1_HTML.png?as=webp
buttons:
- type: paper
link: https://rdcu.be/dyNxg
tags:
- STRs
- long reads
- short reads
- review

0 comments on commit 146484c

Please sign in to comment.