diff options
-rw-r--r-- | index.ttl | 28 |
1 files changed, 27 insertions, 1 deletions
@@ -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." ; + . + |