diff --git a/documentation-generator/jinja2_resources/template_primer.jinja2 b/documentation-generator/jinja2_resources/template_primer.jinja2 index cb5a70166..ce8400edc 100644 --- a/documentation-generator/jinja2_resources/template_primer.jinja2 +++ b/documentation-generator/jinja2_resources/template_primer.jinja2 @@ -13,7 +13,7 @@ specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/primer", - publishDate: "2022-09-10", + publishDate: "2022-08-26", // isPreview: true, subjectPrefix: "[primer]", doJsonLd: true, @@ -28,12 +28,14 @@ editors: [{ name: "Harshvardhan J. Pandit", url: "https://harshp.com/", - "company": "{{ "Harshvardhan J. Pandit" | generate_author_affiliation }}" + company: "Trinity College Dublin", + companyURL: "https://tcd.ie/" }], authors: [{ name: "Harshvardhan J. Pandit", url: "https://harshp.com/", - "company": "{{ "Harshvardhan J. Pandit" | generate_author_affiliation }}" + company: "Trinity College Dublin", + companyURL: "https://tcd.ie/" }], localBiblio: {% include 'references.json' %} }; @@ -1368,6 +1370,7 @@ ex:UserConsent a dpv:ExpressedConsent .

Consent Status

+
@@ -1603,18 +1606,6 @@ ex:AcmeEUOrg rdf:type dpv:LegalEntity, dpv:DataProtectionOfficer ;
- - -
-

Funding Acknowledgements

- -

Funding Sponsors

-

The DPVCG and DPV were initiated as part of the SPECIAL H2020 Project, which received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 731601. The SPECIAL project ran over a 3-year period from 2017 to 2019.

-

Harshvardhan J. Pandit was funded by the Irish Research Council Government of Ireland Postdoctoral Fellowship Grant#GOIPD/2020/790 for working within the DPVCG and contributing to the DPV. The fellowship lasted from 2020 to 2022.

- -

Funding Acknowledgements for Contributors

-

The contributions of Harshvardhan J. Pandit have received funding from the ADAPT SFI Centre for Digital Media Technology is funded by Science Foundation Ireland through the SFI Research Centres Programme and is co-funded under the European Regional Development Fund (ERDF) through Grant#13/RC/2106 (2018 to 2020) and Grant#13/RC/2106_P2 (2021 onwards)

- -
+ diff --git a/primer/index.html b/primer/index.html index 1eaa45676..b72616f9d 100644 --- a/primer/index.html +++ b/primer/index.html @@ -12,7 +12,7 @@ specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/primer", - publishDate: "2022-09-10", + publishDate: "2022-08-26", // isPreview: true, subjectPrefix: "[primer]", doJsonLd: true, @@ -27,12 +27,14 @@ editors: [{ name: "Harshvardhan J. Pandit", url: "https://harshp.com/", - "company": "ADAPT Centre, Trinity College Dublin" + company: "Trinity College Dublin", + companyURL: "https://tcd.ie/" }], authors: [{ name: "Harshvardhan J. Pandit", url: "https://harshp.com/", - "company": "ADAPT Centre, Trinity College Dublin" + company: "Trinity College Dublin", + companyURL: "https://tcd.ie/" }], localBiblio: { "DPVCG": { @@ -1597,6 +1599,7 @@

Consent Types

Consent Status

+
@@ -1832,18 +1835,6 @@

Acknowledgements

- - -
-

Funding Acknowledgements

- -

Funding Sponsors

-

The DPVCG and DPV were initiated as part of the SPECIAL H2020 Project, which received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 731601. The SPECIAL project ran over a 3-year period from 2017 to 2019.

-

Harshvardhan J. Pandit was funded by the Irish Research Council Government of Ireland Postdoctoral Fellowship Grant#GOIPD/2020/790 for working within the DPVCG and contributing to the DPV. The fellowship lasted from 2020 to 2022.

- -

Funding Acknowledgements for Contributors

-

The contributions of Harshvardhan J. Pandit have received funding from the ADAPT SFI Centre for Digital Media Technology is funded by Science Foundation Ireland through the SFI Research Centres Programme and is co-funded under the European Regional Development Fund (ERDF) through Grant#13/RC/2106 (2018 to 2020) and Grant#13/RC/2106_P2 (2021 onwards)

- -
+ \ No newline at end of file