Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion _includes/software-citation.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% remote_include app.citation_md %}
{% endcapture %}
<div style="margin-top: 1em; font-size: 13px;">
{{ citation_md | replace: "(sec_citation)=", "" | replace: "(citation)=", "" | markdownify }}
{{ citation_md | split: "(sec_citation)=" | last | markdownify }}
</div>
{% endif %}

Expand Down
1 change: 1 addition & 0 deletions _software/tsdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ code_snippet: |2
redirect_from:
- /tsdate/
citation_url: https://tskit.dev/tsdate/docs/stable/#citing
citation_md: https://raw.githubusercontent.com/tskit-dev/tsdate/refs/heads/main/docs/citation.md
---
Tsdate is a scalable method for estimating the age of ancestral nodes in a tree sequence.