Difference between revisions of "Team:Cambridge-JIC/Practices"

Line 164: Line 164:
 
                     1: "yes"
 
                     1: "yes"
 
                 });
 
                 });
                 step3 = new q.step("Do you like any other fruit?", {
+
                 step3a = new q.step("Do you want to commercialise your product and make it proprietary?", {
                     'y': "yes",
+
                     0: "no",
                     'n': "no"
+
                    1: "yes"
 +
                });
 +
                step3b = new q.step("Do you want to prevent your product and derivatives from being commercialised?", {
 +
                     0: "no",
 +
                    1: "yes"
 +
                });
 +
                step3c = new q.step("Your product could be released with no license. This gives you no control over its use, modification and commercialisation.", {
 
                 });
 
                 });
  
 
                 step1.bind(step2a, [0]);
 
                 step1.bind(step2a, [0]);
 
                 step1.bind(step2b, [1]);
 
                 step1.bind(step2b, [1]);
                 step2a.bind(step3);
+
                 step2a.bind(step3a, [1]);
                 step2b.bind(step3);
+
                 step2b.bind(step3c, [0]);
 
                 step3.bind(function(selection){
 
                 step3.bind(function(selection){
 
                     console.log(selection);
 
                     console.log(selection);

Revision as of 10:14, 8 September 2015

Human Practices: The Open Hardware Revolution

In choosing the novel Hardware Track, this years’ Cambridge-JIC iGEM team has come across unexpected challenges. Unsurprisingly perhaps, these have often required us to look into fields of work that we have had little or no previous experience in. This has been particularly true when navigating the world of intellectual property law, including hardware licensing and design copyright. In developing Open Source Hardware (OSH) as part of the competition, we recognised the need for an easily-digestible, comprehensive and hardware-specific guide to ensuring the OSH is accessible to the community.

Open source hardware is hardware whose design is made publicly available so that anyone can study, modify, distribute, make, and sell the design or hardware based on that design.

OSH is “free as in free speech, not free beer” or more formally Libre rather than Gratis.

Hardware Licensing

Design Copyright