forked from geolba/tethys.frontend
- added DataMetricsBadge.vue component for showing metrics downloads, views and citations
- npm updates - new major version typescript 5
This commit is contained in:
parent
f1fbc2d917
commit
cfc81f2d90
17 changed files with 1191 additions and 612 deletions
|
@ -98,6 +98,7 @@ export class DbDataset {
|
|||
public licenses: Array<License>,
|
||||
public references: Array<Reference>,
|
||||
public files: Array<DbFile>,
|
||||
public identifier: Identifier,
|
||||
private coverage?: Coverage,
|
||||
public project?: Project,
|
||||
) {}
|
||||
|
@ -398,3 +399,13 @@ export interface HashValue {
|
|||
type: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
export interface Identifier {
|
||||
created_at: string;
|
||||
dataset_id: number;
|
||||
id: number;
|
||||
status: string; //'findable'
|
||||
type: string; //'doi'
|
||||
updated_at: string; //'2023-03-09T09:48:28.000Z'
|
||||
value: string; //'10.24341/tethys.209'
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue