-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c40d30
commit 26db331
Showing
4 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,3 @@ jobs: | |
|
||
- name: Run tests | ||
run: uv run pytest tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,3 @@ repos: | |
- id: ruff | ||
# Run the formatter. | ||
- id: ruff-format | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters