Difference between revisions of "Team:CCU Taiwan/Medal"

Line 48: Line 48:
 
});
 
});
 
});
 
});
 +
 +
// The function actually applying the offset
 +
function offsetAnchor() {
 +
  if (location.hash.length !== 0) {
 +
    window.scrollTo(window.scrollX, window.scrollY - 100);
 +
  }
 +
}
 +
 +
// Captures click events of all <a> elements with href starting with #
 +
$(document).on('click', 'a[href^="#"]', function(event) {
 +
  // Click events are captured before hashchanges. Timeout
 +
  // causes offsetAnchor to be called after the page jump.
 +
  window.setTimeout(function() {
 +
    offsetAnchor();
 +
  }, 0);
 +
});
 +
 +
// Set the offset when entering page with hash present in the url
 +
window.setTimeout(offsetAnchor, 0);
 +
 +
 
</script>
 
</script>
 
<body>
 
<body>

Revision as of 19:21, 13 October 2018

Medal



Bronze Medal Achievements

We had registered CCU Taiwan for iGEM, and had the summer as our great iGEM season.
We had completed all the competition deliverables.
We had written the Team Members (Link) and Attributions (Link) in our wiki page.
Characterization / Contribution

Silver Medal Achievements

Validated Part / Validated Contribution
We had collaborated with other registered iGEM teams, see more details in Collaborations (Link).
We had done a lot for Human Practice, found more details in Human Practice(Link).

Gold Medal Achievements

We had contacted with experts and gained lots of advices about improving our production line, we also visited politician to issue about environmental protect.
We had designed some Models(Link) to make our project progress more smoothly.
Improve a Previous Part or Project
Demonstration of Your Work