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
Commits
f5d4fc5a
Commit
f5d4fc5a
authored
3 years ago
by
Stahl, Merle
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'upstream/main' into main
parents
fa4141a6
9310b1cc
Branches
Branches containing commit
No related tags found
1 merge request
!30
Intervall
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
input/README.md
+13
-13
13 additions, 13 deletions
input/README.md
with
13 additions
and
13 deletions
input/README.md
+
13
−
13
View file @
f5d4fc5a
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment