From 4a680d59fa3e9b9ff100e0fc19f02fcff206ccef Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 30 Nov 2016 14:56:42 +0100 Subject: Add hommel79 and fix ELAN abbrv --- history.rst | 4 +++- index.ttl | 47 ++++++++++++++++++++++++++++++++++++++++++++--- overview.rst | 4 ++-- 3 files changed, 49 insertions(+), 6 deletions(-) diff --git a/history.rst b/history.rst index f3322d2..ecb7974 100644 --- a/history.rst +++ b/history.rst @@ -4,7 +4,9 @@ History In 1974 the research group *Programmiersprachen und Compiler II* at TU Berlin led by C.H.A Koster and Hochschulrechenzentrum (HRZ) Bielefeld developed different versions of *SLAN*, a programming language family suited for -educational purposes. This language was later renamed to *ELAN*. +educational purposes. This language was later renamed to *ELAN*, an +abbreviation for *Elementary Language* [hahn79]_ [klingen83]_ or *Educational +Language* [hommel79]_. Jochen Liedtke and Ulrich Bartling, both studying maths at Bielefeld University at that time, created a compiler for SLAN3B as part of their diploma thesis in diff --git a/index.ttl b/index.ttl index 96d619a..baa6f93 100644 --- a/index.ttl +++ b/index.ttl @@ -54,7 +54,8 @@ <#heyderhoff82>, <#heyderhoff85a>, <#heyderhoff85b>, <#ttpreis85>, <#goossenaerts88>, - <#sinha82> + <#sinha82>, + <#hommel79> ; . ### Random literature ### @@ -586,8 +587,21 @@ _:thing_stc s:numberOfPages "155" ; s:inLanguage "de-DE" ; s:about _:thing_elan ; - s:publisher [ a s:Organization ; - s:name "Akademische Verlagsgesellschaft" ] ; + s:publisher _:org_akademische_verlagsgesellschaft ; + . + +<#hommel79> + a s:Book ; + s:author _:person_hommel , _:person_jaeckel , _:person_jaehnichen , + _:person_kleine , _:person_koch , _:person_koster ; + s:datePublished "1979" ; + s:name "ELAN-Sprachbeschreibung" ; + s:sameAs ; + s:about _:thing_elan ; + s:numberOfPages "95" ; + s:inLanguage "de-DE" ; + s:publisher _:org_akademische_verlagsgesellschaft ; + s:isbn "3-400-00384-0" ; . <#klingen85> @@ -2096,6 +2110,15 @@ _:org_hrz s:name "Hochschulrechenzentrum" ; s:department _:org_unibi . +_:org_akademische_verlagsgesellschaft + a s:Organization ; + s:name "Akademische Verlagsgesellschaft" ; + s:location [ a s:PostalAddress ; + s:addressLocality "Wiesbaden" ; + s:addressCountry "DE" ; + ] + . + ### Companies ### _:com_ergos a s:Corporation ; @@ -2423,3 +2446,21 @@ _:person_hoens s:givenName "G." ; . +_:person_hommel + a s:Person ; + s:familyName "Hommel" ; + s:givenName "Günter" ; + . + +_:person_jaeckel + a s:Person ; + s:familyName "Jäckel" ; + s:givenName "Joachim" ; + . + +_:person_kleine + a s:Person ; + s:familyName "Kleine" ; + s:givenName "Karl" ; + . + diff --git a/overview.rst b/overview.rst index 483bea5..d5faca0 100644 --- a/overview.rst +++ b/overview.rst @@ -31,6 +31,6 @@ Time-sharing, multi-user and network-transparency clients” connected via serial lines. Additionally users can share files and start remote processes by linking multiple machines with *EUMEL-Netz*. One-language concept - *ELAN (Elementary Language)* is system implementation language, programming - language, shell language and documentation language. + *ELAN* is system implementation language, programming language, shell + language and documentation language. -- cgit v1.2.3