"matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mathematica), web application servers, and six graphical user interface toolkits. matplotlib tries to make easy things easy and hard things possible. You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc, with just a few lines of code. For a sampling, see the screenshots, thumbnail gallery, and examples directory"
- Mike Chelen
from Bookmarklet
I've found matplotlib to be one of the more mature plotting libraries out there. It's also a great reason to use tools like f2py to bring data into Python.
- Christopher Granade
"I’ve gone back to using another wonderful visualization package, PyMol. I find that it hits the sweet spot between easy setup of the scene I’d like and generating nice figures. The specific feature that I’ve come to rely on quite heavily is the built-in ray tracer. There are three available ray tracing modes in addition to the default, each of which has its uses. Mode 1 will place a black outline around your structure, which can help make the secondary structure elements visually distinct. Mode 2 is really interesting, in that it only renders the outline. I find this especially helpful if I want to show something in an overlay without obscuring what is behind it. Mode 3 produces “quantized” color in addition to the outline, giving your figure a very cartoonish appearance. I find that this one has to be used with care :) "
- Mike Chelen
from Bookmarklet
ah thanks, interesting to see which extensions they are using
- Mike Chelen
Noteworthy: so far, 18 summaries of articles in PLoS Biol., 12 in PLoS Med. (None in PLoS ONE).
- Jim Till
Perhaps noteworthy: the vast majority of edits in the last thirty days are by two people. It's hard to build critical mass... http://acawiki.org/index...
- Andrew Su
the site looks pretty new, sometimes starting fresh produces the best results, although it can be useful to find some existing data to import initially
- Mike Chelen
The site launched this week. The PLoS articles were seeded using the Editor Summaries that PLoS Bio and PLoS Med routinely publish
- Peter Binfield
Peter: wondering if the data was converted from another format, or does PLoS supply RDF directly? is there any description of the process used?
- Mike Chelen
We didnt work with them on this (other than to have some early meetings). I suspect they just copied and pasted... However, it can be extracted from our XML file of course.
- Peter Binfield
Yes, it's copy and paste at present. A better workflow would be a good enhancement to Semantic MediaWiki if anybody's looking for a project!
- Jodi Schneider
Ah - is that why you are collecting those old links? Was getting a little confused as to why they were popping up.
- Cameron Neylon
oh, are these old? remember hearing about the initiative some months ago, been looking for good online coverage and only found some of these resources recently
- Mike Chelen
Some of them were - classic moment of confusion, when I ask myself why I hadn't seen it before, then look at the source, realize it is me, and get really confused :-) Then I remember to check the date...
- Cameron Neylon
rssdler works nicely, podget might be easier to install though since there are packages for distros like debian
- Mike Chelen
nearly everything to automatically download & seed new releases from http://www.biotorrents.net/browse... is working, rssdler still has to be run manually though it is easy to do once per week or so
- Mike Chelen
"Scientific Publications cover a wide variety of publishers, hosts, business models, usage models, publication stages, logical and technical presentation. Therefore it is important to learn which portions of the publication space can be and which agents want to be included in the sampling. For those willing to participate only two aspects are relevant: 1. What data needs to be gathered? 2. How can it be transferred to the statistics provider? Open-Access-Statistics (OA-S) is a joint project adressing these questions. Starting in July 2008 an infrastructure for the standardised accumulation of heterogenous web log data with an emphasis on institutional repositories will be built. In tight cooperation with the Network of Open Access Repositories (OA-N) various added value services will be made available to users."
- Mike Chelen
from Bookmarklet
Completed the questionnaire, provided links to things like http://dataportability.org, OpenID, friendfeed, etc. Have to say, though, that some of the questions were worded somewhat unclearly.
- Mr. Gunn
D0r0th34: thrilled to see existing and ongoing exploration of the topic, which is a natural extension for scholarly repositories and a crucial goal for ongoing curation. now reading one of the linked papers, "Open Access Statistics: an examination how to generate interoperable usage information from distributed open access services" (Herb, Ulrich '09) http://www.dini.de/fileadm...
- Mike Chelen
usage of open source software, and application of its principles, advances science research & publishing by allowing faster and more efficient replication and modification of new ideas
- Mike Chelen
Interested in the contrast between open science and distributed science - can you have "closed" distributed science? Or is that just collaboration?
- Richard Badge
from Nambu
"The Gene Ontology project is a major bioinformatics initiative with the aim of standardizing the representation of gene and gene product attributes across species and databases. The project provides a controlled vocabulary of terms for describing gene product characteristics and gene product annotation data from GO Consortium members, as well as tools to access and process this data."
- Mike Chelen
from Bookmarklet
Biomed Central's policy on publishing open science defined: "Articles may be submitted to BioMed Central’s journals when data have been previously discussed or posted in such venues as blogs, wikis, social networking websites or lab electronic online notebooks. However, given the rapidly evolving nature of these resources, where discussion of data or manuscripts posted to these venues has subsequently been incorporated into the manuscript, the BioMed Central journal Editors may make their own assessment as to whether there may be duplication in the submitted manuscript." It's excellent that we are gaining some clarity here. To my mind the idea of open science is precisely to have "discussion of data or manuscripts posted to these venues" being subsequently "incorporated into the manuscript". In these cases the Biomed Central manuscript editor decides. We really need some test cases, and we need explicit policies from other publishers.
- Matthew Todd
from Bookmarklet
If I can just find some bloody time to sort out the paper I should be able to give you a test case pretty soon...submission to go to Biology Direct along with a snapshot of the online lab notebook.
- Cameron Neylon
Great, Cameron (wouldn't it be great to be able to buy time?) Submission of grant applications of open science projects will require us to be 100% clear to our referees that open science can be published in good journals. The more publishers agree to accept this kind of paper, the stronger the case that open science can result in high quality, high-impact publications. It's an important message to make clear to those unfamiliar with, or healthily sceptical of, the concept.
- Matthew Todd
My suspicion is that if I could buy time I wouldn't be able to afford it :-)
- Cameron Neylon
I think the writing is explicitly covered by the policy. I guess its the grey area around "discussion of results that later is incorporated" that we need to flesh out a bit more? Actually I think they're just giving themselves wiggle room for silly cases to be honest but being able to point to examples is helpful.
- Cameron Neylon
Good example Daniel - if we are looking more broadly than BMC I think most fully OA publications would accept pre-prints. I also suspect hybrids would not - for example AuthorChoice at ACS - but I don't know for sure.
- Jean-Claude Bradley
RegExp missing some chars, e.g., % if URL-encoded. We tend to use 10\.(?:\d{4})/(?:[^ "'<&]+) but that can break too - it's annoying that the DOI spec doesn't limit the chars allowed! This is for searching the whole text (incl. within href), not element-wise so might not suit your code exactly.
- Fergus Gallagher
Fergus: going to take a look and give that a try, probably only will try to work with displayed text, but it might be cool to add compatibility with any kind of field attribute or xhtml. thanks!
- Mike Chelen
One special case worth looking for is "COiNS" OpenURL. Our (jQuery) code is var z = jQuery(".Z3988:eq(0)"); if (z.length) { var r = z.attr("title").split("&"); for (var i=0; i<r.length; i++) { var x = decodeURIComponent(r[i]); if (/^rft_id=info:doi\/.*?(10\.\d\d\d\d\/.*)/.exec(x)) { var doi = RegExp.$1; doSomething(doi); return; } } }
- Fergus Gallagher
"OSCAR3 (Open Source Chemistry Analysis Routines) is software for the semantic annotation of chemistry papers. The modules OPSIN (a name to structure converter) and ChemTok (a tokeniser for chemical text) are also available as standalone libraries."
- Mike Chelen
from Bookmarklet
Me too, re: Google Wave gadget. Then add SBML support, use SBGN in the display, support MIRIAM annotations and I can retire penniless.
- Neil Swainston
@Neil, there are a few other tools which support SBML and SBGN (see http://sbgn.org/Communi...). Wikipathways seem to be inventing yet another pathway format and dont provide a conversion to any other existing "standard". Shame as it would benefit everyone if they did.
- Frank
Thinking about it a little more, I'd really like to see the above refactored as a collaborative Google Wave Gadget. I've been involved in about five network reconstruction "jamborees" now, which involve flying loads of people around the World to sit in a room and discuss things that they could do with PathVisio (if it supported SBML...) or Payao. Anyways, this costs a fortune (see the...
more...
- Neil Swainston
@Neil: WikiPathways is intended exactly for that type of collaborative pathway creation. WikiPathways pathway format is based on, and developed in cooperation with, http://www.genmapp.org. So admittedly it's not a widely supported standard, but at least it wasn't a complete new invention. SBML / SBGN support is on its way. Re Google Wave: unfortunately, all this work predated Google Wave by several years...
- Martijn van Iersel
"Discussion of issues relating to the use of Debian for science research, including useful packages, particular problems faced by scientists using Debian, how to make Debian more useful to scientists, etc."
- Mike Chelen
from Bookmarklet
there are a number of useful software packages that have been integrated already, and debian makes a great foundation for science projects since it can run well on servers and desktops. it is also used as the basis for other popular derivatives like ubuntu
- Mike Chelen
"The Global Earth Observation System of Systems (GEOSS) 10-Year Implementation Plan explicitly acknowledges the importance of data sharing in achieving the GEOSS vision and anticipated societal benefits. The Plan, endorsed by nearly 60 governments and the European Commission at the Third Earth Observation Summit in Brussels in 2004, highlights the following GEOSS Data Sharing Principles: 1. There will be full and open exchange of data, metadata, and products shared within GEOSS, recognizing relevant international instruments and national policies and legislation. 2. All shared data, metadata, and products will be made available with minimum time delay and at minimum cost. 3. All shared data, metadata, and products being free of charge or no more than cost of reproduction will be encouraged for research and education."
- Mike Chelen
from Bookmarklet
good to see a specific focus on "open exchange of data" and it will be interesting to hear the plans to achieve this
- Mike Chelen
"The student Right to Research Coalition, a group of national, international, and local student associations that advocate for governments, universities, and researchers to adopt Open Access practices, has now grown to include some of the most prominent student organizations from the United States and across the world. The recent addition of 8 new organizations brings the number of students represented by the coalition to over 5 million, demonstrating the broad, passionate support Open Access enjoys from the student community."
- Mike Chelen
from Bookmarklet
helps to appreciate the global reach and scale of these scientific concepts
- Mike Chelen
"Dear all, last year, Michael opened a discussion to have bibliographic information displayed in package summaries: http://lists.debian.org/msgid-s... In the discussion that followed, we talked about where to store this information, and in which format, since adding more content to the debian/control file is not an easy thing (it ‘costs’ a lot because it goes to pivotal files like the Packages.gz files on our mirrors). A four line summary is available here: http://wiki.debian.org/DebianS... This year, some progresses are being made. For the display, Andreas has modified the ‘Web sentinels’ so that they can display bibliographic informations. See http://debian-med.alioth.debian.org/tasks... for instance. But currently the limitation of the system is that the bibliographic information is in a quite remote location, in the Blends ‘tasks’ files. I am currently working on a new workflow which would help the...
more...
- Mike Chelen
from Bookmarklet