OCMP34's Q&A, Curated Workforce, Etc.

Discussion in 'Requesters' started by ocmp34, Jan 21, 2015.

  1. poly

    poly User

    Joined:
    Dec 10, 2014
    Messages:
    242
    Likes Received:
    0
    There's like 700 of them available, you can skip the ones that have an error. But I wouldn't do them right now - something is wrong with them, there is no donor link in the HITS. Either the job is screwed up, or somebody is majorly scamming the retrieval tasks.
     
  2. twirdman

    twirdman User

    Joined:
    Apr 21, 2014
    Messages:
    5,900
    Likes Received:
    1
    That is a big problem since thought extractions weren't even supposed to be posted if there was no donor list found.
     
  3. poly

    poly User

    Joined:
    Dec 10, 2014
    Messages:
    242
    Likes Received:
    0
    I think what was happening was when a website location hit was finished, it was automatically feeding those into extraction hits instead of retrieval hits, or at least that's what it look liked.
     
  4. DjBonadoobie

    DjBonadoobie Active Member

    Joined:
    Jan 22, 2015
    Messages:
    29
    Likes Received:
    0
    This was my thought exactly. People on this thread seem to jump to the "people are scamming!" conclusion a little too quickly.

    Hopefully this gets sorted out. I feel like the way things are running now are the way they should've been from the start. So thank you and good luck ocmp34!
     
  5. twirdman

    twirdman User

    Joined:
    Apr 21, 2014
    Messages:
    5,900
    Likes Received:
    1
    Yeah it didn't seem likely scamming was the explanation since even if someone was scamming and putting N/A those wouldn't be pushed through to the extraction task.
     
  6. ocmp34

    ocmp34 Requester

    Joined:
    Jan 21, 2015
    Messages:
    357
    Likes Received:
    0
    I fixed the problem (it actually wasn't a turker - just a bad if statement). I've posted the second half of the NY batch as I need to sort through the original batch. Thanks for your quick catch!
     
  7. ocmp34

    ocmp34 Requester

    Joined:
    Jan 21, 2015
    Messages:
    357
    Likes Received:
    0
    You're bang on. It was a problem with one of my if statements.
     
  8. Tater

    Tater User

    Joined:
    May 25, 2014
    Messages:
    1,021
    Likes Received:
    0
    There's an AHK for finding homepage?
     
  9. Ivy31

    Ivy31 User

    Joined:
    Nov 1, 2014
    Messages:
    2,569
    Likes Received:
    0
    f1::


    Send {tab 3}
    sleep 100
    Send {enter}

    return

    f2::

    Send ^c
    Sleep 100
    Send ^w
    Sleep 100
    Send {tab}
    Sleep 100
    Send http://
    Sleep 100
    Send ^v
    Sleep 100

    return

    f3::

    Send ^w
    Sleep 100
    Send {tab 2}
    Sleep 100
    Send {space}

    return

    f4::

    Send {tab 2}
    sleep 100
    Send {enter}

    return



    (written by TurkorTreat and it's really great!)

    ETA: Forgot to mention- you gotta click in the hit's frame first before doing all this. And F1 and F3 also submit when you're done.

    Click in frame, F1 searches the first site. Highlight the url, hit F2. Cycle back through (f1, f2, etc.)

    If there's no url, hit F3 for n/a and then F4 will search the next non-profit.

    F1 and F2 go together, F3 and F4 go together.
     
    #969 Ivy31, Feb 27, 2015
    Last edited by a moderator: Feb 27, 2015
  10. Tater

    Tater User

    Joined:
    May 25, 2014
    Messages:
    1,021
    Likes Received:
    0
    Thanks so much!!
     
  11. thetroll

    thetroll User

    Joined:
    Feb 18, 2014
    Messages:
    543
    Likes Received:
    0
    Hey guys, I know I'm late to the party, and there's already been an AHK script written, but I wrote one around the same time as TurkorTreat for the Find Homepage HITs as well. It's specifically written for use with a mouse with the extra forward/back buttons.

    It's real easy to use. Click the first search URL, highlight the URL of the website in Google, and press the back button on your mouse. This copies the link to the clipboard, closes the tab, tabs to the "Homepage" field, pastes it, and tabs to the next search.

    Shift acts as the Enter key, so you can press the Shift key to open the next search. Rinse and repeat until you are done.

    If the website is n/a, press the forward button on the mouse to go through the motions (close tab, check n/a box, tab to next search).

    The next key, F2, is for when organizations have a name that include "&" (for instance, "Herbert F & Bertha W Darling Trust"). When you click the link to search for the organization, you may notice that it only includes the part of the name written before the "&" symbol.

    When on the Google Search page, simply press F2, and it will highlight the URL in the address bar, cut it, change the "&" to "%26" (the proper way to add & to a Google search in the search page's URL), paste the fixed URL, and press enter for you, to search for the organization properly.

    This is merely the setup that has worked for me since OCMP34 changed the find homepage HITs to it's current format, but you can change it around, or not even bother using it. I just figured I'd throw it up here for you guys to look at/try out.

    I hope this is helpful for anyone who may be interested in using it, and thanks TurkorTreat for the original AHK script :cool:

    EDIT: Forgot to mention, you can suspend the script with CapsLock. Turning on CapsLock will enable the script, turning it off should suspend it. Useful for if you want to quickly toggle the script to maintain your mouse's original forward/back button functions.
     
    #971 thetroll, Feb 27, 2015
    Last edited by a moderator: Feb 27, 2015
  12. spantifical

    Joined:
    Dec 31, 2014
    Messages:
    358
    Likes Received:
    0
    I just did something like 7 or 8 of the find the URL ones that were n/a's. I swear I'm not scamming. lol. I keep accepting the next one just to find a link to prove I'm trying and they're all n/a's too. Sad. My first few had a 100% success rate. Anyone else nervous by big batches of n/a's?
     
  13. ocmp34

    ocmp34 Requester

    Joined:
    Jan 21, 2015
    Messages:
    357
    Likes Received:
    0
    You're talking about "Find the Homepage" correct? That one has about a 40% n/a rate. If you're talking about the "Retrieve the Donor List" task, for this batch retrieval rates are currently around 18% (which could be artificially high if folks are throwing back n/as).
     
  14. Ivy31

    Ivy31 User

    Joined:
    Nov 1, 2014
    Messages:
    2,569
    Likes Received:
    0
    oh, great. I was worried, but I think my numbers match up to that pretty well. Thanks.

    I think there is a typo for the bonus (or the bonus is wrong)- the hit says 10c per list you find, but I'm only getting a bonus of 5c?
     
  15. ocmp34

    ocmp34 Requester

    Joined:
    Jan 21, 2015
    Messages:
    357
    Likes Received:
    0
    Aaaaagh and I just fixed the extraction bonus from .05 to .07 too. Looks like I made the changes in sandbox but not production.
     
  16. ocmp34

    ocmp34 Requester

    Joined:
    Jan 21, 2015
    Messages:
    357
    Likes Received:
    0
    Fixed.
     
  17. spantifical

    Joined:
    Dec 31, 2014
    Messages:
    358
    Likes Received:
    0
    Yeah, the "Find the Homepage" one. I'd say 60% success is about right. I think I just hit a bum patch. Finding that a lot of the family foundations don't have websites, nor do a good chunk of the pet charities run by bigger groups (only the bigger group has a website...which I've tried to notate as I find them).
     
  18. Ivy31

    Ivy31 User

    Joined:
    Nov 1, 2014
    Messages:
    2,569
    Likes Received:
    0
    That's exactly what I've seen, too, if it makes you feel any better. :)

    Will batches be posted this weekend?
     
  19. ocmp34

    ocmp34 Requester

    Joined:
    Jan 21, 2015
    Messages:
    357
    Likes Received:
    0
    Nope - I'll be relaxing.

    In fact - sorry folks - because Bad Things tend to happen when I don't monitor closely (nothing to do with the quality of your work - just errors on my part!), I'll be pausing the task when I leave for the night, or in about ten minutes.
     
  20. igoham

    igoham Member

    Joined:
    Sep 23, 2014
    Messages:
    10
    Likes Received:
    0
    Will any batches be posted today?
     

Share This Page