Coder Social home page Coder Social logo

Comments (12)

maxglycine avatar maxglycine commented on September 3, 2024 1

Since you have room, spell out "Length(cM)"

from jekyll-soybase.

That-Thing avatar That-Thing commented on September 3, 2024 1

Storing everything in _data would certainly make things a lot neater.

Should I implement this?

from jekyll-soybase.

StevenCannon-USDA avatar StevenCannon-USDA commented on September 3, 2024 1

@That-Thing - That would be great.
For tidiness, it would probably be good to put the data in a subdirectory - maybe
_data/about/chr_correspondences.tsv

from jekyll-soybase.

That-Thing avatar That-Thing commented on September 3, 2024

UIkit doesn't have a border that can be added, but some simple CSS should do the trick.

Would something like this work?
image

from jekyll-soybase.

maxglycine avatar maxglycine commented on September 3, 2024

from jekyll-soybase.

maxglycine avatar maxglycine commented on September 3, 2024

from jekyll-soybase.

That-Thing avatar That-Thing commented on September 3, 2024

Would rewriting the markdown table format into HTML be ok?

Markdown doesn't allow for a class to be added to the table element.

from jekyll-soybase.

StevenCannon-USDA avatar StevenCannon-USDA commented on September 3, 2024

Would rewriting the markdown table format into HTML be ok?

Markdown doesn't allow for a class to be added to the table element.

I am not sure about implications of implementation options, but generally we're looking for some combination of elegance, maintainability, and function/attractiveness in the rendered html. I would think a decent compromise for this case would be to store the data as a plain TSV table (in _data), and iterate over that to generate the html.
https://idratherbewriting.com/documentation-theme-jekyll/mydoc_tables.html

from jekyll-soybase.

That-Thing avatar That-Thing commented on September 3, 2024

I have found that creating an about directory in _data causes issues with the already existing data.yml, renaming the about directory to something else would solve this issue.

from jekyll-soybase.

StevenCannon-USDA avatar StevenCannon-USDA commented on September 3, 2024

OK. No real need for the subdirectory I guess. Let's just go with _data/chr_correspondences.tsv then.

from jekyll-soybase.

That-Thing avatar That-Thing commented on September 3, 2024

Pushed changes to new branch

from jekyll-soybase.

maxglycine avatar maxglycine commented on September 3, 2024

There is no advantage to using liquid to render text that does not change. It is obviously restricting what style that can be applied in this case. We will use html in this case.

from jekyll-soybase.

Related Issues (20)

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.