From 459bc3b4ce5ea9e2565a0a5c28d947b18c286d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Offray=20Vladimir=20Luna=20C=C3=A1rdenas?= Date: Fri, 10 Feb 2017 16:59:06 -0500 Subject: [PATCH] Adding Grafoscopio to the propossals. --- Topics.st | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Topics.st b/Topics.st index 194e654f..09db6c09 100644 --- a/Topics.st +++ b/Topics.st @@ -14,6 +14,23 @@ don't forget to separate topics as statements with periods " +PharoTopic new +title: 'Grafoscopio: Literate computing and reproducible research for Pharo'; +contact: 'serge.stinckwich@ird.fr'; +supervisors: 'Serge Stinckwich'; +keywords: 'Live coding, UI, Notebook, reproducible research, Literate Computing, data storytelling, data visualization'; +context: 'Literate computing is a way of mixing text, code, data and visualizations for making data +based storytelling, experimentation, exploration and documentation in diverse broad fields like +academia, journalism, research and activism, or Pharo specific themes (for Roasall, Polymath etc). +Grafoscopio is a tool that brings literate computing to the Pharo environment by allowing the creation +of structured interactive notebooks in a tree-like programmable document metaphor.'; +goal: 'Improve user experience (UX), the interaction with external tools +(pandoc, fossil), code quality and test coverage for Grafoscopio.'; +level: 'Normal, Intermediate'; +candidate: 'Offray V. Luna Cardenas' + +. + PharoTopic new title: 'Jupyter Support for Pharo'; contact: 'serge.stinckwich@ird.fr , nikolaos.papoulias@ird.fr'; @@ -74,7 +91,7 @@ Pharo and Roassal'; . PharoTopic new - title: 'GRASS integration with Pharoo/Roassal'; + title: 'GRASS integration with Pharo/Roassal'; contact: 'onil.goubier@gmail.com'; supervisors: 'O. Goubier'; keywords: 'GIS, GRASS, Roassal';