-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First Website Draft * Implemented Feedback from supervisor * Logo Upload
- Loading branch information
Showing
7 changed files
with
155 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>}} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>}} | ||
|