From 9310b1cc5ab8550811f88cbb3cde48bb985e07df Mon Sep 17 00:00:00 2001 From: "Schenk, Julius" <julius.schenk@studium.uni-hamburg.de> Date: Thu, 27 Jan 2022 15:43:24 +0000 Subject: [PATCH] Update README.md --- input/README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/input/README.md b/input/README.md index 110ce69..c7e1ac2 100644 --- a/input/README.md +++ b/input/README.md @@ -1,6 +1,5 @@ # 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 -- GitLab