diff --git a/BY_PLATFORM.md b/BY_PLATFORM.md index 65c4a73..35e5d34 100644 --- a/BY_PLATFORM.md +++ b/BY_PLATFORM.md @@ -30,11 +30,11 @@ segmentation by distribution (i.e., Docker, etc.) 1. Console *(2)* 1. Mobile *(0)* 1. Browser *(0)* -1. Server *(61)* +1. Server *(62)* 1. Docker *(1)* 1. Flatpak *(0)* 1. Appimage *(0)* - 1. Other Server projects *(60)* + 1. Other Server projects *(61)* @@ -390,6 +390,7 @@ segmentation by distribution (i.e., Docker, etc.) 1. **Askbot** - ([Repo](https://github.com/ASKBOT/askbot-devel), [Home](https://askbot.com/)) Q&A web platform similar to StackOverflow, complete with tagging, reputation, badges, and more. `(communication, corp)` 1. **Bandersnatch** - ([Repo](https://github.com/pypa/bandersnatch)) PyPI mirror client complying with [PEP 381](http://www.python.org/dev/peps/pep-0381/). `(pkg_repo, corp)` 1. **buildbot** - ([Repo](https://github.com/buildbot/buildbot), [WP](https://en.wikipedia.org/wiki/Buildbot), [Docs](https://www.buildbot.net/)) Job scheduling system tailored to the needs of continuous integration and software packaging. `(build)` + 1. **CKAN** - ([Repo](https://github.com/ckan/ckan), [Home](https://ckan.org/)) Data management system (DMS) which makes it easy to publish, share, and use data. Data hubs powered by CKAN include [datahub.io](https://datahub.io), [catalog.data.gov](https://catalog.data.gov), and [europeandataportal.eu](https://europeandataportal.eu/data/en/dataset), among many other sites. `(science, flask)` 1. **Cobbler** - ([Repo](https://github.com/Cobbler/Cobbler), [Home](https://cobbler.github.io/), [WP](https://en.wikipedia.org/wiki/Cobbler_(software))) Linux installation server that allows for rapid setup of network installation environments. `(ops, linux)` 1. **CoCalc** - ([Repo](https://github.com/sagemathinc/cocalc), [Home](https://cocalc.com/), [WP](https://en.wikipedia.org/wiki/CoCalc)) Collaborative calculation in the cloud, with support for the scientific Python stack, SageMath, R, LaTeX, Markdown, and more. Also features chat, course management, and other supporting functionality. `(science)` 1. **Deluge** - ([Repo](https://github.com/deluge-torrent/deluge), [Home](https://deluge-torrent.org/)) Popular, lightweight, cross-platform BitTorrent client. `(internet, linux, windows, mac, gtk)` diff --git a/README.md b/README.md index 29cbf27..27f7094 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A production application is worth a thousand blog posts and Stack Overflow answers. -This document is an always-growing list of **203** +This document is an always-growing list of **204** open-source Python applications arranged by topic, with links to repositories, docs, and more. If you have one to add or find some information missing, [please let us @@ -39,7 +39,7 @@ thereof), see Architectures. --> 1. Organization *(9)* 1. Communication *(21)* 1. Education *(4)* -1. Science *(12)* +1. Science *(13)* 1. CMS *(9)* 1. ERP *(4)* 1. Static Site *(6)* @@ -176,6 +176,7 @@ thereof), see Architectures. --> 1. **AnuGA** - ([Repo](https://github.com/GeoscienceAustralia/anuga_core), [Home](https://anuga.anu.edu.au/)) Advanced simulation of the shallow water equation, for modeling tsunamis, dam breaks, and floods. `(linux, windows)` 1. **ASCEND** - ([Repo](http://code.ascend4.org/ascend/trunk/), [Home](http://ascend4.org/Main_Page), [WP](https://en.wikipedia.org/wiki/ASCEND)) Mathematical chemical process modelling system developed at Carnegie Mellon University since late 1978. `(linux, windows, mac, gtk)` 1. **CellProfiler** - ([Repo](https://github.com/CellProfiler/CellProfiler), [Home](http://cellprofiler.org/), [Manual](https://cellprofiler.org/cpa/), [Docs](https://github.com/CellProfiler/CellProfiler/wiki)) Interactive data exploration, analysis, and classification of biological image sets. `(linux, windows, mac)` + 1. **CKAN** - ([Repo](https://github.com/ckan/ckan), [Home](https://ckan.org/)) Data management system (DMS) which makes it easy to publish, share, and use data. Data hubs powered by CKAN include [datahub.io](https://datahub.io), [catalog.data.gov](https://catalog.data.gov), and [europeandataportal.eu](https://europeandataportal.eu/data/en/dataset), among many other sites. `(server, flask)` 1. **CoCalc** - ([Repo](https://github.com/sagemathinc/cocalc), [Home](https://cocalc.com/), [WP](https://en.wikipedia.org/wiki/CoCalc)) Collaborative calculation in the cloud, with support for the scientific Python stack, SageMath, R, LaTeX, Markdown, and more. Also features chat, course management, and other supporting functionality. `(server)` 1. **Dissem.in** - ([Repo](https://github.com/dissemin/dissemin), [Home](https://dissem.in/), [Docs](https://dev.dissem.in/)) Web platform to help researchers upload their papers to open-access repositories. `(server, django)` 1. **InVesalius** - ([Repo](https://github.com/invesalius/invesalius3), [Home](https://invesalius.github.io/), [WP](https://en.wikipedia.org/wiki/InVesalius)) Generates virtual reconstructions of structures in the human body for medical purposes, including CT and MRI scans. `(linux, windows, mac, gtk)` diff --git a/projects.yaml b/projects.yaml index 34fc777..44324e1 100644 --- a/projects.yaml +++ b/projects.yaml @@ -655,6 +655,11 @@ projects: home_url: http://www.sofastatistics.com/ desc: User-friendly statistics and analysis with a learn-as-you-go approach. tags: ["science", "wx", "linux", "windows", "mac"] + - name: CKAN + repo_url: https://github.com/ckan/ckan + home_url: https://ckan.org/ + desc: Data management system (DMS) which makes it easy to publish, share, and use data. Data hubs powered by CKAN include [datahub.io](https://datahub.io), [catalog.data.gov](https://catalog.data.gov), and [europeandataportal.eu](https://europeandataportal.eu/data/en/dataset), among many other sites. + tags: ["science", "server", "flask"] ## Static Site Generators