File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -742,6 +742,10 @@ export class DefaultAppConfig implements AppConfig {
742742 name : 'doi' ,
743743 baseUrl : 'https://doi.org/' ,
744744 } ,
745+ {
746+ name : 'core' ,
747+ baseUrl : 'https://core.ac.uk/works/' ,
748+ } ,
745749 {
746750 name : 'hdl' ,
747751 baseUrl : 'https://hdl.handle.net/' ,
@@ -1013,6 +1017,12 @@ export class DefaultAppConfig implements AppConfig {
10131017 iconPosition : IdentifierSubtypesIconPositionEnum . LEFT ,
10141018 link : 'https://ror.org' ,
10151019 } ,
1020+ {
1021+ name : 'core' ,
1022+ icon : 'assets/images/core.logo.icon.png' ,
1023+ iconPosition : IdentifierSubtypesIconPositionEnum . LEFT ,
1024+ link : 'https://core.ac.uk' ,
1025+ } ,
10161026 ] ;
10171027 datadogRum : DatadogRumConfig = {
10181028 clientToken : undefined ,
Original file line number Diff line number Diff line change @@ -521,6 +521,10 @@ export const environment: BuildConfig = {
521521 name : 'doi' ,
522522 baseUrl : 'https://doi.org/' ,
523523 } ,
524+ {
525+ name : 'core' ,
526+ baseUrl : 'https://core.ac.uk/works/' ,
527+ } ,
524528 {
525529 name : 'keepMyWhiteSpaces' ,
526530 baseUrl : 'https://keepmywhitespaces.com/' ,
@@ -758,6 +762,12 @@ export const environment: BuildConfig = {
758762 iconPosition : IdentifierSubtypesIconPositionEnum . LEFT ,
759763 link : 'https://ror.org' ,
760764 } ,
765+ {
766+ name : 'core' ,
767+ icon : 'assets/images/core.logo.icon.png' ,
768+ iconPosition : IdentifierSubtypesIconPositionEnum . LEFT ,
769+ link : 'https://core.ac.uk' ,
770+ } ,
761771 ] ,
762772 // Configuration for the metadata link view popover
763773 metadataLinkViewPopoverData :
You can’t perform that action at this time.
0 commit comments