Code Monkey home page Code Monkey logo

vallejosgroup.github.io's People

Contributors

alanocallaghan avatar andreaskapou avatar catavallejos avatar dependabot[bot] avatar ioannathoma avatar karlamonterrubiog avatar knlng avatar nathansam avatar toxvida avatar yipengc avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

vallejosgroup.github.io's Issues

About us in footer is now missing text

For the footer,

Biological Data Science research group <br> MRC Human Genetics Unit

Has been replaced with

         <!-- raw HTML omitted -->

in 0151f14

Meaning we now have the "about us title" in the footer but not any information.

Allow fall back to jpg/png for webp images

The site currently uses webp images wherever possible without a png/jpg fallback. Legacy browsers (<4% of global traffic) do not support webp images. Good practice would be to wrap all images in <picture> and provide jpg/png fall backs.

Example:

<picture>
  <source srcset="image.webp" type="image/webp">
  <source srcset="image.jpg" type="image/jpeg"> 
  <img src="image.jpg" alt="Alt Text!">
</picture>

author name format in publications

currently we have commas to separate name/surname and authors e.g.

Vallejos, Catalina A, Cheng, Yipeng and Constantine-Cooke, Nathan

Can we fix this? Ideally, we will have something like

Catalina A Vallejos, Yipeng Cheng and Nathan Constantine-Cooke

backdrop-filter not supported by Firefox

The site uses the backdrop-filter CSS property for the nav bar and group image. However, Firefox does not yet have proper support for this property. Instead the nav bar is just transparent on this browser (not too much of an inconvenience, just something to be aware of and track as Firefox finally adds it). Chromium-based and Safari browsers have full support for backdrop-filter.

Screenshot 2022-03-04 at 14 34 08

Tracking of Firefox support for backdrop-filter
https://bugzilla.mozilla.org/show_bug.cgi?id=1578503

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.