Blog post: Scientific refereeing using Bike Outliner

Thanks for this really interesting thread. I have some work in progress (that’s not ready for prime time) that is related to the work here: I have a rough draft of a Python library that converts .bike documents into the Pandoc JSON representation of its AST using lxml and panflute. I’ve put my draft in my own rdhyee_utils Python library – so it’s rough and not been packaged to useful to others yet: https://github.com/rdhyee/rdhyee_utils/blob/master/rdhyee_utils/bike/bikeformat.py. You can see also my work so far in writing a Python library to talk to Bike using AppleScript, or my precisely the deprecated, though still very useful, appscript: https://github.com/rdhyee/rdhyee_utils/blob/master/rdhyee_utils/bike/__init__.py. More later once I get my work polished up (and after I get a draft on a pandoc bike writer)

3 Likes

@jonsterling I work in IT support at the University of Rochester Medical Center, and while I’m not an academic, I work with a ton of them. I’ve also recently discovered the world of Markdown, and I love it. I worked in the production side of graphic design for about ten years in the 90s and early 2000s, and XML tagging for text was just taking off. Markdown (and HTML) are both simplified versions of that, with CSS taking the concept further. That, or XML is generalized HTML, but I digress.

Anyway, I plan to read your blog post and share it with my geekier academic friends. :slight_smile:

1 Like