diff --git a/src/app/landingPages/project/project.component.ts b/src/app/landingPages/project/project.component.ts index a2cc50f2..0962cc25 100644 --- a/src/app/landingPages/project/project.component.ts +++ b/src/app/landingPages/project/project.component.ts @@ -9,49 +9,214 @@ import {ProjectInfo} from '../../entities/projectInfo'; selector: 'project', template: ` -
-

{{projectInfo.acronym}}

-

- Title - {{projectInfo.title}} -

-

- Funding - {{projectInfo.funding}} -

-

- Call - {{projectInfo.callIdentifier}} -

-

- Contract (GA) number - {{projectInfo.contractNum}} -

-

- Start Date - {{projectInfo.startDate}} -

-

- End Date - {{projectInfo.endDate}} -

-

- Open Access mandate - {{projectInfo.openAccessMandate}} -

-

- Special Clause 39 - {{projectInfo.specialClause39}} -

-

- Organizations - {{projectInfo.organizations}} -

-

- More information - {{projectInfo.urlInfo}} -

+
+
+
+
+

{{projectInfo.acronym}}

+
+ +
+
Title:
+
{{projectInfo.title}}
+
Funding:
+
{{projectInfo.funding}}
+
Call:
+
{{projectInfo.callIdentifier}}
+
Contract (GA) number:
+
{{projectInfo.contractNum}}
+
Start Date:
+
{{projectInfo.startDate}}
+
End Date:
+
{{projectInfo.endDate}}
+
Open Access mandate:
+
{{projectInfo.openAccessMandate}}
+
Special Clause 39:
+
{{projectInfo.specialClause39}}
+
Organizations:
+
{{projectInfo.organizations}}
+
More information:
+
+ + {{projectInfo.urlInfo}} + +
+
+ + +
+ + +
`,