Giter Club home page Giter Club logo

Comments (14)

murrayfold avatar murrayfold commented on July 20, 2024

Maybe Google drive forms, I've just have a quick look and I can't see an easy way of making images options but I'd imagine there should be a way. I've asked them on G+

from osm_to_do_list.

miike avatar miike commented on July 20, 2024

Did we determine if an existing solution meets these requirements? If not lets do some basic specifications and I'll write some code for a system that works for us.

from osm_to_do_list.

alintheopen avatar alintheopen commented on July 20, 2024

awesome Mike...it would be great if you could write something for us...need
to have a chat with @mattoddchem but the ability to vote on images and
comment is a must. Would be good if the output was a chart of some sort too.

On Tue, Jul 30, 2013 at 3:48 PM, miike [email protected] wrote:

Did we determine if an existing solution meets these requirements? If not
lets do some basic specifications and I'll write some code for a system
that works for us.


Reply to this email directly or view it on GitHubhttps://github.com//issues/47#issuecomment-21770911
.

from osm_to_do_list.

mattodd avatar mattodd commented on July 20, 2024

Yes, great. Alice and I will brainstorm some specifications, likely
tomorrow. Would I think be generally useful functionality.

On 30 July 2013 15:52, alintheopen [email protected] wrote:

awesome Mike...it would be great if you could write something for
us...need
to have a chat with @mattoddchem but the ability to vote on images and
comment is a must. Would be good if the output was a chart of some sort
too.

On Tue, Jul 30, 2013 at 3:48 PM, miike [email protected] wrote:

Did we determine if an existing solution meets these requirements? If
not
lets do some basic specifications and I'll write some code for a system
that works for us.


Reply to this email directly or view it on GitHub<
https://github.com/OpenSourceMalaria/OSM_To_Do_List/issues/47#issuecomment-21770911>

.


Reply to this email directly or view it on GitHubhttps://github.com//issues/47#issuecomment-21770993
.

MATTHEW TODD | Senior Lecturer and Honours Coordinator
School of Chemistry | Faculty of Science

THE UNIVERSITY OF SYDNEY
Rm 519, F11 | The University of Sydney | NSW | 2006
T +61 2 9351 2180 | F +61 2 9351 3329 | M +61 415 274104
E [email protected] | W
http://sydney.edu.au/science/chemistry/research/todd.html

CRICOS 00026A
This email plus any attachments to it are confidential. Any unauthorised
use is strictly prohibited. If you receive this email in error, please
delete it and any attachments.

from osm_to_do_list.

mattodd avatar mattodd commented on July 20, 2024

OK, basic specs:

  1. It would be useful if we, as users, could specify 1-10 SMILES/InChIs for the molecules to choose from. We can insert one URL somewhere that describes the context of the question, e.g. to a page describing the choice to be made.
  2. Those appear as panels in a "Survey Page" with a shareable URL. We hit "Publish" when we're happy with the choices.
  3. People can up-vote or down-vote the choices (or not do either) and there is a little box for free text entry for each choice.
  4. Once a person is happy with their choices, they hit "I'm done" and the choices are entered and the text fixed.
  5. Ideally a person does this choosing with an identity, e.g. via a Google login as we do with Labtrove. We can make the ability to vote contingent on login. If sign-in is tricky, we allow free text name input as per Doodle polls.
  6. The accumulated scores are shown to all viewers of the page. Any comments can also be shown, if that does not become cumbersome.
  7. Optional: Include a time limit, or some way to close the voting after a period.

This would allow a community of scientists to vote on a set of molecules as part of a consult.

Advanced function: allow voters to upload their own suggestions by entering SMILES and generating a new panel for people to vote on - i.e. allowing the number of choices to grow. The original panels would be labelled with "Original" and the new ones labelled as "Suggested by XXX"

Sounds complex, but would be terribly useful.

from osm_to_do_list.

miike avatar miike commented on July 20, 2024

Here's some basic notes about how things work so far in the early stages.

  1. Yep, not a problem.
  2. Again, this isn't too tricky. I'm working on the creation of that form now.
  3. At the moment people can upvote certain choices which adds to a count. They can also comment on a candidate (and leave multiple comments for the same candidate).
  4. Not sure what you mean here by "text fixed". Do you mean the comment is saved?
  5. I'll see how easy it is to integrate OpenID. At the moment a very basic registration system exists where you pick a username and a password and that's it.
  6. Currently the score is shown alongside the candidate, the comments are not shown (yet).
  7. At the moment when a quiz is created you can set a start date (and time) as well as an end date (and time), voting cannot occur outside of this period.
  8. This sort of works at the moment, although there is currently no moderation process i.e., whatever candidate someone submits it is automatically added to that quiz.

from osm_to_do_list.

mattodd avatar mattodd commented on July 20, 2024

All that is awesome Mike. Answer to 4) is Yes. You're actually building
this? If so I'm excited to test it out.

On 1 August 2013 22:30, miike [email protected] wrote:

Here's some basic notes about how things work so far in the early stages.

  1. Yep, not a problem.
  2. Again, this isn't too tricky. I'm working on the creation of that form
    now.
  3. At the moment people can upvote certain choices which adds to a count.
    They can also comment on a candidate (and leave multiple comments for the
    same candidate).
  4. Not sure what you mean here by "text fixed". Do you mean the comment is
    saved?
  5. I'll see how easy it is to integrate OpenID. At the moment a very basic
    registration system exists where you pick a username and a password and
    that's it.
  6. Currently the score is shown alongside the candidate, the comments are
    not shown (yet).
  7. At the moment when a quiz is created you can set a start date (and
    time) as well as an end date (and time), voting cannot occur outside of
    this period.
  8. This sort of works at the moment, although there is currently no
    moderation process i.e., whatever candidate someone submits it is
    automatically added to that quiz.


Reply to this email directly or view it on GitHubhttps://github.com//issues/47#issuecomment-21932864
.

MATTHEW TODD | Senior Lecturer and Honours Coordinator
School of Chemistry | Faculty of Science

THE UNIVERSITY OF SYDNEY
Rm 519, F11 | The University of Sydney | NSW | 2006
T +61 2 9351 2180 | F +61 2 9351 3329 | M +61 415 274104
E [email protected] | W
http://sydney.edu.au/science/chemistry/research/todd.html

CRICOS 00026A
This email plus any attachments to it are confidential. Any unauthorised
use is strictly prohibited. If you receive this email in error, please
delete it and any attachments.

from osm_to_do_list.

miike avatar miike commented on July 20, 2024

Functionally pretty much everything is working, apart from the graphing. The graphing actually works it's just I need to rewrite it using a different library so it is a bit neater. The UI probably isn't completely finished and there's a few screens that could do with some design tweaking, but from a functional perspective it all works (so far as I can tell). Below is a screenshot of an example poll.

Screenshot

from osm_to_do_list.

mattodd avatar mattodd commented on July 20, 2024

Oh wow. So are you saying you want to sort out the graphing before we give
it a trial, because you can be sure Alice and I want to give this a trial -
looks lovely.

On 4 August 2013 22:04, miike [email protected] wrote:

Functionally pretty much everything is working, apart from the graphing.
The graphing actually works it's just I need to rewrite it using a
different library so it is a bit neater. The UI probably isn't completely
finished and there's a few screens that could do with some design tweaking,
but from a functional perspective it all works (so far as I can tell).
Below is a screenshot of an example poll.

[image: Screenshot]https://github-camo.global.ssl.fastly.net/94b5c5e4aa5598eef8d3aee75894c00edf0341bf/687474703a2f2f692e696d6775722e636f6d2f5a7351587241562e6a7067


Reply to this email directly or view it on GitHubhttps://github.com//issues/47#issuecomment-22070665
.

MATTHEW TODD | Senior Lecturer and Honours Coordinator
School of Chemistry | Faculty of Science

THE UNIVERSITY OF SYDNEY
Rm 519, F11 | The University of Sydney | NSW | 2006
T +61 2 9351 2180 | F +61 2 9351 3329 | M +61 415 274104
E [email protected] | W
http://sydney.edu.au/science/chemistry/research/todd.html

CRICOS 00026A
This email plus any attachments to it are confidential. Any unauthorised
use is strictly prohibited. If you receive this email in error, please
delete it and any attachments.

from osm_to_do_list.

miike avatar miike commented on July 20, 2024

I'll probably aim to switch out the graphing and fix some of the UI elements for creating the quizzes. And then find a source to host it on that hopefully doesn't cost me any money. If things go to plan that will hopefully be around Thursday this week.

from osm_to_do_list.

mattodd avatar mattodd commented on July 20, 2024

OK, that's great Mike. Really looking forward to road-testing, and we have
a real (current) example need from the OSM project. You're making this OS
and/or generally available so that others can create polls?

On 5 August 2013 13:02, miike [email protected] wrote:

I'll probably aim to switch out the graphing and fix some of the UI
elements for creating the quizzes. And then find a source to host it on
that hopefully doesn't cost me any money. If things go to plan that will
hopefully be around Thursday this week.


Reply to this email directly or view it on GitHubhttps://github.com//issues/47#issuecomment-22084886
.

MATTHEW TODD | Senior Lecturer and Honours Coordinator
School of Chemistry | Faculty of Science

THE UNIVERSITY OF SYDNEY
Rm 519, F11 | The University of Sydney | NSW | 2006
T +61 2 9351 2180 | F +61 2 9351 3329 | M +61 415 274104
E [email protected] | W
http://sydney.edu.au/science/chemistry/research/todd.html

CRICOS 00026A
This email plus any attachments to it are confidential. Any unauthorised
use is strictly prohibited. If you receive this email in error, please
delete it and any attachments.

from osm_to_do_list.

alintheopen avatar alintheopen commented on July 20, 2024

Mike, this is really excellent and you are too cool for school. Thanks so much, we will make a poll asap and try out this new toy. Cheers!

from osm_to_do_list.

miike avatar miike commented on July 20, 2024

@mattodd Yes, will do once we do a bit of an alpha and any bugs can be ironed out.

from osm_to_do_list.

mattodd avatar mattodd commented on July 20, 2024

Mike nailed this I think - works very nicely. Closing.

from osm_to_do_list.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.