Skip to content

Commit

Permalink
Add references as a section
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Oct 19, 2023
1 parent 1117b75 commit 28f6041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/preprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def create_extended_pdf_sources(target_path, issue_id,repository_url):
For more information on integrated research objects (e.g., NRPs) that bundle narrative and executable content for reproducible and transparent publications, \
please refer to @Dupre2022-iro. NeuroLibre is sponsored by the Canadian Open Neuroscience Platform (CONP) [@Harding2023-conp].\n\n")
file.write(markdownify.markdownify(markdown.markdown(markdown_output)))
file.write("\n\n## References\n\n")
file.write("\n\n# References\n\n")
# Update the bibliography for NeuroLibre entries.
merge_and_check_bib(target_path)
return {"status":True, "message":"Extended PDF resources have been created."}
Expand Down

0 comments on commit 28f6041

Please sign in to comment.