Difference between revisions of "ICalico Development 2014 BMC"
From IPRE Wiki
Cole Harbeck (Talk | contribs) |
Cole Harbeck (Talk | contribs) |
||
Line 74: | Line 74: | ||
== Monday, July 7th, 2014 == | == Monday, July 7th, 2014 == | ||
+ | |||
+ | Goals for the week: | ||
+ | |||
+ | * JavaScript: | ||
+ | ** Number Sections | ||
+ | ** RenameLinks | ||
+ | *JavaScript: | ||
+ | ** Table of Contents | ||
+ | ** Remove Old One? | ||
+ | * Timeline | ||
+ | **JSON | ||
+ | **Documentation |
Revision as of 16:46, 7 July 2014
Goals:
- be able to use ICalico via a server for fall 2014 courses (Programming Languages, and ESEM)
- documentation
- examples
- JavaScript visualizations
- JavaScript SpreadSheet interface
- spelling checker
- bibliography support
- commenting by others
- grading support
- other functionality as needed
- clicker-style feedback
- question/answer widget
- wiktionary (in-notebook word look-up)
Contents
Monday, June 30, 2014
Documentation:
- http://daringfireball.net/projects/markdown/ - Original definition of "markdown"
- http://en.wikipedia.org/wiki/Markdown - General overview of markdown
- https://github.com/chjj/marked/tree/master/test/tests - Marked tests, should document all features/variations
- https://help.github.com/articles/github-flavored-markdown - Additional syntax allowed with "marked"
Source:
Spelling Checking:
- http://mail.scipy.org/pipermail/ipython-dev/2014-June/014159.html
- https://github.com/ipython/ipython/issues/3216
Miscellaneous:
- https://www.gitbook.io/ - Publish Markdown book (has foot notes)
- https://github.com/chjj/marked/pull/431 - footnote patch for marked
Tuesday, July 1, 2014
Wednesday, July 2, 2014
JavaScript libraries:
- http://timeline.knightlab.com/ - Time Line
ICalico Notebooks with Visualizations:
- http://nbviewer.ipython.org/urls/bitbucket.org/ipre/calico/raw/master/notebooks/Python/Google%20Charts.ipynb
- http://nbviewer.ipython.org/urls/bitbucket.org/ipre/calico/raw/master/notebooks/Python/GeoChart.ipynb
- http://nbviewer.ipython.org/urls/bitbucket.org/ipre/calico/raw/master/notebooks/Python/Travelling%20Salesperson.ipynb
Bugs:
- No vertical bar escape
Thursday, July 3, 2014
Hints on spelling checking:
- https://github.com/ipython/ipython/pull/3102/files - Changes to turn spell check off. What happens if it is on?
ICalico documentation:
- ICalico - the only docs we have so far
Mattie's Wishlist:
- Being able to make the lines of tables invisible
- Being able to have reference-style links be defined in any cell in the notebook
Monday, July 7th, 2014
Goals for the week:
- JavaScript:
- Number Sections
- RenameLinks
- JavaScript:
- Table of Contents
- Remove Old One?
- Timeline
- JSON
- Documentation