ContentMine Fellowship

I applied to this fellowship to learn new things and combine the ContentMine with two previous projects I never got to finish, and I got really excited by the idea and the ContentMine at large.

My project is about collecting data about conifers and visualise it in a dynamic HTML page. This is done in three parts. The first part is to fetch, normalise, index papers with the ContentMine tools, and automatically process it to find relations between data.

The second part is to write a program to convert all data to a standardised format. The third part is to use the data to make a database. Because the relation between found data is known, it will have a structure comparable to Wikidata and similar databases. This will be shown on a dynamic website.

Files

.
├── commands
│   ├── 16h-c03-guide.md
│   ├── 16h-c03.txt
│   └── 16i-c05.txt
├── css
│   ├── card_c03-c.css
│   ├── card_c03-d.css
│   └── index.css
├── html
│   ├── card_c03-b.html
│   ├── card_c03-c.html
│   ├── card_c03_demo.html
│   ├── card_c03-d.html
│   ├── card_c03.html
│   ├── card_c05.html
│   ├── card.html
│   ├── data
│   │   ├── bib-00.json
│   │   ├── bib-01.json
│   │   ├── bib-02.json
│   │   ├── c03-a.json
│   │   ├── c03-a.json
│   │   └── c03-a.json
│   ├── static
│   │   ├── card_c03-b.html
│   │   ├── card_c03-c.html
│   │   ├── card_c03.html
│   │   ├── wordcloud_0.html
│   │   └── wordcloud_1.html
│   ├── wordcloud_0.html
│   ├── wordcloud_1.html
│   └── wordcloud_2.html
├── img
│   ├── 16h-c03-a.png
│   ├── 16h-c03-b.png
│   ├── 16h-c03.png
│   ├── 16h-c04-a.png
│   ├── 16h-c04-b.png
│   ├── 16h-c04-c.png
│   ├── 16h-c04-d.png
│   ├── 16h-c04-e.png
│   ├── 16h-c04-f.png
│   ├── Example_tweet_column.png
│   ├── paper-column1.png
│   ├── paper-column.png
│   └── syntaxnet_ambiguity.png
├── index.html
├── Interview_task
│   ├── commands.md
│   └── stopwords.txt
├── js
│   ├── c05.js
│   ├── c05-words.js
│   ├── cloud_backup.js
│   ├── cloud.js
│   ├── jsonMaker_0.js
│   ├── jsonMaker_1.js
│   ├── test.js
│   ├── test.txt
│   ├── text.txt
│   └── tree_generator.js
└── README.md

Project 1

This project is a design prototype for the card lists, using quickscrape.


Project 2

In this project I practice with Node.js.


Project 4

In this project I make a wordcloud with Jason Davies' d3 plugin and CProject data.


Project 3

This project extracts JSON from a CProject and displays it on a interactive HTML page.


Project 5

This project extracts JSON from a CProject about Zika and displays it on a interactive HTML page.