*** tpb has joined #melange | 00:00 | |
*** DrJoel has joined #melange | 01:28 | |
DrJoel | Hopefully someone can answer this. :) | 01:29 |
---|---|---|
DrJoel | I wanted to check if we had any left over tasks from last year's GCI. I visited http://www.google-melange.com/gci/tasks/google/gci2011 but it only shows two tasks. Is there anyway to see our project's complete list even if something wasn't published | 01:30 |
tpb | <http://ln-s.net/+-st> (at www.google-melange.com) | 01:30 |
DrJoel | Whoops.. 5 tasks. :) | 01:30 |
*** DrJoel has quit IRC | 01:38 | |
*** DrJoel has joined #melange | 01:41 | |
*** robbyoconnor has joined #melange | 02:08 | |
*** DrJoel has quit IRC | 02:14 | |
*** robbyoconnor has quit IRC | 02:52 | |
*** yashshah__ has joined #melange | 05:11 | |
*** kodaws has joined #melange | 06:16 | |
*** kodaws has quit IRC | 06:23 | |
*** yashshah__ has quit IRC | 06:33 | |
*** robbyoconnor has joined #melange | 06:34 | |
*** r0bby has joined #melange | 06:37 | |
*** robbyoconnor has quit IRC | 06:38 | |
*** r0bby is now known as robbyoconnor | 06:39 | |
*** kodaws has joined #melange | 08:02 | |
*** yashshah__ has joined #melange | 08:16 | |
*** yashshah__ has quit IRC | 09:05 | |
*** yashshah has joined #melange | 09:06 | |
*** asmeurer_ has quit IRC | 09:36 | |
*** yashshah has quit IRC | 10:12 | |
*** yashshah has joined #melange | 10:13 | |
*** yashshah has quit IRC | 11:32 | |
*** yashshah has joined #melange | 12:44 | |
*** kodabbws has joined #melange | 13:20 | |
*** kodaws has quit IRC | 13:23 | |
*** kodaws has joined #melange | 13:36 | |
*** kodabbws has quit IRC | 13:38 | |
*** kodabbws has joined #melange | 14:14 | |
*** kodaws has quit IRC | 14:17 | |
*** kodaws has joined #melange | 14:17 | |
*** kodabbws has quit IRC | 14:19 | |
*** yashshah has quit IRC | 14:23 | |
*** DrJoel has joined #melange | 14:28 | |
*** yashshah has joined #melange | 14:33 | |
*** yashshah has quit IRC | 14:40 | |
*** yashshah has joined #melange | 14:40 | |
DrJoel | Any idea on how long a bulk upload of 1 task will take to show up? I am testing my script which generates tasks. | 14:50 |
DrJoel | ok.. got the email.. errors :( | 14:50 |
Lennie | DrJoel, at least that's working :) | 14:51 |
DrJoel | :) | 14:51 |
DrJoel | I apparently have a parsing issue .. is it ok to post a 2 row csv file to melange-soc-dev for feedback? | 14:52 |
Lennie | DrJoel, is that a script from last year? | 14:52 |
DrJoel | Hacked derivative | 14:52 |
DrJoel | title, description, time_to_complete, mentors, types, tags | 14:52 |
DrJoel | that's the first row | 14:52 |
Lennie | one sec | 14:52 |
DrJoel | FWIW each script is a custom hack to generate a different set of related tasks. This is kind of a one off thing so no reason to be too general :) | 14:53 |
Lennie | those columns sound right | 14:53 |
Lennie | what does the email say? | 14:54 |
Lennie | It should have given some indication about the error | 14:54 |
DrJoel | The task in row 1 contains the following errors. | 14:55 |
DrJoel | No valid time to completion found, given was: time_to_complete. | 14:55 |
DrJoel | mentors is not a mentor. | 14:55 |
DrJoel | types is not a valid task type. | 14:55 |
DrJoel | I thought row 1 was headings which matched the tags | 14:56 |
Lennie | hmm | 14:56 |
Lennie | did the email also say it created one task? | 14:56 |
Lennie | we don't read the headers at all so you can just skip them | 14:57 |
Lennie | every row is treated as a potential task | 14:57 |
DrJoel | No.. it got confused at a comma within a quoted field I think | 14:57 |
DrJoel | The task in row 2 contains the following errors. | 14:57 |
DrJoel | No valid time to completion found, given was: letting Google Drive perform OCR (PDF->text). | 14:57 |
DrJoel | proof reading the result is not a mentor. | 14:57 |
DrJoel | "RTEID 2.1 PDF to Text Conversion Task #1", "This task consists of uploading the files RTEID-2_1-p1-p5.pdf and RTEID-2_1-p6-p10.pdf to Google Drive, letting Google Drive perform OCR (PDF->text), proof reading the result, and submitting the resulting Google Doc. Some formatting should be done but only enough to restore the original look of the document including page breaks. The page numbers are from the PDF document and will NOT match any page numb | 14:57 |
DrJoel | ers from the original document. Please do not include header and footer text in your version. The PDF files maybe downloaded from http://rtems.org/ftp/pub/rtems/people/joel/RTEID-ORKID/RTEID-2.1/split/. For more details, please see http://www.rtems.org/wiki/index.php/GoogleCodeInProjects#PDF_to_OCR_of_Original_Requirements_Documents.", "jenniferaverettoarcorp", 36, "Documentation/Training", "PDF, scan, OCR, Google Drive, Project Gutenberg" | 14:57 |
tpb | <http://ln-s.net/+:-s> (at rtems.org) | 14:57 |
DrJoel | Sorry for the long paste.. but that's the row | 14:58 |
Lennie | DrJoel, you should escape commas with double quotes | 14:58 |
Lennie | as the bulk create page should have noted | 14:58 |
DrJoel | even within quoted text? | 14:58 |
Lennie | and escape double qoutes with double quotes P | 14:58 |
Lennie | I guess that's how CSV parsing in Python works... | 14:58 |
DrJoel | The double quotes were supposed to denote the fields.. between two commas. | 14:59 |
DrJoel | Python must parse some odd variation of what oocalc/excel import/export :) | 14:59 |
Lennie | yeah | 14:59 |
Lennie | :( | 14:59 |
Lennie | patches welcome | 15:00 |
DrJoel | ok.. I will tinker until it works. I was assuming it was just treating everything between two "'s as a chunk of text. | 15:00 |
Lennie | http://code.google.com/p/soc/source/browse/app/soc/modules/gci/tasks/bulk_create.py#275 | 15:00 |
tpb | <http://ln-s.net/+:-x> (at code.google.com) | 15:00 |
Lennie | just using a general DictReader | 15:00 |
DrJoel | I have learned to only submit one task via the bulk upload until I am happy. Last year I tested uploading with a lot of tasks and you all had to delete them. :) | 15:01 |
DrJoel | Students start signing up Monday. When do the tasks actually go public? | 15:01 |
Lennie | Monday afaik | 15:02 |
DrJoel | ok.. that's what I was assuming so stepping up the task creation pace | 15:02 |
Lennie | good | 15:04 |
Lennie | I hope the CSV importer works for you | 15:04 |
Lennie | it's the same as last year | 15:04 |
DrJoel | It will (eventually) | 15:05 |
DrJoel | Now I have an email which says it worked but I don't see the task when I go to http://www.google-melange.com/gci/dashboard/google/gci2012#all_org_tasks which is the link from my dashboard. | 15:05 |
tpb | <http://ln-s.net/+::8> (at www.google-melange.com) | 15:05 |
DrJoel | I would like to review it, make sure it is right, then delete it | 15:06 |
Lennie | DrJoel, is rtems the id of your org again? | 15:14 |
*** downey has joined #melange | 15:16 | |
DrJoel | I hope so. :) | 15:18 |
Lennie | DrJoel, I don't see your tasks in here | 15:19 |
Lennie | DrJoel, I got to go but please feel free to leave a one row example that sends you a success email on the melange mailing list | 15:23 |
Lennie | It should have worked though since it has worked for one other org which used it | 15:23 |
DrJoel | thanks | 15:25 |
*** Darriel has joined #melange | 15:43 | |
*** Darriel is now known as Darrel | 15:43 | |
*** mang0 has joined #melange | 15:52 | |
*** mang0 has joined #melange | 15:52 | |
*** DrJoel has quit IRC | 16:03 | |
*** Darrel_ has joined #melange | 16:23 | |
*** Darrel has quit IRC | 16:23 | |
*** yashshah has quit IRC | 16:36 | |
*** yashshah has joined #melange | 16:36 | |
*** mang0 has quit IRC | 16:44 | |
*** mang0 has joined #melange | 16:45 | |
*** mang0 has joined #melange | 16:45 | |
*** mang0 has quit IRC | 16:48 | |
*** mang0 has joined #melange | 16:49 | |
*** mang0 has joined #melange | 16:49 | |
*** rafl has quit IRC | 16:56 | |
*** rafl has joined #melange | 16:58 | |
*** rafl has quit IRC | 17:07 | |
*** rafl has joined #melange | 17:08 | |
*** rafl has quit IRC | 17:09 | |
*** rafl has joined #melange | 17:10 | |
*** robbyoconnor has quit IRC | 17:29 | |
*** robbyoconnor has joined #melange | 17:30 | |
*** spectie has quit IRC | 17:30 | |
*** kodaws has quit IRC | 17:42 | |
*** Matrix has joined #melange | 17:45 | |
*** Matrix__ has joined #melange | 17:46 | |
*** Matrix__ has joined #melange | 17:47 | |
*** mang0 has quit IRC | 17:48 | |
*** Matrix has quit IRC | 17:49 | |
*** Matrix__ has quit IRC | 17:49 | |
*** mang0 has joined #melange | 17:55 | |
*** mang0 has joined #melange | 17:55 | |
*** rafl has quit IRC | 17:56 | |
*** rafl has joined #melange | 17:56 | |
*** yashshah has quit IRC | 17:59 | |
*** yashshah has joined #melange | 17:59 | |
*** robbyoconnor has quit IRC | 18:11 | |
*** spectie has joined #melange | 18:16 | |
*** spectie has joined #melange | 18:16 | |
*** mang0 has quit IRC | 18:20 | |
*** mang0 has joined #melange | 18:20 | |
*** mang0 has joined #melange | 18:20 | |
*** yashshah has quit IRC | 18:24 | |
*** mang0 has quit IRC | 18:50 | |
*** mang0 has joined #melange | 18:51 | |
*** mang0 has joined #melange | 18:51 | |
*** DrJoel has joined #melange | 18:56 | |
*** Matrix_ has joined #melange | 19:12 | |
*** mang0 has quit IRC | 19:15 | |
*** Darrel_ is now known as Darrel | 19:24 | |
*** DrJoel has quit IRC | 19:37 | |
*** yashshah has joined #melange | 19:50 | |
*** DrJoel has joined #melange | 20:19 | |
* DrJoel wonders if Lennie is really back | 20:21 | |
*** mang0 has joined #melange | 20:23 | |
*** mang0 has joined #melange | 20:23 | |
*** Matrix_ has quit IRC | 20:23 | |
*** mang0 has quit IRC | 20:23 | |
*** schultmc has quit IRC | 20:27 | |
*** spectie has quit IRC | 20:27 | |
*** schultmc has joined #melange | 20:29 | |
*** spectie has joined #melange | 20:32 | |
*** spectie has joined #melange | 20:32 | |
*** Darrel has quit IRC | 20:57 | |
*** yashshah has quit IRC | 20:58 | |
*** downey has quit IRC | 20:59 | |
*** DrJoel has quit IRC | 22:12 | |
*** asmeurer_ has joined #melange | 22:42 | |
*** schultmc has quit IRC | 22:52 | |
*** asmeurer___ has joined #melange | 23:09 | |
*** asmeurer____ has joined #melange | 23:10 | |
*** asmeurer___ has quit IRC | 23:14 | |
*** asmeurer____ has quit IRC | 23:30 | |
*** asmeurer___ has joined #melange | 23:33 | |
*** asmeurer___ has quit IRC | 23:41 | |
*** asmeurer___ has joined #melange | 23:50 | |
*** dedis20 has joined #melange | 23:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!