* Amazing demonstration by John Kitchin @ 2013-09-14 17:26 Carsten Dominik 2013-09-16 11:22 ` Suvayu Ali 2013-09-27 13:55 ` Brett Viren 0 siblings, 2 replies; 6+ messages in thread From: Carsten Dominik @ 2013-09-14 17:26 UTC (permalink / raw) To: emacs-orgmode@gnu.org Mode [-- Attachment #1: Type: text/plain, Size: 265 bytes --] Hi, I don't know if this has been linked to before on this mailing list. At SciPy 2013, John Kitchin has made an amazing demonstration of Org-mode as a tool for reproducible research. Really amazing to watch. http://www.youtube.com/watch?v=1-dUkyn_fZA - Carsten [-- Attachment #2: Type: text/html, Size: 644 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Amazing demonstration by John Kitchin 2013-09-14 17:26 Amazing demonstration by John Kitchin Carsten Dominik @ 2013-09-16 11:22 ` Suvayu Ali 2013-09-27 13:55 ` Brett Viren 1 sibling, 0 replies; 6+ messages in thread From: Suvayu Ali @ 2013-09-16 11:22 UTC (permalink / raw) To: emacs-orgmode On Sat, Sep 14, 2013 at 07:26:27PM +0200, Carsten Dominik wrote: > Hi, > > I don't know if this has been linked to before on this mailing > list. At SciPy 2013, John Kitchin has made an amazing > demonstration of Org-mode as a tool for reproducible research. > Really amazing to watch. > > http://www.youtube.com/watch?v=1-dUkyn_fZA Really nice talk. Thanks :) -- Suvayu Open source is the future. It sets us free. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Amazing demonstration by John Kitchin 2013-09-14 17:26 Amazing demonstration by John Kitchin Carsten Dominik 2013-09-16 11:22 ` Suvayu Ali @ 2013-09-27 13:55 ` Brett Viren 2013-09-27 15:04 ` John Kitchin 1 sibling, 1 reply; 6+ messages in thread From: Brett Viren @ 2013-09-27 13:55 UTC (permalink / raw) To: John Kitchin; +Cc: emacs-orgmode@gnu.org Mode [-- Attachment #1: Type: text/plain, Size: 1110 bytes --] John, I finally got a chance to watch your really nice SciPy talk last night. I've been trying to incorporate Reproducible Research methods with org into my own work. I strive to do more and what you are doing looks to provide a wealth of examples. I hope more researchers follow this methodology. One thing I've yet to get a good handle on is publishing org content in an automated (and beautiful) way. I was very taken with your github.io pages and would like to try to set up something similar for myself. Do you have a write-up or other guidance on this that I might follow? I've started to go through your related github repositories to figure out what you do but if something more guided exists it would help. Thanks, -Brett. Carsten Dominik <carsten.dominik@gmail.com> writes: > Hi, > > I don't know if this has been linked to before on this mailing > list. At SciPy 2013, John Kitchin has made an amazing > demonstration of Org-mode as a tool for reproducible research. > Really amazing to watch. > > http://www.youtube.com/watch?v=1-dUkyn_fZA > > - Carsten [-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Amazing demonstration by John Kitchin 2013-09-27 13:55 ` Brett Viren @ 2013-09-27 15:04 ` John Kitchin 2013-09-27 15:41 ` Brett Viren 0 siblings, 1 reply; 6+ messages in thread From: John Kitchin @ 2013-09-27 15:04 UTC (permalink / raw) To: Brett Viren; +Cc: emacs-orgmode@gnu.org Mode [-- Attachment #1: Type: text/plain, Size: 2165 bytes --] Here is part of how I use org-mode to publish to my blog: http://jkitchin.github.io/blog/2013/09/27/Publishing-to-blogofile-using-org-mode/ My approach is pretty automated, but I have left some manual steps in place. Basically I write a post as a heading in some org-file, press a key, which generates the html post in the required format and in the right place. Then I build the blog, and push it to github. All that could happen with a key press, but sometimes I like to inspect the content before pushing. I will try to describe the actual blog setup another time. I use blogofile, which is a static blog generator, so it is quite different from using wordpress, or other blog systems that you publish to via rss, xml-rpc, etc... John ----------------------------------- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Fri, Sep 27, 2013 at 9:55 AM, Brett Viren <bv@bnl.gov> wrote: > John, I finally got a chance to watch your really nice SciPy talk last > night. > > I've been trying to incorporate Reproducible Research methods with org > into my own work. I strive to do more and what you are doing looks to > provide a wealth of examples. I hope more researchers follow this > methodology. > > One thing I've yet to get a good handle on is publishing org content in > an automated (and beautiful) way. I was very taken with your github.io > pages and would like to try to set up something similar for myself. > > Do you have a write-up or other guidance on this that I might follow? > I've started to go through your related github repositories to figure > out what you do but if something more guided exists it would help. > > Thanks, > -Brett. > > Carsten Dominik <carsten.dominik@gmail.com> writes: > > > Hi, > > > > I don't know if this has been linked to before on this mailing > > list. At SciPy 2013, John Kitchin has made an amazing > > demonstration of Org-mode as a tool for reproducible research. > > Really amazing to watch. > > > > http://www.youtube.com/watch?v=1-dUkyn_fZA > > > > - Carsten > [-- Attachment #2: Type: text/html, Size: 3059 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Amazing demonstration by John Kitchin 2013-09-27 15:04 ` John Kitchin @ 2013-09-27 15:41 ` Brett Viren 2013-09-27 17:01 ` John Kitchin 0 siblings, 1 reply; 6+ messages in thread From: Brett Viren @ 2013-09-27 15:41 UTC (permalink / raw) To: John Kitchin; +Cc: Brett Viren, emacs-orgmode@gnu.org Mode [-- Attachment #1: Type: text/plain, Size: 317 bytes --] John Kitchin <jkitchin@andrew.cmu.edu> writes: > Here is part of how I use org-mode to publish to my blog: > http://jkitchin.github.io/blog/2013/09/27/Publishing-to-blogofile-using-org-mode/ Thank you very much for typing this up! I now have some weekend entertainment to try and replicate it for myself. -Brett. [-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Amazing demonstration by John Kitchin 2013-09-27 15:41 ` Brett Viren @ 2013-09-27 17:01 ` John Kitchin 0 siblings, 0 replies; 6+ messages in thread From: John Kitchin @ 2013-09-27 17:01 UTC (permalink / raw) To: Brett Viren; +Cc: Brett Viren, emacs-orgmode@gnu.org Mode [-- Attachment #1: Type: text/plain, Size: 859 bytes --] no problem! I also typed up my notes on setting up blogofile here: http://jkitchin.github.io/blog/2013/09/27/Installing-and-configuring-blogofile/ I think they are pretty complete, but some of it was from memory. best wishes, John ----------------------------------- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Fri, Sep 27, 2013 at 11:41 AM, Brett Viren <bv@bnl.gov> wrote: > John Kitchin <jkitchin@andrew.cmu.edu> writes: > > > Here is part of how I use org-mode to publish to my blog: > > > http://jkitchin.github.io/blog/2013/09/27/Publishing-to-blogofile-using-org-mode/ > > Thank you very much for typing this up! I now have some weekend > entertainment to try and replicate it for myself. > > -Brett. > [-- Attachment #2: Type: text/html, Size: 1689 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-09-27 17:01 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-09-14 17:26 Amazing demonstration by John Kitchin Carsten Dominik 2013-09-16 11:22 ` Suvayu Ali 2013-09-27 13:55 ` Brett Viren 2013-09-27 15:04 ` John Kitchin 2013-09-27 15:41 ` Brett Viren 2013-09-27 17:01 ` John Kitchin
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).