All submitted content will be licensed under the CC BY-SA license. Under this license, everyone, including you, can access and use the content on this website freely. Please don’t submit anything if you don’t agree with this license.
On how to use the open content, please refer to the About page.
There are two ways to submit a new color palette.
We have created a form for you to submit new tools. We will regularly collect the results and integrate them into our website.
We pull data from this form automatically and create a Pull Request on GitHub. Not every tool will be merged. The unmerged tools will be shown in the list of PRs.
OR Create a Pull Request on GitHub
If your are familiar with GitHub, please create a new Pull Request here: kausalflow/tools
We use Hugo to generate the website.
- Install Hugo
- Fork the repo kausalflow/tools
hugo new tools/name-of-tool.md
- Edit the new file in
content/tools/name-of-tools.md
- Commit, Push, and Create PR on GitHub
If you prefer not to install Hugo:
- Fork the repo kausalflow/tools
- Create a new file
content/tools/name-of-tool.md
with the following content 0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| ---
title: # Name of the tool
images: # Create a folder in /static/images/tools that has the same name as this current markdown file and place the images there. We only need the file name here. If this is not clear, please refer to existing tools as references.
- path: # only the file name
categories:
-
tags:
-
links: # Links related to the tool
- name:
link:
summary:
features: # list of features
-
platforms: # the platforms that the tool runs on. e.g., Web, Min, Mac, Android, iOS
- ""
fields: # the field of science that this tool is mostly used in
- ""
plans: # fees
- name:
description:
makers: # the makers of the tool
- name:
description:
author: # the person who submitted this tool to KausalFlow
date: # current date in iso-format
draft: false
---
|
- Fill in the fields in the new file. If it is unclear what to type in, please refer to existing tools inside
content/tools/
. - Commit, Push, and Create PR on GitHub.