CU-DBMI / wall-of-software

A list of tools, packages, workflows, resources, and other software developed at or in collaboration with DBMI
https://cu-dbmi.github.io/wall-of-software/
2 stars 6 forks source link

PyCytominer, CytoTable, CytoSnake #3

Closed d33bs closed 4 months ago

d33bs commented 4 months ago

This PR adds Cytomining projects Pycytominer, CytoSnake, and CytoTable to the DBMI Wall of Software. These are added with white backgrounds based on the original PNG's. I used ImageMagick to convert the png's into jpg's (for ex: $ convert <project>.png -background white -alpha remove -alpha off <project>.jpg.)

As part of this process I noticed a small change needed for the PR template (a space for the checkmarks to allow them to properly render as checkboxes).

Thanks in advance for any thoughts / feedback you may have!

CC @gwaybio, @axiomcura

Submission/review checklist:

netlify[bot] commented 4 months ago

Deploy Preview for wall-of-software ready!

Name Link
Latest commit ee13d453cc9cf9de97a22cd3843097489a3e05ee
Latest deploy log https://app.netlify.com/sites/wall-of-software/deploys/659745238d1a7d000858d0fd
Deploy Preview https://deploy-preview-3--wall-of-software.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

vincerubinetti commented 4 months ago

Hmm the outlines of those particular logos don't look so great in the hexagons. Would you mind doing a simple color fill around them.

Edit: Next week I'll fix that little outline of pixels leaking outside the hexagons.

Also could you put the new ones at the top of the list. I figured we'd have people always add to the top so we have it in order of recency (even though we shuffle them randomly on page load, maybe someday we'll want to show the recency somehow).

d33bs commented 4 months ago

Thanks @vincerubinetti ! I've adjusted the order of the JSON items and added some padding to the image icons (they seem to appear in the hex properly now). As a reference point I also used ImageMagick for this via convert <project>.jpg -bordercolor white -border 20x20 <project>.jpg.

d33bs commented 4 months ago

Thanks @vincerubinetti ! Going to merge this in. Open to adjustments if needed in the future 🙂