codemeta.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  3. "@type": "SoftwareSourceCode",
  4. "license": "https://spdx.org/licenses/MIT-0",
  5. "codeRepository": "https://github.com/MITDDC/clu-1976-1989",
  6. "dateCreated": "1976-07-03",
  7. "name": "CLU",
  8. "description": "A set of files that can be used to create a working version of an early version of the CLU programming language.",
  9. "applicationCategory": "Computer Science",
  10. "developmentStatus": "unsupported",
  11. "isPartOf": "https://archivesspace.mit.edu/repositories/2/resources/1265",
  12. "keywords": [
  13. "Programming Language"
  14. ],
  15. "programmingLanguage": [
  16. "CLU"
  17. ],
  18. "operatingSystem": [
  19. "ITS"
  20. ],
  21. "contributor": [
  22. {
  23. "@type": "Person",
  24. "givenName": "Barbara",
  25. "familyName": "Liskov",
  26. "email": "liskov@csail.mit.edu",
  27. "affiliation": {
  28. "@type": "Organization",
  29. "name": "Massachusetts Institute of Technology"
  30. }
  31. },
  32. {
  33. "@type": "Person",
  34. "givenName": "Russ",
  35. "familyName": "Atkinson"
  36. },
  37. {
  38. "@type": "Person",
  39. "givenName": "Craig",
  40. "familyName": "Schaffert"
  41. },
  42. {
  43. "@type": "Person",
  44. "givenName": "Alan",
  45. "familyName": "Snyder"
  46. }
  47. ]
  48. }