Skip to content

Commit 9aba9fc

Browse files
committed
Modified DOIs for infographics. #2695.
1 parent 40391a0 commit 9aba9fc

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"@vue/test-utils": "^1.1.3",
8383
"@vue/vue2-jest": "^27.0.0-alpha.3",
8484
"@vuese/cli": "^2.14.0",
85+
"baseline-browser-mapping": "^2.9.17",
8586
"codacy-coverage": "^3.4.0",
8687
"compression-webpack-plugin": "10.0.0",
8788
"css-loader": "^5.2.7",

src/data/EducationData.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
"id": "nutshell",
277277
"logo": "nutshell.png",
278278
"text": "",
279-
"doi": "10.5281/zenodo.8191958",
279+
"doi": "10.5281/zenodo.7737366",
280280
"url": "https://zenodo.org/record/8191958/files/0%20-%20FAIRsharing%20in%20a%20nutshell%20V1.1.pdf?download=1",
281281
"copyButtonStatus": false,
282282
"hash": "nutshell"
@@ -285,7 +285,7 @@
285285
"id": "standards_overview",
286286
"logo": "standards_overview.png",
287287
"text": "",
288-
"doi": "10.5281/zenodo.8186982",
288+
"doi": "10.5281/zenodo.7737795",
289289
"url": "https://zenodo.org/record/8186982/files/0%20-%20FAIRsharing%20content_%20standards%20overview%20V1.1.pdf?download=1",
290290
"copyButtonStatus": false,
291291
"hash": "standards"
@@ -294,7 +294,7 @@
294294
"id": "databases_overview",
295295
"logo": "databases_overview.png",
296296
"text": "",
297-
"doi": "10.5281/zenodo.8186961",
297+
"doi": "10.5281/zenodo.7737841",
298298
"url": "https://zenodo.org/record/8186961/files/0%20-%20FAIRsharing%20content_%20databases%20overview%20V1.1.pdf?download=1",
299299
"copyButtonStatus": false,
300300
"hash": "databases"
@@ -303,8 +303,8 @@
303303
"id": "policies_overview",
304304
"logo": "policies_overview.png",
305305
"text": "",
306-
"doi": "10.5281/zenodo.11059819",
307-
"url": "https://zenodo.org/records/11059819/files/FAIRsharing%20content_%20policies%20overview%20V1.0.pdf?download=1",
306+
"doi": "10.5281/zenodo.11059818",
307+
"url": "https://zenodo.org/records/12515451/files/FAIRsharing%20content_%20policies%20overview%20(en)%20V1.0.pdf?download=1",
308308
"copyButtonStatus": false,
309309
"hash": "policies"
310310
},
@@ -320,7 +320,7 @@
320320
"id": "researchers",
321321
"logo": "researchers.png",
322322
"text": "",
323-
"doi": "10.5281/zenodo.8186952",
323+
"doi": "10.5281/zenodo.7733025",
324324
"url": "https://zenodo.org/record/8186952/files/0%20-%20FAIRsharing%20for%20you_%20researchers%20V1.1.pdf?download=1",
325325
"copyButtonStatus": false,
326326
"hash": "researchers"
@@ -329,7 +329,7 @@
329329
"id": "journal_publishers",
330330
"logo": "journal_publishers.png",
331331
"text": "",
332-
"doi": "10.5281/zenodo.8186640",
332+
"doi": "10.5281/zenodo.7737417",
333333
"url": "https://zenodo.org/record/8186640/files/0%20-%20FAIRsharing%20for%20you_%20journal%20publishers%20V1.1.pdf?download=1",
334334
"copyButtonStatus": false,
335335
"hash": "publishers"
@@ -338,7 +338,7 @@
338338
"id": "funders",
339339
"logo": "funders.png",
340340
"text": "",
341-
"doi": "10.5281/zenodo.8186623",
341+
"doi": "10.5281/zenodo.7737551",
342342
"url": "https://zenodo.org/record/8186623/files/0%20-%20FAIRsharing%20for%20you_%20funders%20V1.1.pdf?download=1",
343343
"copyButtonStatus": false,
344344
"hash": "funders"
@@ -347,7 +347,7 @@
347347
"id": "societies_and_alliances",
348348
"logo": "societies_and_alliances.png",
349349
"text": "",
350-
"doi": "10.5281/zenodo.8186504",
350+
"doi": "10.5281/zenodo.8186503",
351351
"url": "https://zenodo.org/record/8186504/files/FAIRsharing%20for%20you_%20societies%20and%20alliances.pdf?download=1",
352352
"copyButtonStatus": false,
353353
"hash": "societies"
@@ -356,7 +356,7 @@
356356
"id": "librarians_and_trainers",
357357
"logo": "librarians_and_trainers.png",
358358
"text": "",
359-
"doi": "10.5281/zenodo.8186609",
359+
"doi": "10.5281/zenodo.8186608",
360360
"url": "https://zenodo.org/record/8186609/files/FAIRsharing%20for%20you_%20librarians%20and%20trainers.pdf?download=1",
361361
"copyButtonStatus": false,
362362
"hash": "trainers"
@@ -365,7 +365,7 @@
365365
"id": "developers_and_curators",
366366
"logo": "developers_and_curators.png",
367367
"text": "Coming Soon",
368-
"doi": "10.5281/zenodo.8186594",
368+
"doi": "10.5281/zenodo.8186593",
369369
"url": "https://zenodo.org/record/8186594/files/FAIRsharing%20for%20you_%20developers%20and%20curators.pdf?download=1",
370370
"copyButtonStatus": false,
371371
"hash": "developers"

tests/unit/views/Static/Educational/Educational.spec.js

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,15 @@ describe("Educational.vue", function(){
8282
mocks: {$route},
8383
stubs: ['router-link', 'router-view']
8484
})
85-
const selectedInfoGraphic =
86-
{
87-
"id": "nutshell",
88-
"logo": "nutshell.png",
89-
"text": "",
90-
"doi": "10.5281/zenodo.8191958",
91-
"url": "https://zenodo.org/record/8191958/files/0%20-%20FAIRsharing%20in%20a%20nutshell%20V1.1.pdf?download=1",
92-
"copyButtonStatus": true,
93-
"hash": "nutshell"
94-
}
85+
const selectedInfoGraphic = {
86+
id: "nutshell",
87+
logo: "nutshell.png",
88+
text: "",
89+
doi: "10.5281/zenodo.7737366",
90+
url: "https://zenodo.org/record/8191958/files/0%20-%20FAIRsharing%20in%20a%20nutshell%20V1.1.pdf?download=1",
91+
copyButtonStatus: true,
92+
hash: "nutshell",
93+
};
9594
wrapper.vm.$route.hash
9695
wrapper.vm.infographicPopup.data = {};
9796
wrapper.vm.infographicPopup.show = false;

0 commit comments

Comments
 (0)