diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2016-11-30 13:52:09 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2016-11-30 13:52:09 +0100 |
commit | 621fc8732776044a60b6a04fe5441116e81e6daf (patch) | |
tree | ab24d6b4e0d4558210dfee321b80cf57e0dc0988 | |
parent | 6314d2c274105cc03fb2b53a7a59aa7500b43e3c (diff) | |
download | eumel-621fc8732776044a60b6a04fe5441116e81e6daf.tar.gz eumel-621fc8732776044a60b6a04fe5441116e81e6daf.tar.bz2 eumel-621fc8732776044a60b6a04fe5441116e81e6daf.zip |
Add sinha82
-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." ; + . + |