Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Oct 8, 2021
2 parents c94df4d + 5526a42 commit 2e23ec3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ REACT_APP_PIWIK_SITE=37
REACT_APP_PIWIK_URL="https://piwik.enseignementsup-recherche.pro"
REACT_APP_API_VERSION="v2"
REACT_APP_API_BASE="https://scanr-preprod.sword-group.com/api/"
REACT_APP_API_BASE_SCANR="https://scanr.enseignementsup-recherche.gouv.fr/api"
REACT_APP_API_BASE_SCANR="https://scanr.staging.dataesr.ovh/api"
10 changes: 5 additions & 5 deletions src/Components/Home/ScanrIs/ScanrIs.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const focusList = [
en: [],
},
title: {
fr: 'Nominations IUF 2019',
en: 'IUF new members in 2019',
fr: 'Nominations IUF 2020',
en: 'IUF new members in 2020',
},
type: 'treemap',
url: '/focus/iuf',
Expand All @@ -75,11 +75,11 @@ const focusList = [
en: [],
},
title: {
fr: 'Thèmes des thèses soutenues en 2018',
en: 'Thematics of the thesis defended in 2018',
fr: 'Thèmes des thèses soutenues en 2019',
en: 'Thematics of the thesis defended in 2019',
},
type: 'bubble',
url: '/focus/themes-theses-2018',
url: '/focus/themes-theses-2019',
api: 'publications',
},
];
Expand Down
10 changes: 5 additions & 5 deletions src/Components/Shared/LastFocus/LastFocus.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ LastFocus.defaultProps = {
en: ['PhD', '#DoctoralSchools'],
},
title: {
fr: 'Les thèses soutenues en 2018. Sur quels thèmes ?',
en: '2018 thesis in france. Which thematics?',
fr: 'Les thèses soutenues en 2019. Sur quels thèmes ?',
en: '2019 thesis in france. Which thematics?',
},
type: 'bubble',
url: '/focus/themes-theses-2018',
url: '/focus/themes-theses-2019',
api: 'publications',
},
{
Expand All @@ -119,8 +119,8 @@ LastFocus.defaultProps = {
en: ['#InstitutUniversitaireDeFrance', '#IUF'],
},
title: {
fr: "Les nominations 2019 à l'Institut Universitaire de France",
en: 'Persons distinguished by the Institut Universitaire de France in 2019',
fr: "Les nominations 2020 à l'Institut Universitaire de France",
en: 'Persons distinguished by the Institut Universitaire de France in 2020',
},
type: 'treemap',
url: '/focus/iuf',
Expand Down

0 comments on commit 2e23ec3

Please sign in to comment.