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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ockenden, Samuel
CiS Projekt
Merge requests
!30
Intervall
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Intervall
bax9187/projekt-cis-biochemie-2021-22:main
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Stahl, Merle
requested to merge
bax9187/projekt-cis-biochemie-2021-22:main
into
main
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
f5d4fc5a
Prev
Next
Show latest version
1 file
+
13
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f5d4fc5a
Merge remote-tracking branch 'upstream/main' into main
· f5d4fc5a
Stahl, Merle
authored
3 years ago
input/README.md
+
13
−
13
View file @ f5d4fc5a
Edit in single-file editor
Open in Web IDE
Show full file
# 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