DOI GitHub tag (latest SemVer)

Navigation

Overview

The Artificial Life (ALife) community is awash with disparate software systems, many of which produce data about the same underlying processes. This results in duplicated effort in developing analysis tools and visualizations. We believe we can fix this problem by developing a community consensus around digital standards for common data types (e.g., genomes, phylogenies, etc.). Our aim for these standards is for them to be useful to a wide range of artificial life systems, including artificial chemistries, abstract ecologies, evolutionary systems, and any other communities who express interest.

Eventually, this repository will hold a generally-accepted specification for these standards, but much discussion is sill required to get to that point. Currently, this repository contains proposed draft specifications for the standards and exists primarily as a home for further discussion to finalize them.

What are we trying to standardize?

Our goal is to specify standard ways of describing and storing particular types of data. These standards do not describe methods for analyzing or working with data. By agreeing on standard ways of describing and storing data, it will become easier to share and make use of analysis tools and visualizations.

A living standard

The ALife data standards should be a community effort, changing to conform to the needs of our community. Anyone is encouraged file issues on this repository to make suggestions for new standard data types, point out problems with existing standards, et cetera. Pull requests to make changes to standard documentation or to add new standards are also welcome.

Eventually, we should develop policies/templates for requesting/specifying standards. Suggestions for this are welcome!

Standard data types (concepts)

Different systems and experiments need to represent different types of data (concepts). We aim to modularize those concepts into their own standards, ensuring that these standards as a whole are complimentary to each other. For instance, the entities in a phylogeny may be genotypes, but systems without phylogenies may also need genotypes. Instead of defining a standard for genomes in multiple places, we define it once and allow references to genomes to show up in other standards.

The standards that we have begun developing thus far are:

In the long run, there are more components of ALife systems that we hope ot have standards for, including:

Version

The current version of the standards is 1.0-alpha.

Concept versions

Organization

Standards-related materials all live inside repositories owned by the alife-data-standards organization. These materials are divided into two groups:

Current maintainers

Code of Conduct

Find our code of conduct here.