Initial commit for theme nederburg

This commit is contained in:
2019-09-15 19:17:51 +02:00
commit 286a6880f1
19 changed files with 213 additions and 0 deletions

26
content/about.md Normal file
View File

@@ -0,0 +1,26 @@
---
title: "About"
date: 2019-08-20T19:56:10+02:00
draft: False
image: ""
tags: [communication, me]
---
# Who am I
I am Julian, 21 years old and currently studying Medical Engineering in Stuttgart and Tübingen (Germany). Stuttgart AND Tübingen? Yes - as Stuttgart is good in engineering and as Tübingen is in medicin they decided to start the first study program where students are enrolled in two universities.
My focus right now is neuroscience, as I am working in the Lab of "Functional and Translational Neurosurgery" led by Prof. Gharabaghi.
I always lived in Baden-Würrtemberg, I spend my schooltime in Kirchheim unter Teck.
I spend my time with climbing, sailing and work for the students union. Also I do a lot of programming, my biggest project so far is ILMO, an library management tool.
I started with Java, learned DrRacket (very funny Lisp dialect) for university, and the started "real" projects with PHP and Python. I also did a bit of machine learning stuff in R.
# Contact
* E-Mail: julian-samuel@gebuehr.net
* Matrix: @perdix:matrix.org
* Threema: 2A724TYR
* Mastodon: @heimdall@chaos.social
* Twitter: j-s.gebuehr@twitter.com
* Signal, Whatsapp, Phone: Available, use one of the other options to get my phone number

24
content/post/ILMO.md Normal file
View File

@@ -0,0 +1,24 @@
---
title: "ILMO"
date: 2019-08-20T16:57:55+02:00
draft: false
image: "uploads/ILMO_bordered.png"
tags: [FOSS]
categories: [Projects]
---
# ILMO
ILMO is my first bigger FOSS-project. It aims at managing small libraries as found in a department of a university.
## History:
I started to create ILMO for the (rather small) library in the study rooms of mediacal engineering. It contains about 300 books, 120 labcoats and safty glasses and some more stuff. As I was in charge of the lends I started to get annoyed by our paper-based solution. Especially when a bunch of people was trying to lend things it took to much time. Also reminding people to retun stuff was unnecessary complicated. Therfore I started to programm this library management tool from scratch. I only reused some basic database and session functions. The project is still a field of learning how to do things for me. Nevertheless after about half a year of development and many tests the system went live in winter 2018. Since then I fill the bugtracker and slowly improve workflows and add functions.
## License
Of course the program is open-source and licensed under GPLv3.
## Demo
Right now there is no public available demo but if you are interested I will lead you the way to my test server.
## Using ILMO
You know someone who could use somthing like this? I would love to see this software in more libraries.
Right now the programm is optimized to the needs of our student union but I would be happy to work more on this.

View File

@@ -0,0 +1,11 @@
---
title: "Hello World"
date: 2019-08-20T16:35:58+02:00
draft: False
categories: ["me"]
---
# Hello world
Welcome to my new blog! I don't know what this will all be about - but we will see :)
The blog is created with the static site generator HUGO and the (customized) theme Casper Two.
We will see how this works out, I can imagine to chnge the theme in the future - or to do more customizations.