Randy Heiland
Randy Heiland
To be clear, is it acceptable to first submit our paper as a preprint to biorxiv, and obtain a DOI there, before submitting to JOSS?
I'm not sure if you're familiar with how bioRxiv operates, but typically, one publishes a preprint there and then, if/when it gets published elsewhere, they will acknowledge that and link...
Is there a (easy) way to make a Label boldfont or in color? I know we can make it italicized, e.g.: `Label(value=r'\(This\ is\ a\ description\)')`, but that seems a bit...
Just curious if this thread somehow relates to the issue I just discovered - a vertical scrollbar not appearing in a tab when it seems like it should due to...
Hi Marco, First, thanks for taking the initiative to do this!! I played with it a bit and have a few comments. * I don't see any harm in providing...
This goes back to https://github.com/MathCancer/PhysiCell/issues/124 and my refactor of `BioFVM_microenvironment.{h/cpp}` to fix the DC bug that you had reported then. However, my refactoring did not include making any changes to...
Have spent a lot of time looking into this. Bottom line, we need to get some of Paul's time to discuss the current implementation of rules. I have some thoughts....
One bug that caused this problem was assuming the address to a std::vector's element was fixed. However, a vector dynamically allocates memory - it's not fixed. You can write a...
We won't really know until we do some profiling, hopefully on meaningful models. My gut feeling is it would be a relatively small performance hit.
A "fix" which is minimal in the amount of code that needs changed is to `reserve` the size of `rules`, i.e., fix the max # of rules that are possible....