Skip to content

Commit

Permalink
Fix structure and introduce minimal styling of report
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelius committed Jan 27, 2025
1 parent 4bc1059 commit 9c11d53
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
markdown_dir: 2024
css_file: 2024/annual-report.css
pdf_file: pdf/DRAFT-openrail-annual-report-2024.pdf

- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
16 changes: 9 additions & 7 deletions 2024/0200-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Jean-Michel Evanghelou
* Nicole Göbel
* Brede Dammen
* Erik Nygren
* Fatima Zohra El Ouerkhaoui
* Peter Franken
* Open Source for the Railway Sector
Expand All @@ -18,11 +19,12 @@
* Digital Automated Coupling Migration Decision Support System
* Netzgrafik-Editor
* Library for Linear Reference Systems
* Message of the Chairs of the Technical Committee
* Members
* Building the organization
* Participating in Events
* Message of the Chairs of the Technical Committee
* Members
* Building the organization
* Participating in Events
* Join us
* Website
* Contact
* License
* Endnotes
* Website
* Contact
* License
2 changes: 1 addition & 1 deletion 2024/0500-board.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

*For each board members we would like to have a brief quote about the OpenRail Association. Ideally this alltogether tells a story.*

*For each board member there is an own file where we collect the respective info and text (`05xx.md`)
*For each board member there is an own file where we collect the respective info and text (`05xx.md`)*

*We leave the chairs of the TC out here as they have their own page [later](0800-message-tc.md).*
1 change: 1 addition & 0 deletions 2024/0560-erik.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### Erik Nygren
2 changes: 1 addition & 1 deletion 2024/0800-message-tc.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### Message of the Chairs of the Technical Committee
## Message of the Chairs of the Technical Committee

*Message from the Technical Committee, highlighting beginning collaboration (example OSRD/NGE).*
2 changes: 1 addition & 1 deletion 2024/0900-members.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### Members
## Members

*One-page overview of members. Grouped by membership category.*
2 changes: 1 addition & 1 deletion 2024/1000-building-organization.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### Building the organization
## Building the organization

*2024 has been the year of building up the organization. Tell the story, significant milestones, use it to mention the important organizational parts, link to where to find more information, such as governance documents.*
2 changes: 1 addition & 1 deletion 2024/1100-events.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Participating in Events
## Participating in Events

*Events OpenRail participated in, along with photos where we have them. Tell the story of building a community.*

Expand Down
8 changes: 5 additions & 3 deletions 2024/9000-endnotes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## Website
## Endnotes

### Website

https://openrailassociation.org

## Contact
### Contact

Send us an email at [email protected].

## License
### License

CC-BY-SA
12 changes: 12 additions & 0 deletions 2024/annual-report.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@page {
margin: 15mm;
}

html {
font-size: 10pt;
font-family: 'Open Sans', sans-serif;
}

img {
max-width: 100%;
}

0 comments on commit 9c11d53

Please sign in to comment.