Project

General

Profile

1
export class Publication {
2
  title: string;
3
  publisher: string;
4
  DOI: string;
5
  source: string;
6
  type: string;
7
}
(11-11/13)