Skip to content

Commit

Permalink
Fix nested bullet points, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofkomanec committed Aug 26, 2024
1 parent bf5193b commit e28af36
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 22 deletions.
38 changes: 21 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This template is available through [DSW Registry](https://registry.ds-wizard.org

## Issues and Contributing

This document template for DSW is available as open-source via GitHub Repository [ds-wizard/horizon-europe-dmp-template](https://github.com/ds-wizard/horizon-europe-dmp-template), you can [report issues](https://github.com/ds-wizard/horizon-europe-dmp-template/issues) there and fork it for customisations or contributions.
This document template for DSW is available as open-source via GitHub Repository [ds-wizard/horizon-europe-dmp-template](https://github.com/ds-wizard/horizon-europe-dmp-template), you can [report issues](https://github.com/ds-wizard/horizon-europe-dmp-template/issues) there and fork it for customizations or contributions.


### Contributors
Expand All @@ -28,23 +28,27 @@ This document template for DSW is available as open-source via GitHub Repository

## Changelog

### 1.8.1

- Fixed nested bullet points would display unwanted characters

### 1.8.0

- Fix Questions 2 (part 1) regarding data versions to allow for multiple choices
- Improve Question 2 (part 4) regarding access to private data and reasons destroying data
- Improve Question 4 regarding costs in project
- Fixed Questions 2 (part 1) regarding data versions to allow for multiple choices
- Improved Question 2 (part 4) regarding access to private data and reasons destroying data
- Improved Question 4 regarding costs in project

### 1.7.0

- Adjusted to template metamodel version 13 (released in DSW 4.3.0)

### 1.6.2

- Fix broken images in Word
- Fixed broken images in Word

### 1.6.1

- Fix `integrationValue` error
- Fixed `integrationValue` error

### 1.6.0

Expand All @@ -56,36 +60,36 @@ This document template for DSW is available as open-source via GitHub Repository

### 1.5.0

- Update for `dsw:root:2.5.0`
- Updated for `dsw:root:2.5.0`

### 1.4.0

- Switch from `wkhtmltopdf` to `weasyprint` for PDF
- Improve styling for PDF and HTML
- Align data openness with the KM
- Switched from `wkhtmltopdf` to `weasyprint` for PDF
- Improved styling for PDF and HTML
- Aligned data openness with the KM

### 1.3.0

- Adjusted to template metamodel version 11 (released in DSW 3.20.0)
- Fix Minimal Metadata About listing
- Fix singular role selected would appear as roles
- Fixed Minimal Metadata About listing
- Fixed singular role selected would appear as roles

### 1.2.4

- Fix "Metadata will be openly available without/including instructions..." (`26b2afa6-99e8-4337-b380-5642bc807ad8`)
- Fixed "Metadata will be openly available without/including instructions..." (`26b2afa6-99e8-4337-b380-5642bc807ad8`)

### 1.2.3

- Change responsibilities in Chapter 4 (instead of project creator, use assigned project managers for *responsible for implementing the DMP, and ensuring it is reviewed and revised*)
- Fix additional training description in Chapter 4
- Changed responsibilities in Chapter 4 (instead of project creator, use assigned project managers for *responsible for implementing the DMP, and ensuring it is reviewed and revised*)
- Fixed additional training description in Chapter 4

### 1.2.2

- Fix "Minimal Metadata About" listing (`e7b6cd51-22a6-4f7a-9ad5-a7234fa436cb`)
- Fixed "Minimal Metadata About" listing (`e7b6cd51-22a6-4f7a-9ad5-a7234fa436cb`)

### 1.2.1

- Fix use of "Describe your SOP (Standard Operating Procedure) for file naming" (`9ff389f0-2236-48cf-880c-040ea1bb0d2f`)
- Fixed use of "Describe your SOP (Standard Operating Procedure) for file naming" (`9ff389f0-2236-48cf-880c-040ea1bb0d2f`)

### 1.2.0

Expand Down
3 changes: 3 additions & 0 deletions src/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<head>
<title>Data Management Plan</title>
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<style>
{% include "src/style.css" %}
</style>
Expand Down
8 changes: 4 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
width: 100%;
padding-top: 1rem;
vertical-align: top;
font-family: sans-serif;
font-family: "Open Sans", sans-serif;
font-size: 10pt;
}
@bottom-center {
Expand All @@ -22,7 +22,7 @@
width: 100%;
padding-top: 1rem;
vertical-align: top;
font-family: sans-serif;
font-family: "Open Sans", sans-serif;
font-size: 10pt;
}
@bottom-center {
Expand All @@ -32,7 +32,7 @@
width: 100%;
padding-top: 1rem;
vertical-align: top;
font-family: sans-serif;
font-family: "Open Sans", sans-serif;
font-size: 10pt;
}
}
Expand Down Expand Up @@ -60,7 +60,7 @@ html, body {
}

body {
font-family: 'Noto Serif', serif;
font-family: "Open Sans", sans-serif;
font-size: 11pt;
counter-reset: section;
counter-reset: question;
Expand Down
2 changes: 1 addition & 1 deletion template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"templateId": "horizon-europe-dmp",
"organizationId": "dsw",
"version": "1.8.0",
"version": "1.8.1",
"name": "Horizon Europe DMP",
"description": "Data Management Plan according to the Horizon Europe template",
"license": "Apache-2.0",
Expand Down

0 comments on commit e28af36

Please sign in to comment.