summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.ttl28
1 files changed, 27 insertions, 1 deletions
diff --git a/index.ttl b/index.ttl
index df65f1c..96d619a 100644
--- a/index.ttl
+++ b/index.ttl
@@ -53,7 +53,8 @@
<#wermelskirchen83>, <#görgen84>, <#viebeg84>, <#indenbirken84>,
<#heyderhoff82>, <#heyderhoff85a>, <#heyderhoff85b>,
<#ttpreis85>,
- <#goossenaerts88>
+ <#goossenaerts88>,
+ <#sinha82>
; .
### Random literature ###
@@ -639,6 +640,19 @@ _:thing_stc
s:inLanguage "en-US" ;
.
+# likely lost in time, see
+# http://www.isical.ac.in/~bhabani/bps_publications.html
+<#sinha82>
+ a s:ScholarlyArticle ;
+ s:name "Implementation of X25 on the microcomputer system EUMEL for connection to public communication network" ;
+ s:author _:person_sinha , _:person_heyderhoff , _:person_hoens ;
+ s:datePublished "1982" ;
+ s:isPartOf [ a s:PublicationIssue ;
+ s:name "Golden Jubilee Conference on Advances in Information Science and Technology, ISI, Calcutta" ;
+ ] ;
+ s:inLanguage "en-US" ;
+ .
+
# unpublished works
<#heyderhoff82>
a s:CreativeWork ;
@@ -2397,3 +2411,15 @@ _:person_kammerer
s:givenName "E." ;
.
+_:person_sinha
+ a s:Person ;
+ s:familyName "Sinha" ;
+ s:givenName "Bhabani P." ;
+ .
+
+_:person_hoens
+ a s:Person ;
+ s:familyName "Hoens" ;
+ s:givenName "G." ;
+ .
+