James H. Clark Center

The James H. Clark Center (also abbreviated to the Clark Center) at Stanford University, California, United States, is a building, completed in 2003, that houses interdisciplinary research in the biological sciences.

A view of the Clark Center at night

History

The former Stanford computer scientist and entrepreneur James H. Clark donated $90 million of the total cost of $150 million to fund construction of the James H. Clark Center for interdisciplinary biomedical research.[1] Construction started in 2001 and was completed in the summer of 2003, as part of the Stanford University Bio-X program.[2] In September 2001, Clark rescinded $60 million of his initial 1999 pledge of $150 million to Stanford University for Bio-X, citing anger over President George W. Bush's restrictions on stem cell research.[3]

The building was designed by Foster and Partners[4] in collaboration with MBT Architecture, and was funded by donations from James H. Clark and Atlantic Philanthropies.[5]

Tenants

The Clark Center is home to Stanford's Bio-X Program, which seeks to encourage researchers in the biological sciences to interact with researchers in other fields.

gollark: This is why we need giant *cubes*.
gollark: <@151391317740486657>
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
gollark: Yes.
gollark: Minecraft arguably does have four spatial dimensions if you treat the nether/end/overworld as stacked.

See also

  • Dry Lab

References

  1. Baker, Mitzi (October 29, 2003). "Clark Center, 'nucleus for a range of new research' opens". news.stanford.edu. Stanford Report. Retrieved December 17, 2017. The building's other major donor, previously anonymous, was The Atlantic Philanthropies, which contributed $60 million.
  2. "Clark Center". biox.stanford.edu. Stanford University. Retrieved December 17, 2017.
  3. Ornstein, Charles (September 1, 2001). "Donor Stops Big Payment to Stanford". LA Times. Retrieved December 29, 2010.
  4. "James H. Clark Center, Stanford University". Foster + Partners. 2003. Retrieved April 24, 2020.
  5. "Clark Center". Bio-X. Stanford University.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.