Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CiS Projekt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ockenden, Samuel
CiS Projekt
Merge requests
!28
Übersetztes README.md von Input
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Übersetztes README.md von Input
bax5890/projekt-cis-biochemie-2021-22:bax5890-main-patch-44874
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Schenk, Julius
requested to merge
bax5890/projekt-cis-biochemie-2021-22:bax5890-main-patch-44874
into
main
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Ich hab nochmal die Readmes übersetzt
0
0
Merge request reports
Compare
main
version 1
1b16efb3
3 years ago
main (base)
and
latest version
latest version
9310b1cc
1 commit,
3 years ago
version 1
1b16efb3
1 commit,
3 years ago
1 file
+
13
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
input/README.md
+
13
−
13
Options
# 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
&
c
orre
c
t|
A p
ubli
c
ation
I
nstan
ce
|
|
supported & uncorrect
| ValueError|
| n
ot supported
| ValueError|
|
Unterstützt
&
K
orre
k
t|
Eine P
ubli
k
ation
si
nstan
z
|
|
Unterstützt & Falsch
| ValueError|
| n
icht Unterstützt
| ValueError|
Supported Url are urls, which comply with the url-pattern of suppor
te
d
Journals
.
Unterstützte DOIs sind DOIs,welche das DOI-Mustern der unterstütz
te
n
Journals
besitzen.
###
Suppor
te
d
Journals:
###
Unterstütz
te Journals:
-
ACS-Journals
-
(Nature-Journals)
-
ACS-Journale
-
(Springer-Journale)
-
~~Elsevier~~
## Test
ing
## Test
s
```
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
Loading