Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: publish
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: quarto-dev/quarto-actions/setup@v2
- uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.quarto/
/_site/

**/*.quarto_ipynb
24 changes: 24 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
project:
type: website
website:
title: "SciLifeLab IDS Architecture Board"
navbar:
left:
- text: "Home"
href: index.qmd
- procedure.qmd
- decisions.qmd
- about.qmd
sidebar:
- id: decisions
style: docked
contents: decisions
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true
execute:
freeze: auto
12 changes: 12 additions & 0 deletions about.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "About"
---

Current members of the SciLifeLab IDS Architecture Board:

- Johan Viklund (NBIS)
- Johannes Alneberg (NGI)
- Jonas Hagberg (DC/NBIS)
- Jonas Söderberg (NBIS-SCoRe)
- Jonas Windhager (NBIS-BIIF)
- Konstantin Dossis (DC)
6 changes: 6 additions & 0 deletions decisions.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Decisions"
sidebar: decisions
---

This section contains all Architecture Decision Records (ADRs) of the SciLifeLab IDS Architecture Board.
5 changes: 5 additions & 0 deletions decisions/ADR001-example-decision/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "ADR001: Example decision"
---

This is an example decision.
5 changes: 5 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "SciLifeLab IDS Architecture Board"
---

Welcome to the homepage of the SciLifeLab Integrated Data Services (IDS) Architecture Board.
5 changes: 5 additions & 0 deletions procedure.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Procedure"
---

This page outlines the decision making procedure of the SciLifeLab IDS Architecture Board.
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* css styles */