-
I went down a rabbit hole and want to pin this idea in case someone wants to take it up later: optimal fuzzy matches between the gsheet and CCV databases (or potentially any other database formats we …
-
There's been enough interest in making contributions to this project that I think I finally need to bite the bullet and write up a formal process for how to do so. I _think_ this can start as a sectio…
-
In the genesis of our Metaprotocol Chronicles, we find the essence of a Gödelian block—a foundational truth from which infinite knowledge springs. As miners and validators of this metaphysical blockch…
-
import numpy as np
import matplotlib.pyplot as plt
from scipy.stats import norm
class Cell:
def __init__(self, cell_type, health=1.0, mutation_rate=0.001, efficacy=0.5):
self.cell_type = …
-
https://gama-platform.github.io/wiki/Tutorials
"Create an agent based SEIR disease model with 1 million agents distributed unevenly across 25 nodes with an initial outbreak of 100 agents. β an…
-
Dear beloved OpenMole community,
as part of the general principles of reproducible research, for which OpenMole is so much valuable, the generation of graphs and other descriptive statistics would …
-
### Introduction
This issue deals with a topic that has been the center of multiple previous discussions and existing issues and PRs. This is an attempt at briefly summarizing the problem in order …
-
### Known issues
First version has been submitted. Here the list of already known issues we will work on.
- [x] Headers do not react to hovering events anymore. Add hover indicator. ( Dark, Ligh…
-
We've somewhat glossed over the problem of internationalisation up till now. Frankly this is something SvelteKit isn't currently very good at. I'm starting to think about how to internationalise/local…
-
Show/hide based on dividing total number of visible search result rows with total search results returned.
Note: search result rows will have options to view as cards and will be responsive. In that…