├── .github └── ISSUE_TEMPLATE │ └── hackathon--proposal.md ├── FullGuidelines.md ├── README.md ├── graphics ├── Biognosys_1135x300px_BGSlogo_screen_color.png ├── MatrixScience_logo_CMYK_800x212.jpg ├── eth_uzh.svg ├── fgcz.svg └── logo_2023.svg └── welcome ├── Makefile └── welcome.qmd /.github/ISSUE_TEMPLATE/hackathon--proposal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EuBIC/EuBIC2023/HEAD/.github/ISSUE_TEMPLATE/hackathon--proposal.md -------------------------------------------------------------------------------- /FullGuidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EuBIC/EuBIC2023/HEAD/FullGuidelines.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EuBIC/EuBIC2023/HEAD/README.md -------------------------------------------------------------------------------- /graphics/Biognosys_1135x300px_BGSlogo_screen_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EuBIC/EuBIC2023/HEAD/graphics/Biognosys_1135x300px_BGSlogo_screen_color.png -------------------------------------------------------------------------------- /graphics/MatrixScience_logo_CMYK_800x212.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EuBIC/EuBIC2023/HEAD/graphics/MatrixScience_logo_CMYK_800x212.jpg -------------------------------------------------------------------------------- /graphics/eth_uzh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EuBIC/EuBIC2023/HEAD/graphics/eth_uzh.svg -------------------------------------------------------------------------------- /graphics/fgcz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EuBIC/EuBIC2023/HEAD/graphics/fgcz.svg -------------------------------------------------------------------------------- /graphics/logo_2023.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EuBIC/EuBIC2023/HEAD/graphics/logo_2023.svg -------------------------------------------------------------------------------- /welcome/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EuBIC/EuBIC2023/HEAD/welcome/Makefile -------------------------------------------------------------------------------- /welcome/welcome.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EuBIC/EuBIC2023/HEAD/welcome/welcome.qmd --------------------------------------------------------------------------------