Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skeptycal/cell-complex

a cell-complex based algebraic topology library
https://github.com/skeptycal/cell-complex

Last synced: 3 days ago
JSON representation

a cell-complex based algebraic topology library

Awesome Lists containing this project

README

        

# A cell-complex Based Algebraic Topology Library

## Docs

- [paper](https://xieyuheng.github.io/writing/investigations-into-cell-complex.html)
-- "Investigations into Cell Complex", by Xie Yuheng, 2019

- wikipedia
- [CW complex](https://en.wikipedia.org/wiki/CW_complex)
- [Cellular homology](https://en.wikipedia.org/wiki/Cellular_homology)

- [API](http://api.cell-complex.surge.sh)
-- generated by [typedoc](https://github.com/TypeStrong/typedoc)

- recommended books

- **about polytopes**

- "Lectures on Polytopes: Updated Seventh Printing of the First Edition",
by Günter M. Ziegler, 2007

- "Regular Polytopes", by Coxeter, 1948

- **simplicial-complex based algebraic topology**

- "A Textbook of Topology"
by Seifert and Threlfall, 1934,
Translated by Michael A. Goldman, 1980

------

![spot-the-cow](https://github.com/xieyuheng/image-link/blob/master/homotopy/spot-the-cow.gif)

------

## Contributing

We enforce C4 as collaboration protocol :
- [The C4 RFC](https://rfc.zeromq.org/spec:42/C4)
- [Style Guide](STYLE-GUIDE.md) -- observe the style of existing code and respect it

## Code Of Conduct

- [Contributor Covenant Code of Conduct](CODE-OF-CONDUCT.md)

## License

- [GPLv3](LICENSE)