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)