Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Nov 19, 2023
2 parents 2dcaa25 + 5ebbf2f commit 6e43a26
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 40 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
publish-ghcr:
name: Docker image
name: Publish Docker image
runs-on: ubuntu-latest
steps:
- name: 🏁 Checkout
Expand All @@ -39,7 +39,7 @@ jobs:
docker push $IMAGE_ID:latest
release:
name: Update production deployment
name: Create new Github release
runs-on: ubuntu-latest
needs: publish-ghcr
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/components/SubmissionForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ const SubmissionForm = () => {
value={ror}
/>
<File
hint="Fichier Excel ou CSV (séparateur point virgule ;). Merci d'inclure une ligne d'en-têtes avec les noms de colonnes, comme dans le fichier exemple."
hint="Fichier Excel, ODS ou CSV (séparateur point virgule ;). Merci d'inclure une ligne d'en-têtes avec les noms de colonnes, comme dans le fichier exemple."
label='Fichier de publications'
onChange={handleFileChange}
/>
Expand Down
107 changes: 106 additions & 1 deletion src/pages/About/Methodology/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,115 @@ function Methodology() {
<section className='content py-28'>
<FormattedMessage id='app.methodo-contact' />
{' '}
<a href='mailto:[email protected]'>[email protected]</a>
<a href='mailto:[email protected]'>
<FormattedMessage id='app.variations.email' />
</a>
.
</section>
</Container>
<Container>
<section className='color-blue-dark-125 content py-48'>
<Row gutters>
<section className='content py-4'>
<h3>
<FormattedMessage id='app.citation.all' />
</h3>
</section>
<section className='content py-4'>
<Col n='12 lg-10'>
<strong>
<FormattedMessage id='app.citation1' />
</strong>
<p>
Eric Jeangirard. Monitoring Open Access at a national level:
French case study. ELPUB 2019 23rd edition of the
International Conference on Electronic Publishing, Jun 2019,
Marseille, France. doi:
{' '}
<a
href='https://doi.org/10.4000/proceedings.elpub.2019.20'
target='_blank'
rel='noreferrer'
>
10.4000/proceedings.elpub.2019.20
</a>
</p>
</Col>
</section>
<section className='content py-4'>
<Col n='12 lg-10'>
<strong>
<FormattedMessage id='app.citation2' />
</strong>
<p>
Anne L'Hôte, Eric Jeangirard. Using Elasticsearch for entity
recognition in affiliation disambiguation. 2021, arXiv:
{' '}
<a
href='https://arxiv.org/abs/2110.01958'
target='_blank'
rel='noreferrer'
>
2110.01958
</a>
{' '}
; hal:
{' '}
<a
href='https://hal.science/hal-03365806'
target='_blank'
rel='noreferrer'
>
hal-03365806
</a>
</p>
</Col>
</section>
<section className='content py-4'>
<Col n='12 lg-10'>
<strong>
<FormattedMessage id='app.citation3' />
</strong>
<p>
Laetitia Bracco, Anne L'Hôte, Eric Jeangirard, Didier Torny.
Extending the open monitoring of open science: A new framework
for the French Open Science Monitor (BSO). 2022. hal:
{' '}
<a
href='https://hal.science/hal-03651518'
target='_blank'
rel='noreferrer'
>
hal-03651518
</a>
</p>
</Col>
</section>
<section className='content py-4'>
<Col n='12 lg-10'>
<strong>
<FormattedMessage id='app.citation4' />
</strong>
<p>
Aricia Bassinet, Laetitia Bracco, Anne L'Hôte, Eric
Jeangirard, Patrice Lopez, et al.. Large-scale
Machine-Learning analysis of scientific PDF for monitoring the
production and the openness of research data and software in
France. 2023. hal:
{' '}
<a
href='https://hal.science/hal-04121339'
target='_blank'
rel='noreferrer'
>
hal-04121339
</a>
</p>
</Col>
</section>
</Row>
</section>
</Container>
</>
);
}
Expand Down
38 changes: 14 additions & 24 deletions src/pages/Declinaisons/Variations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,24 @@ function Variations() {
<Row gutters>
<Col n='12'>
<h2>
Baromètres de la Science Ouverte mis en place par les
établissements
<FormattedMessage id='app.variations.title' />
</h2>
</Col>
<Col n='12 lg-10 '>
L'Université de Lorraine a été le premier établissement à
développer une déclinaison locale du Baromètre français de la
Science Ouverte. Suite à cette expérience réussie, une
collaboration entre le MESR et l'UL a mis en place une démarche
simple pour la création de déclinaison locale du Baromètre de la
Science Ouverte, que ce soit au niveau établissement, groupement
de laboratoires ou laboratoire.
<FormattedMessage id='app.variations.first' />
</Col>
<Col n='12 lg-10'>
La page
<FormattedMessage id='app.variations.page' />
<span>
<span> </span>
<span className='external_link'>
<a href='comment-realiser-bso-local'>
"Comment réaliser son BSO local"
<FormattedMessage id='app.variations.how-to' />
</a>
</span>
<span> </span>
</span>
détaille les étapes. Une mailing-list RENATER est ouverte à tous
<FormattedMessage id='app.variations.steps' />
<span> </span>
<span className='external_link'>
<a
Expand All @@ -68,10 +61,11 @@ function Variations() {
</a>
</span>
<span> </span>
pour constituer un réseau d'entraide et fédérer les compétences.
Par ailleurs, l'équipe BSO est contactable à l'adresse :
<FormattedMessage id='app.variations.mailinglist' />
{' '}
<a href='mailto:[email protected]'>[email protected]</a>
<a href='mailto:[email protected]'>
<FormattedMessage id='app.variations.email' />
</a>
.
<p>
<br />
Expand All @@ -81,8 +75,7 @@ function Variations() {
<Row gutters>
<Col n='12' className='p-0'>
<h4 className='p-0'>
Baromètres de la Science Ouverte mis en place par les
établissements (dernière version du BSO)
<FormattedMessage id='app.variations.institutions' />
</h4>
</Col>
<Col n='lg-2 md-4 sm-6'>
Expand Down Expand Up @@ -411,8 +404,7 @@ function Variations() {
<Row gutters>
<Col n='12' className='p-0'>
<h4 className='p-0'>
Baromètres de la Science Ouverte mis en place par les agences de
financement
<FormattedMessage id='app.variations.funders' />
</h4>
</Col>
<Col n='lg-2 md-4 sm-6'>
Expand All @@ -426,8 +418,7 @@ function Variations() {
<Row gutters>
<Col n='12'>
<h4 className='p-0'>
Baromètres de la Science Ouverte sollicités mais non (encore)
publiés
<FormattedMessage id='app.variations.not-published' />
</h4>
</Col>
<Col n='12 lg-8'>
Expand All @@ -439,8 +430,7 @@ function Variations() {
<Row gutters>
<Col n='12'>
<h4 className='p-0'>
Baromètres de la Science Ouverte mis en place par les
établissements (ancienne version du BSO)
<FormattedMessage id='app.variations.outdated' />
</h4>
</Col>
<Col n='12 lg-8'>
Expand All @@ -460,7 +450,7 @@ function Variations() {
<Row gutters>
<Col n='12'>
<h4 className='p-0'>
Autres suivis de l'ouverture des publications
<FormattedMessage id='app.variations.others' />
</h4>
</Col>
<Col n='12 lg-8' className='p-0'>
Expand Down
12 changes: 8 additions & 4 deletions src/pages/Project/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Project() {
<section className='content py-48'>
<Row gutters>
<Col n='12 lg-10' className='p-0'>
<h2>
<h2 id='project'>
<FormattedMessage id='app.project.title' />
</h2>
<p>
Expand Down Expand Up @@ -60,7 +60,7 @@ function Project() {
</Row>
<Row gutters>
<Col n='12'>
<h2>
<h2 className='mt-10' id='team'>
<FormattedMessage id='app.project.equipe.title' />
</h2>
<p>
Expand All @@ -79,12 +79,16 @@ function Project() {
</Col>
</Row>
<Row gutters>
<Col n='12 lg-8'>
<h2>
<Col n='12 lg-8' div='contact'>
<h2 id='contact'>
<FormattedMessage id='app.project.contact.title' />
</h2>
<p>
<FormattedMessage id='app.project.contact' />
{' '}
<a href='mailto:[email protected]'>
<FormattedMessage id='app.variations.email' />
</a>
</p>
</Col>
</Row>
Expand Down
18 changes: 15 additions & 3 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -925,15 +925,27 @@
"app.observationals": "observational studies",
"app.project": "The project",
"app.project.title": "The French Open Science Monitor project",
"app.project.chronologie1": "The establishment of the French Open Science Barometer is part of the National Plan for Open Science (PNSO) and France's National Action Plan within the Open Government Partnership (OGP). This barometer initially concerns open access to publications. This first version was carried out in 2018 and 2019.",
"app.project.chronologie1": "The establishment of the French Open Science Monitor is part of the National Plan for Open Science (PNSO) and France's National Action Plan within the Open Government Partnership (OGP). This barometer initially concerns open access to publications. This first version was carried out in 2018 and 2019.",
"app.project.chronologie2": "As well as updating the data, this new version provides a much more detailed view of French scientific publications. It also offers a focus on the field of health by specifically studying publications in this discipline, as well as French clinical trials and observational studies. This second version was produced in 2021 and opened on 28 January 2022",
"app.project.chronologie.partners": "From 2022, the project team will be expanded to include the University of Lorraine, INRIA and the science-miner competition",
"app.project.chronologie3": "In March 2023, a new edition of the monitor is published! The updated publication data will be combined with new indicators on the use, production or creation, and re-use of datasets and codes or software. These indicators are currently in beta and have been designed thanks to the joint work of the Université de Lorraine, Inria and the MESR. This new version has been funded by the French economic stimulus plan",
"app.project.equipe.title": "Team",
"app.project.equipe": "app.project.equipe",
"app.project.equipe": "This tool was developed by the Ministry of Higher Education and Research. The data was patiently collected, cleaned, consolidated and ordered by Eric Jeangirard and Anne L'Hôte. Frédéric Olland imagined an infrastructure supporting the collection and querying of these hundreds of thousands of French scientific publications. Listening to a panel of experts, WeDoData imagined the new interface. Pauline Gaudet-Chardonnet and Jérémy Peglion ensured its integration. All these results were questioned and validated by the expert views of Claire Leymonerie, Florian Naudet, Didier Torny and Marin Dacos. We were also able to benefit from discussions with Nicholas DeVito. The local variations were considered with the help of Laetitia Bracco from the University of Lorraine. Finally, like a true conductor, Emmanuel Weisenburger ensured that everyone could work peacefully and brought his knowledge of the French research and innovation landscape. The 'Research data' and 'Codes or software' sections were carried out using the tools developed by Patrice Lopez from Science Miner. Laetitia Bracco and Aricia Bassinet from the University of Lorraine were the project leaders. And finally Anne L'Hôte and Eric Jeangirard ensured the technical integration of Science Miner's software bricks.",
"app.project.bright.initiative": "The project benefits from the Bright Initiative's pro-bono competition",
"app.project.contact.title": "Contact",
"app.project.contact": "You can contact us at bso [at] recherche [dot] gouv [dot] fr",
"app.project.contact": "You can contact us at",
"app.variations.title": "Open science monitors set up by institutions",
"app.variations.first": "The University of Lorraine was the first institution to develop a local variation of the French Open Science Monitor. Following this successful experience, a collaboration between the MESR and the UL has put in place an simple approach for the creation of local variations of the Open Science Monitor, whether at the institution level or group of laboratories or laboratory.",
"app.variations.page": "The page",
"app.variations.how-to": "\"How to create your local FOSM\"",
"app.variations.steps": "details the steps. A RENATER mailing list is open to all",
"app.variations.mailinglist": "to build a support network and pool skills. Furthermore, the FOSM team can be contacted at:",
"app.variations.email": "bso [at] recherche [dot] gouv [dot] fr",
"app.variations.institutions": "Open science monitors set up by institutions (last version)",
"app.variations.funders": "Open science monitors set up by funders",
"app.variations.not-published": "Open science monitors asked but not (yet) published",
"app.variations.outdated": "Open science monitors set up by institutions (old version)",
"app.variations.others": "Other follow-ups of the opening of publications",
"app.promoteurs.impact.chart-classement-pays.tooltip": "<b>Trials completed, in collaboration with {point.country}</b><br>{point.y:.2f}% share scientific results or publication ({point.y_abs} / {point.y_tot})",
"app.promoteurs.impact.chart-repartition.tooltip": "<b>Trials completed in {point.year}, {series.name}</b><br>Trials contribution with {point.name}: {point.y:.2f}% of the trials ({point.y_abs} / {point.y_tot})",
"app.publi.affiliations": "Affiliations",
Expand Down
Loading

0 comments on commit 6e43a26

Please sign in to comment.