Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bruno Chareyre
3sr-biblio
Commits
2a85a13e
Commit
2a85a13e
authored
Jun 10, 2021
by
Bruno Chareyre
Browse files
N=10 (default)
parent
bdfe8ab2
Pipeline
#68842
passed with stages
in 7 minutes and 56 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
create_html.py
View file @
2a85a13e
...
...
@@ -160,7 +160,7 @@ def get_biblio_structure(structure_name, structure_id, n_publi=100):
return
files
def
get_biblio_orcid
(
name
=
'Chareyre'
,
orcid
=
'0000-0001-8505-8540'
,
N
=
6
,
typesLists
=
[[
'journal-article'
],[
'journal-article'
,
'conference-paper'
,
'book'
,
'book-chapter'
],[
'all'
]]):
def
get_biblio_orcid
(
name
=
'Chareyre'
,
orcid
=
'0000-0001-8505-8540'
,
N
=
10
,
typesLists
=
[[
'journal-article'
],[
'journal-article'
,
'conference-paper'
,
'book'
,
'book-chapter'
],[
'all'
]]):
BRIDGE_TYPES
=
{
"ART"
:
"journal-article"
,
"COMM"
:
"Conferences"
,
"COUV"
:
"Books"
,
"THESE"
:
"These"
}
req
=
"https://pub.orcid.org/v3.0/"
+
orcid
+
"/works"
#req = "http://api.archives-ouvertes.fr/search/?q=(authIdHal_s:{s})&sort={so} desc&rows={n}&fl=*".format(s=idhal, n=N_PUBLI_MAX, so=SORT_BY)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment