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

Line 195: Line 195:
 
                     1: "Learn more"
 
                     1: "Learn more"
 
                 });
 
                 });
                 step5b = new q.step("Do you want to include your designs and software in the license?", {
+
                 step5b = new q.step("Learn more about the hardware-specific Copyleft options:", {
                     0: "no",
+
                     0: "CERN OHL (more widely used)",
                     1: "yes"
+
                     1: "TAPR OHL"
 
                 });
 
                 });
 
                 step5c = new q.step("Learn more about the general Copyleft options:", {
 
                 step5c = new q.step("Learn more about the general Copyleft options:", {
Line 206: Line 206:
 
                     1: "Learn more about OSH"
 
                     1: "Learn more about OSH"
 
                 });
 
                 });
                step6a = new q.step("A TAPR OHL is most appropriate for your product.", {
+
 
                    1: "Learn more"
+
final3c = function(options) {
                });
+
      window.location.href="http://www.google.com";
                step6b = new q.step("A CERN OHL is most appropriate for your product.", {
+
      return $('<h3>').text('You are being redirected to the page with information about the CC0 license.')
                    1: "Learn more"
+
}
                });
+
 
final = function(options) {
+
final5a = function(options) {
 +
      window.location.href="http://www.google.com";
 +
      return $('<h3>').text('You are being redirected to the page with information about Permissive licenses.')
 +
}
 +
 
 +
final5b0 = function(options) {
 +
      window.location.href="http://www.google.com";
 +
      return $('<h3>').text('You are being redirected to the page with information about the CERN OHL.')
 +
}
 +
 
 +
final5b1 = function(options) {
 +
      window.location.href="http://www.google.com";
 +
      return $('<h3>').text('You are being redirected to the page with information about the TAPR OHL.')
 +
}
 +
 
 +
final5c0 = function(options) {
 +
      window.location.href="http://www.google.com";
 +
      return $('<h3>').text('You are being redirected to the page with information about the GNU GPL.')
 +
}
 +
 
 +
final5c1 = function(options) {
 +
      window.location.href="http://www.google.com";
 +
      return $('<h3>').text('You are being redirected to the page with information about viral licenses.')
 +
}
 +
 
 +
final5d = function(options) {
 
       window.location.href="http://www.google.com";
 
       window.location.href="http://www.google.com";
       return $('<h3>').text('Please wait')
+
       return $('<h3>').text('You are being redirected to the page with information about OSH.')
 
}
 
}
  
Line 228: Line 253:
 
                 step3b.bind(step4d, [0]);
 
                 step3b.bind(step4d, [0]);
 
                 step3b.bind(step4c, [1]);
 
                 step3b.bind(step4c, [1]);
 +
                step3c.bind(final3c, [1]);
 
                 step4a.bind(step5d, [1]);
 
                 step4a.bind(step5d, [1]);
 
                 step4b.bind(step5d, [1]);                 
 
                 step4b.bind(step5d, [1]);                 
Line 233: Line 259:
 
                 step4d.bind(step5c, [0]);
 
                 step4d.bind(step5c, [0]);
 
                 step4d.bind(step5b, [1]);
 
                 step4d.bind(step5b, [1]);
                 step5b.bind(step6a, [0]);
+
                step5a.bind(final5a, [1]);
                 step5b.bind(step6b, [1]);
+
                 step5b.bind(final5b0, [0]);
                 step6b.bind(final, [1]);
+
                 step5b.bind(final5b1, [1]);
 +
                step5c.bind(final5c0, [0]);
 +
                step5c.bind(final5c1, [1]);
 +
                 step5d.bind(final5d, [1]);
 
   
 
   
 
                 q.start(step0);
 
                 q.start(step0);

Revision as of 17:13, 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