From 1115eb38437775ac7fa7f7fab5e9575787083f00 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <michael.kohlhase@fau.de> Date: Wed, 10 Oct 2018 08:57:56 +0200 Subject: [PATCH] tweak --- courses/iwgs1.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/courses/iwgs1.md b/courses/iwgs1.md index 499aa8e..17ce43f 100644 --- a/courses/iwgs1.md +++ b/courses/iwgs1.md @@ -1,7 +1,7 @@ --- layout: course -title: Informatische Werkzeuge in den Geistes- und Sozialwissenschaften I +title: Informatische Werkzeuge in den Geistes- und Sozialwissenschaften IWGS-I instructors: - mkohlhase @@ -26,17 +26,17 @@ Themen in in IWGS-1 * programming in python (main tool in IWGS) * systematics and culture of programming - * program and control structures + * program and control structures * basic data strutures like numbers and strings, character encodings, unicode, and regular expressions -* digital documents and document processing ô°… +* digital documents and document processing * text files - * markup systems, HTML, and CSS ô°… + * markup systems, HTML, and CSS * Data bases and Data Storage * Entity Relationship diagrams, * CRUD operations, and DB querying * XML and JSON for file-based data storage -* Web technologies for interactive documents and applications ô°… +* Web technologies for interactive documents and applications * Internet infrastructure: web browsers and servers * PHP, dynamic HTML, Javascript, HTML forms * Web Application Project (design your own!) -- GitLab