Skip to content

Commit df2fb8f

Browse files
committed
added more tools
1 parent a3b6f18 commit df2fb8f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+590
-239
lines changed

archetypes/tools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ fields:
1919
plans:
2020
- name:
2121
description:
22-
authors:
22+
makers: # the makers of the tool
2323
- name:
2424
description:
25+
author: # the person who submitted this tool to KausalFlow
2526
date: {{ .Date }}
2627
draft: false
2728
---

config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ menu:
1616
weight: 1
1717
identifier: tools
1818
url: /tools/
19+
- name: Submit New Tools
20+
weight: 2
21+
identifier: submit
22+
url: /submit/
1923

2024
params:
2125
theme_variant: "litera" # possible value for the theme_variant `cerulean,cosmo,cyborg,darkly,flatly,journal,litera,lumen,lux,materia,minty,pulse,sandstone,simplex,slate,solar,spacelab,superhero,united,yeti`

content/submit.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,58 @@ date: 2020-04-26T14:25:39+02:00
44
draft: false
55
---
66

7-
Please create a new Pull Request here: [kausalflow/tools](https://github.com/kausalflow/tools/pulls)
7+
There are two ways to submit a new tool.
88

9+
## Using Our Form
10+
11+
We have created a form for you to submit new tools. We will regularly collect the results and integrate them into our website. Click the button below.
12+
13+
{{< typeform-button >}}
14+
15+
## OR Create a Pull Request on GitHub
16+
17+
If your are familiar with GitHub, please create a new Pull Request here: [kausalflow/tools](https://github.com/kausalflow/tools/pulls)
18+
19+
We use [Hugo](https://gohugo.io/) to generate the website.
920

1021
1. Install [Hugo](https://gohugo.io/)
1122
2. Fork the repo [kausalflow/tools](https://github.com/kausalflow/tools)
1223
3. `hugo new tools/name-of-tool.md`
1324
4. Edit the new file in `content/tools/name-of-tools.md`
14-
5. Create PR.
25+
5. Commit, Push, and Create PR on GitHub
26+
27+
If you prefer **not** to install Hugo:
28+
29+
1. Fork the repo [kausalflow/tools](https://github.com/kausalflow/tools)
30+
2. Create a new file `content/tools/name-of-tool.md` with the following content
31+
{{< highlight go "linenos=table,hl_lines=8 15-17,linenostart=0" >}}
32+
---
33+
title: "{{ replace .Name "-" " " | title }}"
34+
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.
35+
- path:
36+
categories:
37+
- ""
38+
tags:
39+
- ""
40+
links:
41+
- name:
42+
link:
43+
summary: ""
44+
features:
45+
- ""
46+
platforms:
47+
- ""
48+
fields:
49+
- ""
50+
plans:
51+
- name:
52+
description:
53+
authors:
54+
- name:
55+
description:
56+
date: {{ .Date }}
57+
draft: false
58+
---
59+
{{< / highlight >}}
60+
4. Fill in the fields in the new file. If it is unclear what to type in, please refer to existing tools inside `content/tools/`.
61+
5. Commit, Push, and Create PR on GitHub.

content/tools/academicons.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Academicons"
3+
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.
4+
- path: academicons-landing.png
5+
categories:
6+
- Publishing and Sharing
7+
- Communications
8+
tags:
9+
- Writing
10+
links:
11+
- name: academicons
12+
link: https://jpswalsh.github.io/academicons/
13+
summary: ICONs for academia
14+
features:
15+
platforms:
16+
fields:
17+
plans:
18+
makers: # the makers of the tool
19+
- name: jpswalsh
20+
link: https://github.com/jpswalsh
21+
description:
22+
author: # the person who submitted this tool to KausalFlow
23+
date: 2020-04-27T13:22:46+02:00
24+
draft: false
25+
---

content/tools/asciinema.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "Asciinema"
3+
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.
4+
- path: asciinema-landing.png
5+
categories:
6+
- Publishing and Sharing
7+
- Communications
8+
tags:
9+
- Writing
10+
links:
11+
- name: asciinema
12+
link: https://asciinema.org/
13+
summary: Command line recording and sharing.
14+
features:
15+
- Text in the recording can be selected.
16+
platforms:
17+
- Mac
18+
- Linux
19+
fields:
20+
plans:
21+
makers: # the makers of the tool
22+
- name:
23+
description:
24+
author: # the person who submitted this tool to KausalFlow
25+
date: 2020-04-27T13:18:41+02:00
26+
draft: false
27+
---

content/tools/bashplotlib.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "Bashplotlib"
3+
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.
4+
- path: bashplotlib-basichist.png
5+
- path: bashplotlib-histhelp.png
6+
- path: bashplotlib-scatter.png
7+
- path: bashplotlib-scatterhelp.png
8+
- path: bashplotlib-texas.png
9+
categories:
10+
- Publishing and Sharing
11+
tags:
12+
- Visualization
13+
- Data Analysis
14+
links:
15+
- name: bashplotlib
16+
link: https://github.com/glamp/bashplotlib
17+
summary: plotting in the terminal using plaintext
18+
features:
19+
- quick plotting from the command line
20+
- customize the color, size, title, and shape of plots
21+
- pipe data into plots with stdin
22+
platforms:
23+
- Any
24+
fields:
25+
plans:
26+
- name: Open Source
27+
description:
28+
makers:
29+
- name: glamp
30+
description:
31+
author: LM
32+
date: 2020-04-27T13:11:14+02:00
33+
draft: false
34+
---

content/tools/codingame.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Codingame"
3+
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.
4+
- path: codingame-landing.png
5+
- path: codingame-clash.png
6+
categories:
7+
- Fun
8+
tags:
9+
- Programming
10+
links:
11+
- name: codingame
12+
link: https://www.codingame.com/
13+
summary: Coding and having fun
14+
features:
15+
- ""
16+
platforms:
17+
- ""
18+
fields:
19+
- ""
20+
plans:
21+
- name:
22+
description:
23+
makers:
24+
- name:
25+
description:
26+
date: 2020-04-27T08:47:10+02:00
27+
draft: false
28+
---

content/tools/colorcet.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Colorcet"
3+
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.
4+
- path: colorcet-landing.png
5+
- path: colorcet-map-comparison.png
6+
categories:
7+
- Publishing and Sharing
8+
tags:
9+
- Visualization
10+
links:
11+
- name: colorcet
12+
link: https://colorcet.holoviz.org/
13+
summary: Colorcet is a collection of perceptually uniform colormaps for use with Python plotting programs like bokeh, matplotlib, holoviews, and datashader based on the set of perceptually uniform colormaps created by Peter Kovesi at the Center for Exploration Targeting.
14+
features:
15+
- Run experiments on color schemes
16+
platforms:
17+
- Any
18+
fields:
19+
plans:
20+
makers:
21+
- name: Anaconda
22+
description:
23+
date: 2020-04-27T11:13:08+02:00
24+
draft: false
25+
---

content/tools/detexify.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "Detexify"
3+
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.
4+
- path: detexify-search.png
5+
- path: detexify-symbols.png
6+
categories:
7+
- Publishing and Sharing
8+
tags:
9+
- Writing
10+
- Presentation
11+
- Publications
12+
links:
13+
- name: detexify
14+
link: http://detexify.kirelabs.org/classify.html
15+
summary: Anyone who works with LaTeX knows how time-consuming it can be to find a symbol in symbols-a4.pdf that you just can't memorize. Detexify is an attempt to simplify this search.
16+
features:
17+
- Draw and search
18+
platforms:
19+
- Web
20+
fields:
21+
plans:
22+
- name: Free
23+
description:
24+
date: 2020-04-27T13:42:11+02:00
25+
draft: false
26+
---

content/tools/on-being-a-scientist.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "On Being a Scientist: A Guide to Responsible Conduct in Research"
3+
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.
4+
- path: on-being-a-scientist-r1.gif
5+
categories:
6+
- Guides
7+
tags:
8+
- Book
9+
- Research Guide
10+
links:
11+
- name:
12+
link:
13+
summary: A guide to responsible conduct in research.
14+
features:
15+
platforms:
16+
- Any
17+
fields:
18+
plans:
19+
makers: # the makers of the tool
20+
- name: National Academy of Sciences
21+
description:
22+
- name: National Academy of Engineering
23+
description:
24+
- name: Institute of Medicine
25+
description:
26+
author: # the person who submitted this tool to KausalFlow
27+
date: 2020-04-27T13:35:49+02:00
28+
draft: false
29+
---

0 commit comments

Comments
 (0)