170 lines
7.7 KiB
TypeScript
170 lines
7.7 KiB
TypeScript
export class DataProviderInfo {
|
|
title: { "name": string, "url": string };
|
|
officialName: string;
|
|
type: string;
|
|
registry: boolean;
|
|
compatibility: string;
|
|
oaiPmhURL: string;
|
|
openDoarURL: string;
|
|
r3DataURL: string;
|
|
originalId: string;
|
|
countries: string[];
|
|
|
|
aggregationStatus: {"fundedContent": string, "indexRecords": string}; //collected from datasource api
|
|
|
|
tabs: {"name": string, "content": string}[];
|
|
tabsInTypes = {
|
|
"publicationsTab": new Set<string>(
|
|
[ "aggregator::pubsrepository::institutional",
|
|
"aggregator::pubsrepository::unknown",
|
|
"aggregator::pubsrepository::journals",
|
|
"crissystem",
|
|
"infospace",
|
|
"pubsrepository::institutional",
|
|
"pubsrepository::journal",
|
|
"pubsrepository::unknown",
|
|
"scholarcomminfra",
|
|
"pubsrepository::thematic",
|
|
"pubscatalogue::unknown",
|
|
|
|
"aggregator::datarepository",
|
|
"crissystem",
|
|
"datarepository::unknown",
|
|
"orprepository"
|
|
]),
|
|
"datasetsTab": new Set<string>(
|
|
[ "aggregator::pubsrepository::institutional",
|
|
"aggregator::pubsrepository::unknown",
|
|
"aggregator::pubsrepository::journals",
|
|
"crissystem",
|
|
"infospace",
|
|
"pubsrepository::institutional",
|
|
"pubsrepository::journal",
|
|
"pubsrepository::unknown",
|
|
"scholarcomminfra",
|
|
"pubsrepository::thematic",
|
|
"pubscatalogue::unknown",
|
|
|
|
"aggregator::datarepository",
|
|
"crissystem",
|
|
"datarepository::unknown",
|
|
"orprepository"
|
|
]),
|
|
"statisticsTab": new Set<string>(
|
|
[ "aggregator::datarepository",
|
|
"aggregator::pubsrepository::institutional",
|
|
"aggregator::pubsrepository::unknown",
|
|
"aggregator::pubsrepository::journals",
|
|
"crissystem",
|
|
"datarepository::unknown",
|
|
"pubsrepository::institutional",
|
|
"pubsrepository::journal",
|
|
"pubsrepository::unknown",
|
|
"pubsrepository::thematic",
|
|
"pubscatalogue::unknown",
|
|
"orprepository"
|
|
]),
|
|
// "organizationsTab": new Set<string>(
|
|
// [ "entityregistry::projects",
|
|
// "entityregistry::repositories"
|
|
// ]),
|
|
"projectsTab": new Set<string>(["entityregistry::projects"]),
|
|
"datasourcesTab": new Set<string>(["entityregistry::repositories"]),
|
|
"relatedDatasourcesTab": new Set<string>(
|
|
[ "aggregator::pubsrepository::unknown",
|
|
"aggregator::pubsrepository::journals",
|
|
"aggregator::pubsrepository::institutional",
|
|
"aggregator::datarepository"
|
|
]),
|
|
"softwareTab": new Set<string>(
|
|
[
|
|
"aggregator::datarepository",
|
|
"aggregator::pubsrepository::institutional",
|
|
"aggregator::pubsrepository::unknown",
|
|
"aggregator::pubsrepository::journals",
|
|
"infospace",
|
|
"pubsrepository::institutional",
|
|
"pubsrepository::journal",
|
|
"pubsrepository::unknown",
|
|
"scholarcomminfra",
|
|
"pubsrepository::thematic",
|
|
"softwarerepository",
|
|
"aggregator::softwarerepository",
|
|
"orprepository"
|
|
])/*,
|
|
"otherTab": new Set<string>(
|
|
[
|
|
"aggregator::datarepository",
|
|
"aggregator::pubsrepository::institutional",
|
|
"aggregator::pubsrepository::unknown",
|
|
"aggregator::pubsrepository::journals",
|
|
"infospace",
|
|
"pubsrepository::institutional",
|
|
"pubsrepository::journal",
|
|
"pubsrepository::unknown",
|
|
"scholarcomminfra",
|
|
"pubsrepository::thematic",
|
|
"softwarerepository",
|
|
"aggregator::softwarerepository",
|
|
"orprepository"
|
|
])*/
|
|
/*
|
|
,
|
|
"metricsTab": new Set<string>(
|
|
[ "aggregator::datarepository",
|
|
"aggregator::pubsrepository::institutional",
|
|
"aggregator::pubsrepository::unknown",
|
|
"aggregator::pubsrepository::journals",
|
|
"crissystem",
|
|
"datarepository::unknown",
|
|
"pubsrepository::institutional",
|
|
"pubsrepository::journal",
|
|
"pubsrepository::unknown",
|
|
"pubsrepository::thematic",
|
|
"pubscatalogue::unknown",
|
|
|
|
"infospace",
|
|
"scholarcomminfra",
|
|
"entityregistry",
|
|
"entityregistry::projects",
|
|
"entityregistry::repositories"
|
|
])
|
|
*/
|
|
};
|
|
|
|
resultsBy: string;
|
|
resultTypes = {
|
|
"collectedFrom": new Set<string>(
|
|
[ "aggregator::datarepository",
|
|
"aggregator::pubsrepository::institutional",
|
|
"aggregator::pubsrepository::unknown",
|
|
"aggregator::pubsrepository::journals",
|
|
"entityregistry::projects",
|
|
"entityregistry::repositories",
|
|
"infospace",
|
|
"scholarcomminfra",
|
|
"pubscatalogue::unknown",
|
|
"aggregator::softwarerepository"
|
|
]),
|
|
"hostedBy": new Set<string>(
|
|
[ "crissystem",
|
|
"datarepository::unknown",
|
|
"pubsrepository::institutional",
|
|
"pubsrepository::journal",
|
|
"pubsrepository::unknown",
|
|
"pubsrepository::thematic",
|
|
"softwarerepository",
|
|
"orprepository"
|
|
])
|
|
};
|
|
|
|
organizations: {"name": string, "id": string}[] = [];
|
|
//publications: any;
|
|
//datasets: any;
|
|
statistics: any;
|
|
//projects: any;
|
|
datasources: any;
|
|
|
|
relatedDatasources: Map<string, {"name": string, "countPublications": string, "countDatasets": string}>;
|
|
}
|