Rodn 428 romeo integration
3 unresolved threads
3 unresolved threads
https://issues.unige.ch/browse/AOU-428
Can be tested by comparing the Json returned with the one returned in production here: https://rodn.unige.ch/archive-ouverte/documents/romeo?issn=0306-2619 (added debug in webpage)
Merge request reports
Activity
added 1 commit
- d5cd1883 - feat(RoMEO): [AoU-428] new service to get SHERPA/RoMEO infos on a Journal from an ISSN value
added 5 commits
-
d5cd1883...5019d02d - 4 commits from branch
master
- be250ae5 - feat(RoMEO): [AoU-428] new service to get SHERPA/RoMEO infos on a Journal from an ISSN value
-
d5cd1883...5019d02d - 4 commits from branch
1453 1463 } 1454 1464 } 1455 1465 1466 public static class Romeo { 1467 private String url = "https://v2.sherpa.ac.uk/cgi/retrieve"; I created an issue to uniformize that today: https://issues.unige.ch/browse/AOU-602 I'll let it like this now and we'll decide what to do generally.
1 { changed this line in version 6 of the diff
446 return "Undetermined, due to insufficient information in Sherpa Romeo"; 447 } 448 449 } 450 451 /*************************************************************************/ 452 453 /** 454 * Simplify ROMEO infos that are returned by the endpoint according to the logic AoU logic: 455 * - funding messages are put in footer 456 * - licences, conditions and embargo infos are merged by diffusion text 457 * 458 * @param romeoInfosFilteredForAou 459 * @return 460 */ 461 private ObjectNode formatRomeoInfos(ObjectNode romeoInfosFilteredForAou) { added 4 commits
-
512cee2a...dc1eb844 - 3 commits from branch
master
- 8a1105cc - feat(RoMEO): [AoU-428] new service to get SHERPA/RoMEO infos on a Journal from an ISSN value
-
512cee2a...dc1eb844 - 3 commits from branch
Please register or sign in to reply