Skip to content
Snippets Groups Projects
Commit f5d4fc5a authored by Stahl, Merle's avatar Stahl, Merle
Browse files

Merge remote-tracking branch 'upstream/main' into main

parents fa4141a6 9310b1cc
Branches
No related tags found
1 merge request!30Intervall
# Projekt CiS-Projekt 2021/22
Input-Package to fetch publication information with a given url.
Input-Package um Publikationsinformationen mit von einer DOI zu holen.
## Usage/Examples
......@@ -23,21 +22,22 @@ if __name__ == "__main__":
main("https://doi.org/10.1021/acs.chemrev.8b00728")
```
The expected results of calling this methode are:
| Input-Url | Result |
Die zu erwartende Ergebnisse beim rufen der Funktion:
| Input-DOI | Ergebniss |
|-----------|-----------|
| supported & correct| A publication Instance |
| supported & uncorrect| ValueError|
| not supported | ValueError|
| Unterstützt & Korrekt| Eine Publikationsinstanz |
| Unterstützt & Falsch| ValueError|
| nicht Unterstützt | ValueError|
Supported Url are urls, which comply with the url-pattern of supported Journals.
Unterstützte DOIs sind DOIs,welche das DOI-Mustern der unterstützten Journals besitzen.
### Supported Journals:
### Unterstützte Journals:
- ACS-Journals
- (Nature-Journals)
- ACS-Journale
- (Springer-Journale)
- ~~Elsevier~~
## Testing
## Tests
``` c
python -m unittest input/test/<file.py> -v
......@@ -47,4 +47,4 @@ python -m unittest discover input/test -v
## Authors
- Florian Jochens
- Sam Ockenden
- Julius Schenk
\ No newline at end of file
- Julius Schenk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment