Skip to content

Commit

Permalink
M4 - Frag den Staat (#327)
Browse files Browse the repository at this point in the history
* First Website Draft

* Implemented Feedback from supervisor

* Logo Upload
  • Loading branch information
lauralgh authored Jun 28, 2024
1 parent 553fbb5 commit eb54fe4
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions content/ss24/master/m4-orgxtract/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
+++
project_id = "M4"
title = "OrgXtract"
subtitle = ""
claim = ""
abstract = "In our quest to challenge German bureaucracy, our project transforms organizational charts stored as PDFs into machine-readable open data formats, enhancing research capabilities and promoting transparency of German authorities."

# Properties for displaying the project in the project list
card_image = "Logo_orgxtract.jpeg"
# card_description is deprecated, will be replaced by abstract/and or claim
card_description = "In our quest to challenge German bureaucracy, our project transforms organizational charts stored as PDFs into machine-readable open data formats, enhancing research capabilities and promoting transparency within German authorities."

# Names are optional, team size is sufficient
team = [
"Lorenzo Battiston",
"Laura Langhauser",
"Niklas Lengert",
"Sao Chi Pham",
"Viet Anh Jimmy Tran",
]
supervisor = "Stefan Wehrmeyer"

draft = false

website_link = ""
source_link = ""
+++



{{<section title="Our Goal">}}
The project aims to transform organizational charts, traditionally stored as PDFs, into a machine-readable format to enhance transparency in German authorities personnel structure. It focuses on converting these static documents into data that can be easily analyzed, to provide deeper insights into public administration.
The goal was to create a tool for the Open Knowledge Foundation team to extract data from organizational charts of public authorities in PDF and use the output data to conduct their research.
{{</section>}}


{{<section title="The team">}}
Our team consists of five students, who equally contributed to our project. Each bringing their individual skillset, we were able to create a functioning product together.
Our diverse expertise helped us solve the difficulties that came along during the development of our project. It allowed us to tackle the project from multiple angles, ensuring a comprehensive and effective solution.
{{</section>}}

{{<gallery>}}
<!-- {{<team-member image="cat.jpg" name="Lorenzo Battiston">}}
{{<team-member image="cat.jpg" name="Laura Langhauser">}}
{{<team-member image="cat.jpg" name="Niklas Lengert">}}
{{<team-member image="cat.jpg" name="Sao Chi Pham">}}
{{<team-member image="cat.jpg" name="Viet Anh Jimmy Tran">}} -->
{{</gallery>}}

Binary file added content/ss24/master/m4-orgxtract/cat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions content/ss24/master/m4-orgxtract/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
+++
title = "Features"
weight = 20
draft = true
+++

{{<section title="Features">}}

* **Roles**

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis neque id vulputate malesuada. Quisque dignissim finibus urna sed sagittis.


* **Game-Flow**

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis neque id vulputate malesuada. Quisque dignissim finibus urna sed sagittis.

* **Voting Systems**

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis neque id vulputate malesuada. Quisque dignissim finibus urna sed sagittis.

{{</section>}}
Binary file added content/ss24/master/m4-orgxtract/kitty.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions content/ss24/master/m4-orgxtract/process.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
+++
title = "Process"
weight = 10
draft = true
+++

{{<section title="Process">}}

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis neque id vulputate malesuada. Quisque dignissim finibus urna sed sagittis.


{{</section>}}
72 changes: 72 additions & 0 deletions content/ss24/master/m4-orgxtract/techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
+++
title = "Tech Stack"
weight = 30
draft = true
hasMermaid = true
+++

{{<section title="Tech Stack">}}
Hugo offers a couple of options to include diagrams right in the source code, see
[https://gohugo.io/content-management/diagrams/](https://gohugo.io/content-management/diagrams/)

Here's a mermaid example: (note the hasMermaid = true parameter in the front matter!)

```mermaid
classDiagram
Animal <|-- Duck
Animal <|-- Fish
Animal <|-- Zebra
Animal : +int age
Animal : +String gender
Animal: +isMammal()
Animal: +mate()
class Duck{
+String beakColor
+swim()
+quack()
}
class Fish{
-int sizeInFeet
-canEat()
}
class Zebra{
+bool is_wild
+run()
}
```
{{</section>}}

{{<section title="Future">}}



```goat
+-------------------+ ^ .---.
| A Box |__.--.__ __.--> | .-. | |
| | '--' v | * |<--- | |
+-------------------+ '-' | |
Round *---(-. |
.-----------------. .-------. .----------. .-------. | | |
| Mixed Rounded | | | / Diagonals \ | | | | | |
| & Square Corners | '--. .--' / \ |---+---| '-)-' .--------.
'--+------------+-' .--. | '-------+--------' | | | | / Search /
| | | | '---. | '-------' | '-+------'
|<---------->| | | | v Interior | ^
' <---' '----' .-----------. ---. .--- v |
.------------------. Diag line | .-------. +---. \ / . |
| if (a > b) +---. .--->| | | | | Curved line \ / / \ |
| obj->fcn() | \ / | '-------' |<--' + / \ |
'------------------' '--' '--+--------' .--. .--. | .-. +Done?+-'
.---+-----. | ^ |\ | | /| .--+ | | \ /
| | | Join \|/ | | Curved | \| |/ | | \ | \ /
| | +----> o --o-- '-' Vertical '--' '--' '-- '--' + .---.
<--+---+-----' | /|\ | | 3 |
v not:line 'quotes' .-' '---'
.-. .---+--------. / A || B *bold* | ^
| | | Not a dot | <---+---<-- A dash--is not a line v |
'-' '---------+--' / Nor/is this. ---
```
Goat Diagrams are also supported :)
{{</section>}}

0 comments on commit eb54fe4

Please sign in to comment.