(Readd the sitemap ID XD.) |
(Execute after window load.) |
||
Line 5: | Line 5: | ||
--> | --> | ||
<script defer='defer'> | <script defer='defer'> | ||
+ | function perfupdate() { | ||
var all = $('#sitemap > ul > li').length; | var all = $('#sitemap > ul > li').length; | ||
var incomplete = $('#sitemap > ul > li.incomplete').length; | var incomplete = $('#sitemap > ul > li.incomplete').length; | ||
Line 16: | Line 17: | ||
$('#reviewed-sites').text(reviewed); | $('#reviewed-sites').text(reviewed); | ||
$('#finalized-sites').text(finalized); | $('#finalized-sites').text(finalized); | ||
+ | } | ||
+ | |||
+ | window.onload = prefupdate; | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 23:50, 31 October 2017
Sitemap
Stats
0
0
0
0
0
Sites
- Team:ETH Zurich
- Team:ETH Zurich/Achievements
- Team:ETH Zurich/Applied Design
- Team:ETH Zurich/Attributions
- Team:ETH Zurich/Basic Part
- Team:ETH Zurich/Circuit
- Team:ETH Zurich/Circuit/Fa Tumor Sensor
- Team:ETH Zurich/Circuit/Fb MRI Contrast Agent
- Team:ETH Zurich/Circuit/Fc Anti Cancer Toxin
- Team:ETH Zurich/Circuit/Fd Heat Sensor
- Team:ETH Zurich/Circuit/Fe Cell Lysis
- Team:ETH Zurich/Collaborations
- Team:ETH Zurich/Collaborations/CART-Model
- Team:ETH Zurich/Composite Part
- Team:ETH Zurich/Contribution
- Team:ETH Zurich/Demonstrate
- Team:ETH Zurich/Description
- Team:ETH Zurich/Design
- Team:ETH Zurich/Engagement
- Team:ETH Zurich/Engineering
- Team:ETH Zurich/Experiments
- Team:ETH Zurich/Experiments/Anti Cancer Toxin
- Team:ETH Zurich/Experiments/Cell Lysis
- Team:ETH Zurich/Experiments/MRI Contrast Agent
- Team:ETH Zurich/Experiments/Heat Sensor
- Team:ETH Zurich/Experiments/Tumor Sensor
- Team:ETH Zurich/Future Perspectives
- Team:ETH Zurich/HP/Gold Integrated
- Team:ETH Zurich/HP/Silver
- Team:ETH Zurich/Human Practices
- Team:ETH Zurich/Idea
- Team:ETH Zurich/Improve
- Team:ETH Zurich/InterLab
- Team:ETH Zurich/Measurement
- Team:ETH Zurich/Medal Criteria
- Team:ETH Zurich/Model
- Team:ETH Zurich/Model/Environment Sensing
- Team:ETH Zurich/Model/Environment Sensing/luxR characterization
- Team:ETH Zurich/Model/Environment Sensing/parameter fitting
- Team:ETH Zurich/Model/Environment Sensing/parameter space
- Team:ETH Zurich/Model/Environment Sensing/system specifications
- Team:ETH Zurich/Model/Heat Sensor
- Team:ETH Zurich/Model/In Vivo
- Team:ETH Zurich/Model/In Vivo Detailed
- Team:ETH Zurich/Notebook
- Team:ETH Zurich/Part Collection
- Team:ETH Zurich/Parts
- Team:ETH Zurich/Protocols
- Team:ETH Zurich/Results
- Team:ETH Zurich/Safety
- Team:ETH Zurich/Sponsors
- Team:ETH Zurich/Team
- Team:ETH Zurich/WTF
FAILURES:
- /HP/Gold_Integrated loads slowly (maybe reduce image size?).
- All pages load slowly due to the sponsor images at the footer.
BACKLOG:
- Adjust image size in /Members.
- Find a picture of Cristoph Stelzer.
- Upload rest of Protocols to /Protocols.
- Select and show quotes from the Polšek letter.
- Format all interview disclaimers uniformly.
- Provide a "backstory" for all interviews, much like the T3Pharma case.
- Upload content concerning the Heidelberg collaboration.
- Create a wobbly E.Coli to use as a 'Go to Top' button.
TODO:
- Update pages wrt Cristoph's email.
- Fix header media query to work well on super small screens.
- Fix LaTeX errors caused by invoking siunitx on site.
- Make MathJax render LaTeX in sans serif.
- Reduce size of sponsors image (the ones on the footer).
- Fill entry about the Polšek letter in the /Human_Practices page.
- Upload a better picture for NTU Athens talk (ask Nikolas).
- Make hover effects work on click.
- Make caption and table font smaller.
- Expand /Future_Perspectives with text about possible in-vivo experiments.
- Expand text about professors in /Attributions.
- Add lighter versions of green, red and blue to palette.
- Illustrate /Circuit.
- Decide how to handle /HP/Silver VS /Engagement.
- Set screen width to 1280px, and paragraph width to 570px.
PAGE FINALIZING CHECKLIST:
- Check page-specific CSS using CSSLint.
- Remove back-references from 'References' section.
- Link DOIs to actual sites.
- Make all links https if possible; check.
- Format references according to MLA standard.
- Re-upload the latest plots available.
- Format en/em/etc dashes properly.
- Check images for size; if they are too heavy, compress and reupload.
- If (and only if) there is LaTeX content on the page, include {{ETH_Zurich/MathJax}}
- Put captions on every figure where it makes sense.
- If the page-specific CSS is empty, comment it out.
- Check that figures have `max-width` is specified, not `width`.
- Put a span on each figcaption.
SITE FINALIZING CHECKLIST:
- Fix font size and line-spacing.
- Check site-wide CSS using CSSLint.
- Optimize loading time by packaging site-wide CSS files in one big file.
- Optimize loading time by packaging site-wide JS files in one big file.
- Optimize loading time by not loading unused fonts.
- Optimize font size by using WOFF/WOFF2.
- Optimize font loading time by using Font Loading API.