GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
"Cliquez sur le lien suivant pour obtenir votre extraction : https://api.archives-ouvertes.fr/search/UNIV-STRASBG/?fq=structId_i:leerlk&rows=20000&wt=csv&fq=publicationDate_tdate:[2016-01-01T00:00:00Z%20 TO%202024-12-31T00:00:00Z]&fq=doiId_s:[%22%22%20TO%20*]&fl=doiId_s\n"
]
}
],
"source": [
"# @title String fields\n",
"Nom_du_labo = '' # @param {\"type\":\"string\",\"placeholder\":\"Par exemple : isis\"}\n",
"Code_labo = '' # @param {\"type\":\"string\",\"placeholder\":\"Par exemple : 207480\"}\n",
"import datetime\n",
"x = datetime.datetime.now()\n",
"end_year = str(x.year)\n",
"\n",
"code = \"Enter your HAL lab code and submit : \" # Assign a value to the variable 'code'\n",
"\n",
"c = input(code) # Now, 'code' is defined and can be used within the input() function\n",
print("Cliquez sur le lien suivant pour obtenir votre extraction : {}".format(url))
exit()
```
%% Output
Enter your HAL lab code and submit : leerlk
Cliquez sur le lien suivant pour obtenir votre extraction : https://api.archives-ouvertes.fr/search/UNIV-STRASBG/?fq=structId_i:leerlk&rows=20000&wt=csv&fq=publicationDate_tdate:[2016-01-01T00:00:00Z%20 TO%202024-12-31T00:00:00Z]&fq=doiId_s:[%22%22%20TO%20*]&fl=doiId_s