Skip to content

Commit

Permalink
Added menu to website, added eurocontrol logo, rendered website
Browse files Browse the repository at this point in the history
  • Loading branch information
quinten-goens committed May 3, 2024
1 parent 4bd2a97 commit 424d3ba
Show file tree
Hide file tree
Showing 62 changed files with 4,204 additions and 5,466 deletions.
Empty file added .nojekyll
Empty file.
186 changes: 186 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,191 @@ book:
# - 07-environment.qmd
- 08-conclusions.qmd
- 99-references.qmd
navbar:
background: light
search: false
title: false
logo: "media/EUROCONTROL-logo-standard-rgb.svg"
left:
- text: "AIU Home"
menu:
- text: "**Home**"
icon: "house-fill"
href: "https://ansperformance.eu"
# ---
- text: "<i class='fas fa-plane-departure'></i> **Traffic**"
href: "https://ansperformance.eu/traffic/"

- text: "</i> Daily Traffic Dashboard</i>"
icon: "arrow-return-right"
href: "https://www.eurocontrol.int/Economics/DailyTrafficVariation-States.html"

- text: "Traffic Forecast"
icon: "arrow-return-right"
href: "https://ansperformance.eu/traffic/statfor/"
# ---
- text: "<i class='fas fa-leaf'></i> **Efficiency & Environment**"
href: "https://ansperformance.eu/efficiency/"
- text: "CO<sub>2</sub> emissions"
icon: "arrow-return-right"
href: "https://ansperformance.eu/efficiency/emissions/"
- text: "Horizontal Flight Efficiency"
icon: "arrow-return-right"
href: "https://ansperformance.eu/efficiency/hfe/"

- text: "Vertical Flight Efficiency"
icon: "arrow-return-right"
href: "https://ansperformance.eu/efficiency/vfe/"

- text: "Terminal Holdings"
icon: "arrow-return-right"
href: "https://ansperformance.eu/efficiency/asma/"

- text: "Taxi-out"
icon: "arrow-return-right"
href: "https://ansperformance.eu/efficiency/taxiout/"

# ---
- text: "<i class='fas fa-euro-sign'></i> **Economics**"
href: "https://ansperformance.eu/economics/"

- text: "Service Units"
icon: "arrow-return-right"
href: "https://www.eurocontrol.int/ServiceUnits/Dashboard/EnRouteMainDashboard.html"

- text: "Unit Rates and Costs"
icon: "arrow-return-right"
href: "https://www.eurocontrol.int/ServiceUnits/Dashboard/EnRouteUnitRates.html"

- text: "ATM Cost Effectiveness"
icon: "arrow-return-right"
href: "https://ansperformance.eu/ACE/"

- text: "ANSPs Financial Situation"
icon: "arrow-return-right"
href: "https://ansperformance.eu/economics/finance/"

- text: "CBA"
icon: "arrow-return-right"
href: "https://ansperformance.eu/economics/cba/"

# ---
- text: "<i class='fas fa-user-friends'></i> **Stakeholder views**"
href: "https://ansperformance.eu/dashboard/stakeholder/"

- text: "Airport View"
icon: "arrow-return-right"
href: "https://ansperformance.eu/airport/"

- text: "ANSP View"
icon: "arrow-return-right"
href: "https://ansperformance.eu/ansp/"

- text: "FAB View"
icon: "arrow-return-right"
href: "https://ansperformance.eu/dashboard/stakeholder/fab/"

- text: "State View"
icon: "arrow-return-right"
href: "https://ansperformance.eu/dashboard/stakeholder/state/"

# ---
- text: "<i class='fas fa-book'></i> **Publications**"
href: "https://ansperformance.eu/publications/"

- text: "Data"
icon: "arrow-return-right"
href: "https://ansperformance.eu/data/"

# ---
- text: "<i class='fas fa-hands-helping'></i> **Reference**"
href: "https://ansperformance.eu/reference/"

# ---
- text: "<i class='fas fa-external-link-alt'></i> **External**"

- text: "Single European Sky Portal"
icon: "arrow-return-right"
href: "https://www.eurocontrol.int/prudata/dashboard/"

- text: "ICAO GANP"
icon: "arrow-return-right"
href: "https://www4.icao.int/ganpportal/"

- text: "About"
menu:
- text: "About the PRC"
href: "https://ansperformance.eu/about/prc/"

- text: "About the PRU"
href: "https://ansperformance.eu/about/us/"

- text: "Release notes"
href: "https://ansperformance.eu/post/"

- text: "Disclaimer"
href: "https://ansperformance.eu/about/disclaimer/"

- text: "Areas"
menu:
- text: "Traffic"
href: "https://ansperformance.eu/traffic/"

- text: "Capacity & delays"
href: "https://ansperformance.eu/capacity/"

- text: "Efficiency & environment"
href: "https://ansperformance.eu/efficiency/"

- text: "Economics"
href: "https://ansperformance.eu/economics/"

- text: "Views"
menu:
- text: "Airports"
href: "https://ansperformance.eu/dashboard/stakeholder/airport/"

- text: "Air Navigation Service Provider"
href: "https://ansperformance.eu/ansp/"

- text: "Functional Airspace Block"
href: "https://ansperformance.eu/fab/"

- text: "State"
href: "https://ansperformance.eu/dashboard/stakeholder/state/"

- text: "Publications"
href: "https://ansperformance.eu/publications/"

- text: "Data"
href: "https://ansperformance.eu/data/"

- text: "Reference"
menu:
- text: "Data downloads"
href: "https://ansperformance.eu/data/"

- text: "Definitions"
href: "https://ansperformance.eu/definition/"

- text: "Methodology"
href: "https://ansperformance.eu/methodology/"

- text: "Acronyms"
href: "https://ansperformance.eu/acronym/"

- text: "Bibliography"
href: "https://ansperformance.eu/bibliography/"

- text: "---"

- text: "<i class='fas fa-xs fa-external-link-alt'></i> ICAO GANP"
href: "https://www4.icao.int/ganpportal/"

- text: "SES"
menu:
- text: "<i class='fas fa-xs fa-external-link-alt'></i> Single European Sky (SES) Portal"
href: "https://www.eurocontrol.int/prudata/dashboard/"
appendices:
- A1-appendix.qmd

Expand All @@ -33,6 +218,7 @@ downloads: [pdf, docx]
#bibliography: book.bib #, packages.bib]
bibliography: references.bib


format:
html:
theme: cosmo
Expand Down
Empty file added docs/.nojekyll
Empty file.
Loading

0 comments on commit 424d3ba

Please sign in to comment.