Support for Horizon Europe projects in DSpace/ePrints API
This commit is contained in:
parent
55736c5c60
commit
98df910e1c
|
@ -80,6 +80,7 @@ public class JdbcApiDaoImpl implements JdbcApiDao {
|
|||
|
||||
res.put("FP7", "ec__________::EC::FP7");
|
||||
res.put("H2020", "ec__________::EC::H2020");
|
||||
res.put("HE", "ec__________::EC::HE");
|
||||
log.debug(String.format("processed %s funding ids", res.size()));
|
||||
res.forEach((k,v) -> log.debug(String.format("%s : '%s'", k, v)));
|
||||
return res;
|
||||
|
|
Loading…
Reference in New Issue