Revision 44036
Added by Antonis Lempesis almost 8 years ago
modules/uoa-goldoa-service/trunk/src/main/java/eu/dnetlib/goldoa/service/utils/EmailUtilsImpl.java | ||
---|---|---|
642 | 642 |
text += "Bank Transfer Document: " + baseAddress + "/GoldOAPortal/bankTransfer?requestId=" + requestInfo.getId() + "\n\n"; |
643 | 643 |
text += "Please make sure that you or the researcher\n" + |
644 | 644 |
"1. update the DOI in our system, and \n" + |
645 |
"2. deposit the final manuscript in an OpenAIRE compliant repository (see list here)\n" +
|
|
646 |
"\n"; |
|
645 |
"2. deposit the final manuscript in an OpenAIRE compliant repository (see list here: " +
|
|
646 |
"https://www.openaire.eu/search/data-providers#pubRepo#comp3#comp2plus)\n";
|
|
647 | 647 |
|
648 | 648 |
text += formatComments(requestInfo); |
649 | 649 |
text += "Feel free to contact us at " + contactLink + " if you need further information.\n\n" + |
Also available in: Unified diff
Added the list of compliant repositories in emails