diff options
| -rw-r--r-- | hardware.rst | 1 | ||||
| -rw-r--r-- | index.ttl | 48 | ||||
| -rw-r--r-- | popularity.rst | 7 | ||||
| -rw-r--r-- | software.rst | 4 | 
4 files changed, 56 insertions, 4 deletions
diff --git a/hardware.rst b/hardware.rst index d343039..6584a47 100644 --- a/hardware.rst +++ b/hardware.rst @@ -36,6 +36,7 @@ Supported hardware      KHW, PIC 400, Z80      ,M 24, Intel 8086      ,M 28, Intel 8086 +    Nixdorf,PC 8810/35,,1986 [cr86]_      Olivetti,M20,Z8001,1983      ,M24,Intel 8086,1984      PHILIPS, :YES, Intel 80186/8 @@ -37,6 +37,7 @@  		<#schuetz86>, <#iur86>,  		<#ende87>,  		<#chip84>, <#chip87>, <#chip88>, <#chip89>, +		<#cr86>, <#cr87a>, <#cr87b>,  		<#generalanzeiger85>, <#generalanzeiger86>, <#handelsblatt91>, <#jurpc94>,  		<#klingen83>, <#ambros90b>, <#oppor85>, <#seyfert87>, <#ambros90a>, <#ambros90c>,  		<#gmdbericht82>, <#gmdbericht83>, <#gmdbericht84>, <#gmdbericht85>, <#gmdbericht86a>, <#gmdbericht86b>,  @@ -702,6 +703,53 @@ _:generalanzeiger  	s:url <library/jurpc94.pdf> ;  	. +_:cr +	a s:Periodical ; +	s:name "Computer und Recht" ; +	. + +<#cr86> +	a s:ScholarlyArticle ; +	s:name "Nixdorf mit neuem Anwalts-PC" ; +	s:isPartOf [ +		a s:PublicationIssue ; +		s:datePublished "1986" ; +		s:issueNumber "9" ; +		s:isPartOf _:cr ; +		] ; +	s:pageStart "613" ; +	s:url <https://www.juris.de/jportal/?quelle=jlink&docid=jzs-CR-1986-09-0613-2-K-08&psml=jurisw.psml&max=true> ; +	s:url <library/cr86.html> ; +	. + +<#cr87a> +	a s:ScholarlyArticle ; +	s:name "Olivetti und Kienzle übernehmen Advodat-Paket" ; +	s:isPartOf [ +		a s:PublicationIssue ; +		s:datePublished "1987" ; +		s:issueNumber "3" ; +		s:isPartOf _:cr ; +		] ; +	s:pageStart "206" ; +	s:url <https://www.juris.de/jportal/?quelle=jlink&docid=jzs-CR-1987-03-0206-1-K-02&psml=jurisw.psml&max=true> ; +	s:url <library/cr87a.html> ; +	. + +<#cr87b> +	a s:ScholarlyArticle ; +	s:name "Jetzt DFÜ-Software für Advodat-Nutzer" ; +	s:isPartOf [ +		a s:PublicationIssue ; +		s:datePublished "1987" ; +		s:issueNumber "5" ; +		s:isPartOf _:cr ; +		] ; +	s:pageStart "332" ; +	s:url <https://www.juris.de/jportal/?quelle=jlink&docid=jzs-CR-1987-05-0332-4-K-04&psml=jurisw.psml&max=true> ; +	s:url <library/cr87b.html> ; +	. +  ############  ### Chip ###  ############ diff --git a/popularity.rst b/popularity.rst index 4a65a66..e1d6d3a 100644 --- a/popularity.rst +++ b/popularity.rst @@ -11,9 +11,10 @@ Sankt Augustin [gmdbericht82]_ and Max-Planck-Gymnasium Bielefeld. EUMEL was  also by HRZ Bielefeld and at GMD Bonn, as well as TU Berlin [hahn79]_ and TU  Darmstadt. -A survey amongst lawyers from Hannover in 1994 revealed four of 56 (7%) law -offices still ran EUMEL machines eight years after intruduction of ErgoJUR and -advodat [jurpc94]_. +Additionally 400 lawyers ran advodat_ on EUMEL in 1987 [cr87a]_. A survey +amongst those located in Hannover in 1994 revealed four of 56 (7%) law offices +still ran EUMEL machines eight years after intruduction of ErgoJUR and advodat +[jurpc94]_.  By mid 1985 support for the Japanese *Kanji* writing system was added to EUMEL  [gmdspiegel85d]_. A newly founded corporation *NISSIN Products Corp. Tokyo* diff --git a/software.rst b/software.rst index aa04981..cb662bc 100644 --- a/software.rst +++ b/software.rst @@ -37,7 +37,9 @@ ISP  modsoft      - Ergo JUR, software for lawyers [iur86]_  Advodat GmbH -    - advodat, software for lawyers [schuetz86]_ [iur86]_ +    - .. _advodat: + +      advodat, software for lawyers [schuetz86]_ [iur86]_  Sources:  [praxis3]_ pp. 223–224,  | 
