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

Line 48: Line 48:
 
});
 
});
 
});
 
});
 +
// The function actually applying the offset
 +
function offsetAnchor() {
 +
  if (location.hash.length !== 0) {
 +
    window.scrollTo(window.scrollX, window.scrollY - 90);
 +
  }
 +
}
 +
 +
// 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);
 +
 +
$(document).scroll(function () { // remove "$"
 +
    var y = $(this).scrollTop();       
 +
    if (y > 300) {
 +
        $('.indicator').fadeIn();
 +
    }
 +
    else {
 +
        $('.indicator').fadeOut();
 +
    }
 +
});
 +
 
</script>
 
</script>
 
<body>
 
<body>

Revision as of 21:10, 14 October 2018

Engineering



  In Engineering we analyzed the lignin-like polymer we produced to confirm the work is successful. In the first stage of analysis, we started by analyzing the content and structure of our lignin-like polymer by UV-visible spectroscopy. For the second stage, we used NMR spectroscopy and Mass Spectroscopy to analyze information about the molecular structure and molecular weight of our polymer. In the last stage, Thermogravimetric analysis is used to analyze the melting or decomposition point of our product. After the above experiments are completed, we have a deeper understanding of the lignin-like polymer we have made. These experimental data also help us in the application and improvement of the products.