Compare commits
3 Commits
3e1b444e13
...
07ca5edbc8
Author | SHA1 | Date |
---|---|---|
Miriam Baglioni | 07ca5edbc8 | |
Miriam Baglioni | fc3b96a85c | |
Miriam Baglioni | ec480ef2f4 |
|
@ -372,8 +372,8 @@ public class ExtractPerson implements Serializable {
|
|||
|
||||
String source = PERSON_PREFIX + SEPARATOR + IdentifierFactory.md5(orcid);
|
||||
|
||||
String target = PROJECT_ID_PREFIX + StringUtils.substringBefore(project, "::") + "::"
|
||||
+ IdentifierFactory.md5(StringUtils.substringAfter(project, "::"));
|
||||
String target = PROJECT_ID_PREFIX + StringUtils.substringBefore(project, SEPARATOR) + SEPARATOR
|
||||
+ IdentifierFactory.md5(StringUtils.substringAfter(project, SEPARATOR));
|
||||
List<KeyValue> properties = new ArrayList<>();
|
||||
|
||||
Relation relation = OafMapperUtils
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1,8 @@
|
|||
{"familyName":"Wang","givenName":"Xiao","orcid":"0000-0003-3138-6359","visibility":"public","lastModifiedDate":"2023-10-01T00:00:00.000Z"}
|
||||
{"familyName":"Konstantinou","givenName":"Maria","orcid":"0000-0001-8004-5230","visibility":"public","lastModifiedDate":"2023-10-01T00:00:00.000Z"}
|
||||
{"familyName":"Huang","givenName":"Houqiang","orcid":"0000-0001-6026-4815","visibility":"public","lastModifiedDate":"2023-10-01T00:00:00.000Z"}
|
||||
{"familyName":"firanescu","givenName":"cristina","orcid":"0000-0002-0332-5025","visibility":"public","lastModifiedDate":"2023-10-01T00:00:00.000Z"}
|
||||
{"familyName":"Nawano","givenName":"Aya","orcid":"0000-0001-9686-3000","otherPids":[{"schema":"Scopus Author ID","value":"57192091186"}],"visibility":"public","lastModifiedDate":"2023-10-01T00:00:00.000Z"}
|
||||
{"familyName":"Hoffelner","givenName":"Christine","orcid":"0000-0003-0992-3031","visibility":"public","lastModifiedDate":"2024-10-16T17:00:04.937Z"}
|
||||
{"familyName":"Ardahan Sevgili","givenName":"Seda","orcid":"0000-0001-6544-2588","otherPids":[{"schema":"Scopus Author ID","value":"57203318816"}],"visibility":"public","lastModifiedDate":"2024-08-23T10:25:31.640Z"}
|
||||
{"familyName":"sason","givenName":"hava","orcid":"0000-0002-8793-5102","visibility":"public","lastModifiedDate":"2023-12-06T16:01:55.101Z"}
|
Binary file not shown.
|
@ -0,0 +1,16 @@
|
|||
{"affiliationId":{"schema":"","value":""},"departmentName":"Profesionalización Docente","endDate":"2019-11-012022-12-15","orcid":"0000-0001-6611-4033","roleTitle":"Docente Tutor"}
|
||||
{"affiliationId":{"schema":"","value":""},"departmentName":"Biología","endDate":"2018-01-01","orcid":"0000-0002-5777-9022","roleTitle":"Investigador/Académico"}
|
||||
{"affiliationId":{"schema":"RINGGOLD","value":"2348"},"departmentName":"CGM, Neurogenetics","endDate":"","orcid":"0000-0001-7271-2443","roleTitle":"Clinical Research Coordinator","startDate":"2017-05-12"}
|
||||
{"departmentName":"Economics Department","endDate":"","orcid":"0000-0003-1537-3240","startDate":""}
|
||||
{"departmentName":"Midwifery Academy","endDate":"","orcid":"0000-0002-8579-4748","startDate":"2008-12-01"}
|
||||
{"departmentName":"CER Dona Cotinha de Barros","endDate":"2015-12-31","orcid":"0000-0002-5527-6261","roleTitle":"Estagiária","startDate":"2015-02-01"}
|
||||
{"affiliationId":{"schema":"RINGGOLD","value":"16776"},"departmentName":"Ciencias de la Educación, Lenguaje, Cultura y Artes, Ciencias Historico-Jurídicas y Humanísticas y Lenguas Modernas (Área de Medieval)","endDate":"2017-09-01","orcid":"0000-0002-0510-6416","roleTitle":"Profesor Visitante"}
|
||||
{"departmentName":"Civil Engineering Faculty","endDate":"","orcid":"0000-0002-9744-1026","roleTitle":"Associate Professor","startDate":"2017-01-01"}
|
||||
{"affiliationId":{"schema":"FUNDREF","value":"http://dx.doi.org/10.13039/501100003339"},"departmentName":"Instituto de Historia","endDate":"2016-01-07","orcid":"0000-0001-6812-7452","roleTitle":"investigador científico","startDate":"1989-01-07"}
|
||||
{"affiliationId":{"schema":"RINGGOLD","value":"8783"},"departmentName":"Psychology","endDate":"2016-01-012017-01-01","orcid":"0000-0001-6298-1519","roleTitle":"Assistant Project Scientist"}
|
||||
{"affiliationId":{"schema":"ROR","value":"https://ror.org/05pnzjf85"},"departmentName":"Universidad Estatal del Sur de Manabi","orcid":"0009-0002-6621-4848","roleTitle":""}
|
||||
{"affiliationId":{"schema":"RINGGOLD","value":"48435"},"departmentName":"endodontic","endDate":"","orcid":"0000-0002-2992-1327","roleTitle":"assistant professor","startDate":""}
|
||||
{"affiliationId":{"schema":"ROR","value":"https://ror.org/05qderh61"},"departmentName":"University of Calabar","endDate":"","orcid":"0000-0002-4029-3878","startDate":""}
|
||||
{"affiliationId":{"schema":"ROR","value":"https://ror.org/02s6k3f65"},"departmentName":"Department of Pharmaceutical Sciences","orcid":"0009-0000-8536-4302","roleTitle":""}
|
||||
{"departmentName":"Jurídico","endDate":"","orcid":"0000-0002-9980-4564","roleTitle":"Advogada","startDate":"2018-02-08"}
|
||||
{"affiliationId":{"schema":"ROR","value":"https://ror.org/01dw0ab98"},"departmentName":"眼科","endDate":"2010-07-01","orcid":"0009-0002-1415-0125","roleTitle":""}
|
Binary file not shown.
Loading…
Reference in New Issue