Skip to content

Commit

Permalink
Quartz sync: Jan 7, 2024, 4:50 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Jan 7, 2024
1 parent 4f7d5d9 commit f9b5b7f
Show file tree
Hide file tree
Showing 25 changed files with 172 additions and 6 deletions.
4 changes: 4 additions & 0 deletions content/cloud/azure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Microsoft Azure
homepage: https://azure.microsoft.com/en-us
---
8 changes: 8 additions & 0 deletions content/cloud/docker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Docker
homepage: https://www.docker.com/
---
# Further Resources

- https://rancherdesktop.io/
- https://podman.io/
4 changes: 4 additions & 0 deletions content/cloud/kubernetes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Kubernetes
homepage: https://kubernetes.io/
---
4 changes: 4 additions & 0 deletions content/devops/azure-devops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Azure DevOps
homepage: https://learn.microsoft.com/en-us/azure/devops/
---
4 changes: 4 additions & 0 deletions content/devops/github-actions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Github Actions
homepage: https://docs.github.com/en/actions
---
4 changes: 4 additions & 0 deletions content/devops/gitlab-ci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Gitlab CI
homepage: https://docs.gitlab.com/ee/ci/
---
4 changes: 4 additions & 0 deletions content/devops/pulumi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Pulumi
homepage: https://www.pulumi.com/
---
4 changes: 4 additions & 0 deletions content/devops/terraform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Terraform
homepage: https://www.terraform.io/
---
4 changes: 4 additions & 0 deletions content/devops/vscode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Visual Studio Code
homepage: https://code.visualstudio.com/
---
24 changes: 18 additions & 6 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
---
title: Welcome to Quartz
title: Welcome to OSS@DBF
---
# Projects
[[automated-grading]]
[[design-system]]
[[gbl-uzh]]
[[klicker-uzh]]
Welcome to our developer knowledge base and project overview!
# Goals of this Project

- Sharing practical know-how with interested internal and external parties to reduce knowledge silos
- Promoting open-source projects developed at our department (e.g., KlickerUZH) and at our university
- Enabling our developers to work on topics they are interested in and to publish their learnings
# About our Department

The Department of Banking and Finance (DBF) belongs to the leading departments in Europe for topics related to banking, finance, and insurance. It was founded in 1968 by the governing council of the canton of Zurich as "Institut für schweizerisches Bankwesen" (Swiss Banking Institute) as a part of the university of Zurich.

> [https://www.bf.uzh.ch/en/department/about-us.html](https://www.bf.uzh.ch/en/department/about-us.html)
With more than 27'000 students, the University of Zurich is Switzerland's largest university. Founded in the year 1833, UZH was Europe's first university to be established by a democratic political system. Made up of seven faculties covering some 100 different subject areas, the University offers a wide variety of Bachelor's, Master's and PhD programs.

> [https://www.uzh.ch/cmsssl/en/explore/portrait/profile.html](https://www.uzh.ch/cmsssl/en/explore/portrait/profile.html)
# License

This knowledge base is available under a permissive MIT license. Our projects are licensed separately and as stated within the corresponding repositories.
4 changes: 4 additions & 0 deletions content/llm/langchain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: LangChain
homepage: https://www.langchain.com/
---
4 changes: 4 additions & 0 deletions content/llm/llamaindex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: LlamaIndex
homepage: https://www.llamaindex.ai/
---
4 changes: 4 additions & 0 deletions content/powerplatform/powerautomate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Microsoft PowerAutomate
homepage: https://learn.microsoft.com/en-us/training/powerplatform/power-automate
---
13 changes: 13 additions & 0 deletions content/projects/automated-grading.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Automated Grading
---
# Project Goal

A key requirement when performing any kind of exam correction is to guarantee a **valid, objective** and **fair** **grading process**. There is often some room for interpretation when grading, especially in **open-ended** exam questions, where students generate answers themselves (i.e., the solution space is much broader than with, e.g., single-choice questions). **Procedural fairness** – referring to the perception of correctability and consistency – is of importance in the design, conduction and correction process of any exam, and is at the core of our project.

Our primary goal is to evaluate whether and how the correction of exams could be supported with **automated tools and procedures**. (Semi-)automated correction of open-ended exam questions has the potential to reduce human subjective judgement, improve fairness for the students, as well as allow lecturers to grade in a more structured and efficient way.
# Resources

- The first version of a public knowledge base is available at https://publish.obsidian.md/automated-correction and open-sourced at https://github.com/uzh-bf/p8-automated-correction
- An updated knowledge base is #work-in-progress
- A platform that facilitates exam grading using #LLM and #AI is #work-in-progress
13 changes: 13 additions & 0 deletions content/projects/design-system.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Design System
---
# Goal

The design system simplifies the shared use of commonly used components in our web-development projects with corporate colors already included. It is based on [[react-js]] components using https://www.radix-ui.com and [[tailwind-css]] and is optimized for usage within [[next-js]]. Future extensions of the design system will also support [[web-components]].

# Resources

- The package can be imported from NPM via https://www.npmjs.com/package/@uzh-bf/design-system
- The source code is available at https://github.com/uzh-bf/design-system
- Examples for each component can be viewed at https://uzh-bf-design-system.vercel.app

11 changes: 11 additions & 0 deletions content/projects/escape-uzh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: EscapeUZH
---
# Goal

The EscapeUZH platform is a web-based tool that facilitates the creation of digital (educational) escape rooms. It is based on the Escapp platform ([github.com/uzh-bf/escapp](https://github.com/uzh-bf/escapp)) developed initially at Universidad Politécnica de Madrid and adapted and hosted by the Department of Banking and Finance for the University of Zurich.

You can find more information in our use case ([EscapeUZH - Developing Digital Educational Escape Rooms](https://www.gbl.uzh.ch/use-cases/escape-uzh/)) and in the details of our own escape room ([EscapeUZH - The Search for the Instant University Diploma](https://www.gbl.uzh.ch/games/escape-uzh/)).
# Resources

- The project is further explained at https://www.gbl.uzh.ch/escape/
12 changes: 12 additions & 0 deletions content/projects/gbl-uzh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: GBL@UZH
homepage: https://www.gbl.uzh.ch
---
# Goal

Game-based learning has many benefits for lecturers and students. However, it can be difficult to get started with developing learning games and integrating games with other curricular activities. We want to foster the application of game-based learning in the university context by providing foundational resources for game usage and development based on what we have learned on our own journey.

# Resources

- The homepage of the project is hosted at https://www.gbl.uzh.ch
- The source code is available at https://github.com/uzh-bf/gbl-uzh
13 changes: 13 additions & 0 deletions content/projects/klicker-uzh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: KlickerUZH
homepage: https://www.klicker.uzh.ch
---
# Goal

KlickerUZH is a web application that supports the interaction between lecturers and their audience in various ways. In a KlickerUZH live quiz (e.g., during a lecture), a speaker may pose questions to be answered by participants over their devices. If so desired by the speaker, the audience may ask questions to which the lecturer can leave a response from within the tool (Live Q&A). KlickerUZH further supports asynchronous interactions (i.e., outside of class) like microlearning and practice quizzes, as well as collaborative activities (e.g., group activity).
# Resources

- The homepage of the project is hosted at https://www.klicker.uzh.ch
- The source code is available at https://github.com/uzh-bf/klicker-uzh
- Our user community is open for participation at https://community.klicker.uzh.ch/
- The project roadmap is publicly available at https://klicker-uzh.feedbear.com
4 changes: 4 additions & 0 deletions content/web/next-js.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Next.js
homepage: https://nextjs.org/
---
4 changes: 4 additions & 0 deletions content/web/react-js.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: React.js
homepage: https://react.dev/
---
4 changes: 4 additions & 0 deletions content/web/t3-stack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: T3 Stack
homepage: https://create.t3.gg/
---
9 changes: 9 additions & 0 deletions content/web/tailwind-css.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: TailwindCSS
homepage: https://tailwindcss.com/
---
# Further Resources

- https://tailwindcss.com/
- https://tailwindui.com/
-
8 changes: 8 additions & 0 deletions content/web/three-js.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Three.js
homepage: https://threejs.org/
---

# Further Resources

- https://threejs-journey.com
4 changes: 4 additions & 0 deletions content/web/typescript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: TypeScript
homepage: https://www.typescriptlang.org/
---
7 changes: 7 additions & 0 deletions content/web/web-components.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Web Components
homepage: https://developer.mozilla.org/en-US/docs/Web/API/Web_components
---
# Further Resources

- https://developer.mozilla.org/en-US/docs/Web/API/Web_components

0 comments on commit f9b5b7f

Please sign in to comment.