From 87a9848ac168f8a1b6e6f6354cbca7c85b3a31b2 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Tue, 11 Feb 2014 08:12:53 -0800 Subject: [PATCH] Updated GSoC 2014 (markdown) --- GSoC-2014.md | 42 +++++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/GSoC-2014.md b/GSoC-2014.md index 40ce645..9a31bc6 100644 --- a/GSoC-2014.md +++ b/GSoC-2014.md @@ -294,11 +294,15 @@ Scrapely is a library for extracting structured data from HTML pages. Given some ### Replacing html regexp+python parsing with a c-based parser -Brief explanation: --- -Expected results: --- -Required skills: --- -Skill level: --- -Mentor: Shane Evans +**Brief explanation**: --- + +**Expected results**: --- + +**Required skills**: --- + +**Skill level**: --- + +**Mentor**: Shane Evans Shane: > e.g. gumbo parser, would need to research. @@ -306,22 +310,30 @@ Shane: ### Better table support in scrapely -Brief explanation: --- -Expected results: --- -Required skills: --- -Skill level: --- -Mentor: Mikhail Korobov +**Brief explanation**: --- + +**Expected results**: --- + +**Required skills**: --- + +**Skill level**: --- + +**Mentor**: Mikhail Korobov Shane: > (no need to annotate as much, or table-specific annotations) ### Support extracting fields in arbitrary order -Brief explanation: --- -Expected results: --- -Required skills: --- -Skill level: --- -Mentor: Shane Evans +**Brief explanation**: --- + +**Expected results**: --- + +**Required skills**: --- + +**Skill level**: --- + +**Mentor**: Shane Evans Shane: > (interesting, bit of research, testing, etc.), or just where we have tables (or similar) and the field name is in one column with the value in another (easier version of the problem)