Koch Lab:Research/MediaWiki for Open Science: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 11: Line 11:
* A system for easily linking to permalinks of specific protocols (for lab notebook purposes).
* A system for easily linking to permalinks of specific protocols (for lab notebook purposes).
** What kind of protocols?
** What kind of protocols?
=="Auto save" for pages==
* "Auto save" for pages.  One option is a new button called "Save and continue editing," which would work like the preview button, but would actually save a version.
* "Auto save" for pages.  One option is a new button called "Save and continue editing," which would work like the preview button, but would actually save a version.
** This looks like something that I could do with a plugin pretty quickly. I'm interested in hearing about why you would like to see this added.  There might be a more advantageous way to Fix the problem. --[[User:Cmorse|Cmorse]] 12:23, 26 January 2009 (EST)
** This looks like something that I could do with a plugin pretty quickly. I'm interested in hearing about why you would like to see this added.  There might be a more advantageous way to Fix the problem. --[[User:Cmorse|Cmorse]] 12:23, 26 January 2009 (EST)

Revision as of 23:48, 29 January 2009

We can use this set of pages for Caleb's open research project which is generally related to using MediaWiki for open science applications. This page was created on December 31, 2008, and we'll try to fill it in over the following weeks.

We're going to use DPL Goals as part of organizing the project. See User:Cmorse/Tasks and goals.

Possible projects

  • working out a system for secure email to wiki
  • A feature to enable word clouds from the wiki data base. For example, wordles of user contributions would be really fun and probably increase interest in OWW.
    • Would a cloud containing the most common page categories work?
  • A system to make categories much easier in MW. So it can become more like tagging in other Web 2.0 sites
  • A system for easily linking to permalinks of specific protocols (for lab notebook purposes).
    • What kind of protocols?

"Auto save" for pages

  • "Auto save" for pages. One option is a new button called "Save and continue editing," which would work like the preview button, but would actually save a version.
    • This looks like something that I could do with a plugin pretty quickly. I'm interested in hearing about why you would like to see this added. There might be a more advantageous way to Fix the problem. --Cmorse 12:23, 26 January 2009 (EST)
    • It's for the purposes of lab notebooks, where you tend to take a lot of little bits of notes over the course of hours. People are reluctant to save every little edit--it's annoying to have to open the text box and find your place again. And waiting to save has the risk of losing everything. I figure by having a button like "save and continue editing" it would be just like previewing, except the previewed changes would actually be saved into a new entry. Presumably the wiki data base is differential, so this won't add burden to the data base. Ideally, the electronic lab notebook would have the feature of paper, where it's very easy to jot down notes, and when you jot them down, they're immediately recorded and the ink never mysteriously vanishes if you forget to "save." Of course people lose paper all the time, so electronic can be even better than paper in this regard.
    • I think I found the perfect extension for this. It's called LiveSaver: http://www.mediawiki.org/wiki/Extension:LiveSaver. Essentially it automatically saves any changes you make to the page in the browser as a cookie. So that if something happens to the page you can come back and it will have all of your changes saved.
      • You can try out that extension here: http://kochlab.org:81/wiki/index.php?title=Main_Page. Try making changes to the page, close the tab you made the changes on, then go back to the same edit page again.
      • Steve Koch 21:41, 26 January 2009 (EST): That worked really well! I am worried, though, that it would be confusing for people, since the text appears there without being obvious that it's not part of the current page. There may be other implementation as well, but you're right, it may be very close to what we need. What do you think about the possibility of you modifying it? Any experience with that to know what's involved?
      • Cmorse 23:40, 26 January 2009 (EST) Modifying it is definitely doable. The existing extension was pretty old and I had to modify it just to get it working. I'll see what I can cook up.
      • Cmorse 02:51, 28 January 2009 (EST) I'm getting close to a working solution. In its final state I think its going to give the user a small prompt above the edit box if changes might have been lost. I'm also adding the ability to disable the extension in case it was causing problems.
      • Steve Koch 12:28, 28 January 2009 (EST): This sounds great! A couple questions that you don't need to answer right away: (1) are you taking notes about things that did and didn't work? In the spirit of "open science," those failed attempts are very valuable. I'd like you to work towards keeping your electronic lab notebook, either in private or public wiki. And (2) are you going to be able to post this as an extension on the mediawiki site? I think that would be awesome.
      • Cmorse 12:28, 29 January 2009 (EST) (1)I am planning on posting it to the mediawiki site. Especially since I based it on an existing open source extension there. I will probably just take ownership of the original extension since it hasn't been updated in 2 years. (2)To be honest, I'm not really sure what to put in my notebook since most of the problems I have are due to syntax and/or logic errors. What types of things do you normally put in your notebook when you're writing code?
      • Steve Koch 13:23, 29 January 2009 (EST): You could put entries such as: "Worked on ___ part of code. Seems to be working, but I want to fix __, __, and ___. Here is the current version of my code." And then link to that version of the code, if possible. Or another possible example: "found an old extension: ___. tried it out, but I don't think it's going to work for us because ___." The purpose to keep in mind for your notebook is so that one year from now you (or someone else) would be able to read it and figure out what you did. If you're not comfortable doing it in public, it's fine to use the private wiki.