Skip to content
Snippets Groups Projects
Commit 9310b1cc authored by Schenk, Julius's avatar Schenk, Julius
Browse files

Update README.md

parent 30c21fa3
No related branches found
No related tags found
1 merge request!28Übersetztes README.md von Input
# Projekt CiS-Projekt 2021/22 # Projekt CiS-Projekt 2021/22
Input-Package um Publikationsinformationen mit von einer DOI zu holen.
Input-Package to fetch publication information with a given url.
## Usage/Examples ## Usage/Examples
...@@ -23,21 +22,22 @@ if __name__ == "__main__": ...@@ -23,21 +22,22 @@ if __name__ == "__main__":
main("https://doi.org/10.1021/acs.chemrev.8b00728") main("https://doi.org/10.1021/acs.chemrev.8b00728")
``` ```
The expected results of calling this methode are: Die zu erwartende Ergebnisse beim rufen der Funktion:
| Input-Url | Result | | Input-DOI | Ergebniss |
|-----------|-----------| |-----------|-----------|
| supported & correct| A publication Instance | | Unterstützt & Korrekt| Eine Publikationsinstanz |
| supported & uncorrect| ValueError| | Unterstützt & Falsch| ValueError|
| not supported | 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 - ACS-Journale
- (Nature-Journals) - (Springer-Journale)
- ~~Elsevier~~
## Testing ## Tests
``` c ``` c
python -m unittest input/test/<file.py> -v python -m unittest input/test/<file.py> -v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment