Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Mar 22, 2024
1 parent 2b3ac90 commit 5c6c0ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions client/src/pages/about/resources/[id]/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"app.resourcesID.thesesfr.usage2": " ",
"app.resourcesID.bso.usage2": "Détection de l'accès ouvert ou fermé des publications du périmètre",
"app.resourcesID.hal.usage2": "Identification des affiliations, au niveau auteur et au niveau publication en utilisant notamment les portails HAL des laboratoires et institutions. Complément de la source Unpaywall pour déterminer si une publication est en accès ouvert ou non ",
"app.resourcesID.vos.usage2": " ",
"app.resourcesID.wikipedia.usage2": " ",
"app.resourcesID.opendata.usage2": " ",
"app.resourcesID.europe.usage2": " ",
Expand Down Expand Up @@ -205,7 +206,7 @@
"app.resourcesID.adg.productor": "Etalab",
"app.resourcesID.frequency": "Fréquence d’actualisation dans scanR",
"app.resourcesID.doi.frequency": " ",
"app.resourcesID.vos.frequency": "A Remplacer",
"app.resourcesID.vos.frequency": " ",
"app.resourcesID.grid.frequency": " ",
"app.resourcesID.insee.frequency": "Infra-annuelle",
"app.resourcesID.rnsr.frequency": " ",
Expand Down Expand Up @@ -257,4 +258,4 @@
"app.resourcesID.adg.retreatment": " ",
"app.resourcesID.website": "Site internet",
"app.resourcesID.wikipedia": "Page Wikipédia"
}
}
12 changes: 6 additions & 6 deletions client/src/pages/about/resources/utils/weblinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ export const websiteURL = (id: string) => {
website: "https://www.open.ac.uk/",
wikipedia: "https://fr.wikipedia.org/wiki/Open_University",
};
// A REMPLACER
// case "vos":
// return {
// website: "https://www.open.ac.uk/",
// wikipedia: "https://fr.wikipedia.org/wiki/Open_University",
// };
case "vos":
return {
website: "https://www.vosviewer.com/ ",
wikipedia:
"https://en.wikipedia.org/wiki/List_of_bibliometrics_software",
};
case "patstat":
return {
website: "https://www.epo.org/en",
Expand Down

0 comments on commit 5c6c0ae

Please sign in to comment.