Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Dec 2, 2024
1 parent 4c40d30 commit 26db331
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ jobs:

- name: Run tests
run: uv run pytest tests

1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ repos:
- id: ruff
# Run the formatter.
- id: ruff-format

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Refcheck

![Tests](https://github.com/dtu-qmcm/refcheck/.github/workflows/run_tests.yml/badge.svg)

This repository contains the source code for a tiny web app that extracts the DOIs from a document and presents them in a clickable list.

You might want to do this to check if your grant application contains any incorrect DOI links, or if the links don't match the references as they are supposed to.

Check out the app here: <https://dtu-qmcm-refcheck-app-myspwb.streamlit.app/>.

Refcheck uses [pypandoc](https://github.com/JessicaTegner/pypandoc) to convert document formats and is written and hosted using [Streamlit](https://streamlit.io/).
1 change: 0 additions & 1 deletion test/test.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
My document contains a doi \href{https://doi.org/10.1021/acssynbio.3c00662}{https://doi.org/10.1021/acssynbio.3c00662}.

Here's another one! https://doi.org/10.1021/acssynbio.4c00035

0 comments on commit 26db331

Please sign in to comment.