Ira Fuchs

Ira H. Fuchs (born December 1948) is an internationally known authority on technology innovation in higher education and is a co-founder of BITNET,[1] an important precursor of the Internet.[2][3][4] He was inducted into the Internet Hall of Fame in 2017. Since 2012 he has been President of BITNET, LLC a consulting firm specializing in online learning and other applications of technology in higher education.

Ira H. Fuchs
BornDecember 1948 (1948-12) (age 71)
NationalityUnited States
Alma materColumbia University
Employer
Known forBITNET

Career

Ira Fuchs graduated from the Columbia University School of Engineering and Applied Sciences in 1969 with a B.S. (Applied Physics) and in 1976 with a M.S. (Computer Science and Electrical Engineering). From 1973, at the age of 24, until 1980 he served as the first Executive Director of the University Computer Center at The City University of New York (CUNY) and then as CUNY's Vice Chancellor of University Systems until 1985.

With Greydon Freeman, Mr. Fuchs co-founded BITNET in 1981 by initially connecting CUNY and Yale University. In the mid-1980s BITNET connected millions of users from more than 1,400 institutions of higher education, government laboratories, and IBM's VNET network. It was the first academic computer network to connect the United States to Japan, Taiwan, Singapore, Israel, the USSR, and most of western Europe. Along with Daniel Oberst and Ricky Hernandez, Fuchs was co-inventor of LISTSERV, an electronic mailing list application. From 1984 until 1989 Mr. Fuchs was President of BITNET Inc. and from 1989 to 2003 he was President of the Corporation for Research and Educational Networking (CREN), a not-for-profit organization that operated the BITNET academic computer network, as well as the CSNET network.

From 1985 until 2000 Fuchs was Vice President for Computing and Information Technology at Princeton University. In 1994, he was a co-founder of JSTOR, a not-for-profit organization dedicated to archiving and providing access to important scholarly journals. He served as the first Chief Scientist of JSTOR from 1994–2000.

From 2000[5] until 2010 he was Vice President and Program Officer for Research in Information Technology[6] at The Andrew W. Mellon Foundation,[7] where he directed the Foundation's grant making in the area of digital technologies that can be applied to academic and administrative use in colleges and universities, libraries, museums, and arts organizations. Open source software initiatives supported by the Andrew W. Mellon Foundation include Sakai, uPortal, Kuali, Sophie, Chandler, Zotero, Open Knowledge Initiative, Bamboo,[8] CollectionSpace,[9] ConservationSpace, DecaPod,[10] Fedora, SIMILE, DSpace, FLUID,[11] OpenCast,[12] SEASR, Visual Understanding Environment, and the Open Library Environment (OLE).[13]

From 2010 until 2012 he was Executive Director of Next Generation Learning Challenges where he was responsible for the development and day-to-day operations of the program which provides grants, builds evidence, and develops an active community committed to identifying and scaling technology-enabled approaches that dramatically improve college readiness and completion.

Mr. Fuchs is currently a Director/Trustee of The Seeing Eye, The Philadelphia Contributionship (the oldest property insurer in the US) and Ithaka Harbors Inc. He was also a Founding Trustee of JSTOR, USENIX, the Internet Society and a former Trustee of Mills College, Sarah Lawrence College, Princeton University Press, the Open Source Applications Foundation, Princeton Public Library (Princeton, NJ) (Treasurer), and the Global Education Learning Community.

Selected publications

  • (March 2001). "Prospects and Possibilities of the Digital Age" (PDF). Proc. Am. Philos. Soc. 145 (1): 45–53. ISBN 1-4223-7275-8. JSTOR 1558324.
  • (June 1998). "The Promise and Challenge of New Technologies in Higher Education". Proc. Am. Philos. Soc. 142 (2): 191–206. ISBN 1-4223-7264-2. JSTOR 3152298.
  • "Network Information is Not Free", Scholarly Publishing: The Electronic Frontier, Robin P. Peek and Gregory B. Newby, editors, Cambridge, MA, The MIT Press, 1996
  • "Research Networks and Acceptable Use", Educom Bulletin, Vol 23, No.2/3, Summer/Fall 1988, pp 43–48
  • Landweber, Lawrence H.; Jennings, Dennis M.; (June 1986). "Research Computer Networks and Their Interconnection". IEEE Communications Magazine. 23 (6): 5–17. doi:10.1109/MCOM.1986.1093103.
  • Jennings, Dennis M.; Landweber, Lawrence H.; ; Farber, David J.; Adrion, W. Richards (February 28, 1986). "Computer Networking for Scientists". Science. 231 (4741): 943–950. doi:10.1126/science.231.4741.943. JSTOR 1696954. PMID 17740290.
  • (March 1983). "BITNET – Because It's Time". Perspectives in Computing. IBM. 3 (1): 16–27.

Awards

gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.

References

  1. "Oxford English Dictionary definition of BITNET". Dictionary.oed.com. Retrieved January 12, 2012.
  2. How the Web Was Born,Gillies & Cailliau, Oxford University Press, 2000, p74-77
  3. "BITNET History". Living Internet. Retrieved January 12, 2012.
  4. The Soul of the Internet, Randall, Neil, Thomson Computer Press, 1996, Chapter 7: A Bit of This, A Bit of That: CSNET, BITNET, and the Great White NetNorth, pp121–126
  5. "Fuchs joins Mellon Foundation". Chronicle.com. April 28, 2000. Retrieved January 12, 2012.
  6. "Research in Information Technology". Rit.mellon.org. Retrieved January 12, 2012.
  7. "The Andrew W. Mellon Foundation". Mellon.org. Archived from the original on July 28, 2009. Retrieved January 12, 2012.
  8. Bamboo
  9. "CollectionSpace". CollectionSpace. Retrieved January 12, 2012.
  10. "Decapod". Google. Retrieved January 12, 2012.
  11. "FLUID". Fluidproject.org. July 18, 2011. Retrieved January 12, 2012.
  12. "OpenCast". Opencastproject.org. Retrieved January 12, 2012.
  13. "Open Library Environment". Oleproject.org. Retrieved January 12, 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.