Skip to content

Commit

Permalink
feat(methodology): Add new paper about how to build OS monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jan 8, 2025
1 parent 3f98ada commit bd6050f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
20 changes: 20 additions & 0 deletions src/pages/About/Citation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,26 @@ function Citation() {
</p>
</Col>
</section>
<section className='content py-4'>
<Col n='12 lg-10'>
<strong>
<FormattedMessage id='app.citation5' />
</strong>
<p>
Laetitia Bracco, Eric Jeangirard, Anne L'Hôte, Laurent Romary.
How to build an Open Science Monitor based on publications? A
French perspective ? 2024. hal:
{' '}
<a
href='https://hal.science/hal-04854788'
target='_blank'
rel='noreferrer'
>
hal-04854788
</a>
</p>
</Col>
</section>
</Row>
</section>
</Container>
Expand Down
20 changes: 20 additions & 0 deletions src/pages/About/Methodology/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,26 @@ function Methodology() {
</p>
</Col>
</section>
<section className='content py-4'>
<Col n='12 lg-10'>
<strong>
<FormattedMessage id='app.citation5' />
</strong>
<p>
Laetitia Bracco, Eric Jeangirard, Anne L'Hôte, Laurent Romary.
How to build an Open Science Monitor based on publications? A
French perspective ? 2024. hal:
{' '}
<a
href='https://hal.science/hal-04854788'
target='_blank'
rel='noreferrer'
>
hal-04854788
</a>
</p>
</Col>
</section>
</Row>
</section>
</Container>
Expand Down
1 change: 1 addition & 0 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@
"app.citation2": "About the automatic detection of affiliations:",
"app.citation3": "About the extension of open access indicators and monitoring of clinical trials:",
"app.citation4": "About the extension to research data, codes and software using text mining techniques:",
"app.citation5": "About the building of an open science monitor based on publications:",
"app.health-home.numbers": "Key figures of open science in health research",
"app.health-interventional.caracteristiques": "Characteristics",
"app.health-interventional.caracteristiques.combien.title": "How many patients are involved in registered clinical trials?",
Expand Down
3 changes: 2 additions & 1 deletion src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,8 @@
"app.citation1": "Sur la mise en place du Baromètre sur l'accès ouvert aux publications :",
"app.citation2": "Sur la détection automatique des affiliations :",
"app.citation3": "Sur l'extension des indicateurs sur l'accès ouvert et suivi des essais cliniques :",
"app.citation4": "Sur l'extension aux données de la recherche, codes et logiciels grâce à des techniques de fouille de texte ",
"app.citation4": "Sur l'extension aux données de la recherche, codes et logiciels grâce à des techniques de fouille de texte:",
"app.citation5": "Sur la construction d'un baromètre de la science ouverte basé sur les publications:",
"app.health-home.numbers": "Les chiffres-clés de la science ouverte dans les recherches en santé",
"app.health-interventional.caracteristiques": "Caractéristiques",
"app.health-interventional.caracteristiques.combien.title": "Combien de patients sont impliqués dans les essais cliniques enregistrés ?",
Expand Down

0 comments on commit bd6050f

Please sign in to comment.