Wednesday, 2012-11-21

*** tpb has joined #melange00:00
*** DrJoel has joined #melange01:28
DrJoelHopefully someone can answer this. :)01:29
DrJoelI 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 published01:30
tpb<http://ln-s.net/+-st> (at www.google-melange.com)01:30
DrJoelWhoops.. 5 tasks. :)01:30
*** DrJoel has quit IRC01:38
*** DrJoel has joined #melange01:41
*** robbyoconnor has joined #melange02:08
*** DrJoel has quit IRC02:14
*** robbyoconnor has quit IRC02:52
*** yashshah__ has joined #melange05:11
*** kodaws has joined #melange06:16
*** kodaws has quit IRC06:23
*** yashshah__ has quit IRC06:33
*** robbyoconnor has joined #melange06:34
*** r0bby has joined #melange06:37
*** robbyoconnor has quit IRC06:38
*** r0bby is now known as robbyoconnor06:39
*** kodaws has joined #melange08:02
*** yashshah__ has joined #melange08:16
*** yashshah__ has quit IRC09:05
*** yashshah has joined #melange09:06
*** asmeurer_ has quit IRC09:36
*** yashshah has quit IRC10:12
*** yashshah has joined #melange10:13
*** yashshah has quit IRC11:32
*** yashshah has joined #melange12:44
*** kodabbws has joined #melange13:20
*** kodaws has quit IRC13:23
*** kodaws has joined #melange13:36
*** kodabbws has quit IRC13:38
*** kodabbws has joined #melange14:14
*** kodaws has quit IRC14:17
*** kodaws has joined #melange14:17
*** kodabbws has quit IRC14:19
*** yashshah has quit IRC14:23
*** DrJoel has joined #melange14:28
*** yashshah has joined #melange14:33
*** yashshah has quit IRC14:40
*** yashshah has joined #melange14:40
DrJoelAny 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
DrJoelok.. got the email.. errors :(14:50
LennieDrJoel, at least that's working :)14:51
DrJoel:)14:51
DrJoelI apparently have a parsing issue .. is it ok to post a 2 row csv file to melange-soc-dev for feedback?14:52
LennieDrJoel, is that a script from last year?14:52
DrJoelHacked derivative14:52
DrJoeltitle, description, time_to_complete, mentors, types, tags14:52
DrJoelthat's the first row14:52
Lennieone sec14:52
DrJoelFWIW 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
Lenniethose columns sound right14:53
Lenniewhat does the email say?14:54
LennieIt should have given some indication about the error14:54
DrJoelThe task in row 1 contains the following errors.14:55
DrJoelNo valid time to completion found, given was: time_to_complete.14:55
DrJoelmentors is not a mentor.14:55
DrJoeltypes is not a valid task type.14:55
DrJoelI thought row 1 was headings which matched the tags14:56
Lenniehmm14:56
Lenniedid the email also say it created one task?14:56
Lenniewe don't read the headers at all so you can just skip them14:57
Lennieevery row is treated as a potential task14:57
DrJoelNo.. it got confused at a comma within a quoted field I think14:57
DrJoelThe task in row 2 contains the following errors.14:57
DrJoelNo valid time to completion found, given was: letting Google Drive perform OCR (PDF->text).14:57
DrJoelproof 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 numb14:57
DrJoelers 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
DrJoelSorry for the long paste.. but that's the row14:58
LennieDrJoel, you should escape commas with double quotes14:58
Lennieas the bulk create page should have noted14:58
DrJoeleven within quoted text?14:58
Lennieand escape double qoutes with double quotes P14:58
LennieI guess that's how CSV parsing in Python works...14:58
DrJoelThe double quotes were supposed to denote the fields.. between two commas.14:59
DrJoelPython must parse some odd variation of what oocalc/excel import/export :)14:59
Lennieyeah14:59
Lennie:(14:59
Lenniepatches welcome15:00
DrJoelok.. I will tinker until it works. I was assuming it was just treating everything between two "'s as a chunk of text.15:00
Lenniehttp://code.google.com/p/soc/source/browse/app/soc/modules/gci/tasks/bulk_create.py#27515:00
tpb<http://ln-s.net/+:-x> (at code.google.com)15:00
Lenniejust using a general DictReader15:00
DrJoelI 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
DrJoelStudents start signing up Monday. When do the tasks actually go public?15:01
LennieMonday afaik15:02
DrJoelok.. that's what I was assuming so stepping up the task creation pace15:02
Lenniegood15:04
LennieI hope the CSV importer works for you15:04
Lennieit's the same as last year15:04
DrJoelIt will (eventually)15:05
DrJoelNow 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
DrJoelI would like to review it, make sure it is right, then delete it15:06
LennieDrJoel, is rtems the id of your org again?15:14
*** downey has joined #melange15:16
DrJoelI hope so. :)15:18
LennieDrJoel, I don't see your tasks in here15:19
LennieDrJoel, I got to go but please feel free to leave a one row example that sends you a success email on the melange mailing list15:23
LennieIt should have worked though since it has worked for one other org which used it15:23
DrJoelthanks15:25
*** Darriel has joined #melange15:43
*** Darriel is now known as Darrel15:43
*** mang0 has joined #melange15:52
*** mang0 has joined #melange15:52
*** DrJoel has quit IRC16:03
*** Darrel_ has joined #melange16:23
*** Darrel has quit IRC16:23
*** yashshah has quit IRC16:36
*** yashshah has joined #melange16:36
*** mang0 has quit IRC16:44
*** mang0 has joined #melange16:45
*** mang0 has joined #melange16:45
*** mang0 has quit IRC16:48
*** mang0 has joined #melange16:49
*** mang0 has joined #melange16:49
*** rafl has quit IRC16:56
*** rafl has joined #melange16:58
*** rafl has quit IRC17:07
*** rafl has joined #melange17:08
*** rafl has quit IRC17:09
*** rafl has joined #melange17:10
*** robbyoconnor has quit IRC17:29
*** robbyoconnor has joined #melange17:30
*** spectie has quit IRC17:30
*** kodaws has quit IRC17:42
*** Matrix has joined #melange17:45
*** Matrix__ has joined #melange17:46
*** Matrix__ has joined #melange17:47
*** mang0 has quit IRC17:48
*** Matrix has quit IRC17:49
*** Matrix__ has quit IRC17:49
*** mang0 has joined #melange17:55
*** mang0 has joined #melange17:55
*** rafl has quit IRC17:56
*** rafl has joined #melange17:56
*** yashshah has quit IRC17:59
*** yashshah has joined #melange17:59
*** robbyoconnor has quit IRC18:11
*** spectie has joined #melange18:16
*** spectie has joined #melange18:16
*** mang0 has quit IRC18:20
*** mang0 has joined #melange18:20
*** mang0 has joined #melange18:20
*** yashshah has quit IRC18:24
*** mang0 has quit IRC18:50
*** mang0 has joined #melange18:51
*** mang0 has joined #melange18:51
*** DrJoel has joined #melange18:56
*** Matrix_ has joined #melange19:12
*** mang0 has quit IRC19:15
*** Darrel_ is now known as Darrel19:24
*** DrJoel has quit IRC19:37
*** yashshah has joined #melange19:50
*** DrJoel has joined #melange20:19
* DrJoel wonders if Lennie is really back20:21
*** mang0 has joined #melange20:23
*** mang0 has joined #melange20:23
*** Matrix_ has quit IRC20:23
*** mang0 has quit IRC20:23
*** schultmc has quit IRC20:27
*** spectie has quit IRC20:27
*** schultmc has joined #melange20:29
*** spectie has joined #melange20:32
*** spectie has joined #melange20:32
*** Darrel has quit IRC20:57
*** yashshah has quit IRC20:58
*** downey has quit IRC20:59
*** DrJoel has quit IRC22:12
*** asmeurer_ has joined #melange22:42
*** schultmc has quit IRC22:52
*** asmeurer___ has joined #melange23:09
*** asmeurer____ has joined #melange23:10
*** asmeurer___ has quit IRC23:14
*** asmeurer____ has quit IRC23:30
*** asmeurer___ has joined #melange23:33
*** asmeurer___ has quit IRC23:41
*** asmeurer___ has joined #melange23:50
*** dedis20 has joined #melange23:57

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!