Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Apr 8, 2024
2 parents 17f1eb7 + e128dcc commit 609b8c6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
10 changes: 5 additions & 5 deletions nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ server {
try_files $uri $uri/ /index.html =404;
}
location /mailer/ {
proxy_pass https://api.sendinblue.com/v3/smtp/email;
proxy_set_header Api-Key ${SIB_KEY};
proxy_set_header Accept application/json;
proxy_set_header Content-Type application/json;
client_max_body_size 10M;
proxy_set_header accept application/json;
proxy_set_header api-key $BREVO_KEY;
proxy_set_header content-type application/json;
proxy_ssl_server_name on;
proxy_pass https://api.brevo.com/v3/smtp/email;
}
}
11 changes: 6 additions & 5 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,6 @@
"app.header.nav.institutions": "Institutions",
"app.header.nav.orcid": "ORCID",
"app.header.nav.baro-publications-theses": "The publications and PhD theses",
"app.citation.all": "To cite the Open Science Monitor in an academic work, please use one of the references below:",
"app.citation1": "About the implementation of the French Open Science Monitor on open access to publications:",
"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.header.nav.a-propos-projet": "The project",
"app.header.nav.a-propos-variations": "Local variations",
"app.header.nav.a-propos-opendata": "Open data and source code of the OSM",
Expand All @@ -340,6 +335,12 @@
"app.header.title-health": "French Open Science Monitor in health",
"app.header.title-national": "French Open Science Monitor",
"app.header.welcome-on": "Welcome to",
"app.header.nav.data-code-welcome": "Data and code home",
"app.citation.all": "To cite the Open Science Monitor in an academic work, please use one of the references below:",
"app.citation1": "About the implementation of the French Open Science Monitor on open access to publications:",
"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.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
11 changes: 6 additions & 5 deletions src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,11 +501,6 @@
"app.header.nav.institutions": "Les établissements",
"app.header.nav.orcid": "ORCID",
"app.header.nav.baro-publications-theses": "Les publications et thèses",
"app.citation.all": "Pour citer Baromètre de la Science Ouverte dans un travail de type académique, merci d'utiliser une des références ci-dessous :",
"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.header.nav.a-propos-projet": "Le projet",
"app.header.nav.a-propos-variations": "Déclinaisons locales",
"app.header.nav.a-propos-opendata": "Données ouvertes et code source du BSO",
Expand All @@ -529,6 +524,12 @@
"app.header.title-health": "Baromètre santé de la Science Ouverte",
"app.header.title-national": "Baromètre français de la Science Ouverte",
"app.header.welcome-on": "Bienvenue sur",
"app.header.nav.data-code-welcome": "Accueil données et code",
"app.citation.all": "Pour citer Baromètre de la Science Ouverte dans un travail de type académique, merci d'utiliser une des références ci-dessous :",
"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.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 609b8c6

Please sign in to comment.