NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
36 stars 30 forks source link

update changes to the template file #174

Closed shayanshafquat closed 2 years ago

sanjayankur31 commented 2 years ago

So we're just making sure that the background for the channel notes is white---was this causing an issue (with GitHub dark mode?)

shayanshafquat commented 2 years ago

I tried adding the channel notes in a div tag as well. Actually, the line breaks in the notes of the neuroml file are not allowing the images to render properly. When tried adding max-width=120px to the td tag it wasnt helping so I reverted it back.

Currently, the images are rendered properly except that the text in the first column is wrapped. Have a look at this.

pgleeson commented 2 years ago

@shayan823 Just to clarify, are you saying this is a fix already or still being tested?

shayanshafquat commented 2 years ago

It's still being tested. As its fails to render the image when we have line breaks in the notes. We can parse the channel NeuroML files such that notes have no line breaks keeping the template as in this commit.

pgleeson commented 2 years ago

FYI the use of <sup> was a quick and dirty hack to allow small text for the longish descriptions. There is certainly a better way to do that which may give less problems...