All the best,PyBossa can help when you need to get a crowd of people helping you to, for example, look for similar pictures, and group them by similar characteristics, in your case by similar wavelengths. Thus, would be useful if we propose at the hackfest the possibility of creating a CrowdCrafting.org app that will help you to group the submitted spectra? If your site has an API that serves the current data sets, then, creating the app would be more or less simple :-) What do you think?In this hackfest I would explore the idea of creating some spectrometers just to learn something new, and see if we can integrate the PyBossa framework with your web site http://spectralworkbench.orgFrom the CCC we are really interested in the field of volunteer sensing, as we are developing different tools for doing citizen science like PyBossa (check CrowdCrafting.org or ForestWatchers.net to try the software in real projects) or the volunteer Computing project LHC@Home: Test4Theory.Dear Liz,I'm Daniel Lombraña, and I work for the Citizen Cyberscience Centre. As you have seen in my tweets, we will be co-organizing in collaboration with the Medialab-Prado, Ibercivis and the Open Knowledge Foundation a hackfest around Citizen Science in Madrid, Spain.
Daniel
PS: Thanks a lot for writing about the Google Group and twetting about the hackfest!
--··························································································································································
http://daniellombrana.es
http://citizencyberscience.net
··························································································································································
Por favor, NO utilice formatos de archivo propietarios para el
intercambio de documentos, como DOC y XLS, sino PDF, HTML, RTF, TXT, CSV
o cualquier otro que no obligue a utilizar un programa de un
fabricante concreto para tratar la información contenida en él.
··························································································································································
--
You received this message because you are subscribed to the Google Groups "plots-spectrometry" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plots-spectrome...@googlegroups.com.
To post to this group, send email to plots-spe...@googlegroups.com.
Visit this group at http://groups.google.com/group/plots-spectrometry?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
All the best,Would be possible to do the same but getting the results in JSON? Then, if we have "golden wavelenghts" for the oliveoil sample, we can create a CrowdCrafting.org app that will invite the volunteers to match them to that golden item. This could help you to validate the data that your community is submitting. Would be this valuable?Hi there,Thanks a lot for your support! I've been checking the API and I see that you can get for example all olive oils samples like this:
http://spectralworkbench.org/tag/oliveoil
Daniel
DanielAll the best,Perfect! Thanks a lot Jeffrey. One extra question, do you have a JavaScript library to view the wavelengths out of the box? In the JSON objects that you are returning I can see that you embed the raw data, which is amazing by the way, so do you have around any handy lib for rendering that data? The idea will be to render the data directly in the browser so users can compare them :-)I see that you also add in the JSON the name of the picture, but you give only the relative URL, would be possible to change that to the full path? It will help a lot to other developers to find out the services, hehe. I'm actually now in the process of adding this support to our PyBossa framework, and it is called HATEOAS. The basic idea behind HATEOAS is to provide in APIs as much information as possible, so new developers do not have to look in the docs as they will get a structure in the API that will allow then to discover the next item in the list, etc, etc.
If you need help with this, let me know it, but a quick search in Google will give you some hints.