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 3319c5e commit f0932ca
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 24 deletions.
40 changes: 21 additions & 19 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/h2020-dmp-template](https://github.com/ds-wizard/h2020-dmp-template), you can [report issues](https://github.com/ds-wizard/h2020-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/h2020-dmp-template](https://github.com/ds-wizard/h2020-dmp-template), you can [report issues](https://github.com/ds-wizard/h2020-dmp-template/issues) there and fork it for customizations or contributions.


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

## Changelog

### 1.15.1

- Fixed nested bullet points would display unwanted characters

### 1.15.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 3 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 3 regarding costs in project

### 1.14.0

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

### 1.13.1

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

### 1.13.0

Expand All @@ -51,28 +55,28 @@ This document template for DSW is available as open-source via GitHub Repository

### 1.12.1

- Fix extra `endif`
- Fixed extra `endif`

### 1.12.0

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

### 1.11.0

- Switch from `wkhtmltopdf` to `weasyprint` for PDF
- Improve styling for PDF and HTML
- Fix (non-)reference data in data summary
- Align data openness with the KM
- Fix privacy use / cannot use issue
- Switched from `wkhtmltopdf` to `weasyprint` for PDF
- Improved styling for PDF and HTML
- Fixed (non-)reference data in data summary
- Aligned data openness with the KM
- Fixed privacy use / cannot use issue

### 1.10.0

- Add versions overview / change tracker table
- Added versions overview / change tracker table
- Adjusted to template metamodel version 11 (released in DSW 3.20.0)

### 1.9.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.9.0

Expand All @@ -84,7 +88,7 @@ This document template for DSW is available as open-source via GitHub Repository

### 1.7.1

- Fix Jinja template nesting error
- Fixed Jinja template nesting error

### 1.7.0

Expand All @@ -106,15 +110,15 @@ This document template for DSW is available as open-source via GitHub Repository
### 1.3.0

- Adjusted to template metamodel version 5 (released in DSW 3.5.0)
- Fix of typo "provice" in section 2.1
- Fixed of typo "provice" in section 2.1

### 1.2.0

- Adjusted to template metamodel version 4 (released in DSW 3.2.0)

### 1.1.1

- Fix displaying answers related to measured datasets
- Fixed displaying answers related to measured datasets

### 1.1.0

Expand All @@ -123,5 +127,3 @@ This document template for DSW is available as open-source via GitHub Repository
### 1.0.0

Initial version developed during the [BioHackathon Europe 2020](https://www.biohackathon-europe.org).


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 All @@ -53,7 +53,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": "h2020-dmp",
"organizationId": "dsw",
"version": "1.15.0",
"version": "1.15.1",
"name": "Horizon 2020 DMP",
"description": "Data Management Plan according to the H2020 template",
"license": "Apache-2.0",
Expand Down

0 comments on commit f0932ca

Please sign in to comment.