This will allow for students to edit the file themselves and update their repo information against their respective titles.
Goal: The file needs to converted from PDF to markdown. https://github.com/kgisl/project-ideas/blob/master/ias/Student%20list%20-%20Project%202016-17.pdf
First convert from PDF to Word doc (docx or doc). and then use pandoc to convert to Markdown.
Please read https://gist.github.com/vzvenyach/7278543
Convert PDF to TXT to Markdown
Alternatively, I have generated a txt version of the PDF (https://github.com/kgisl/project-ideas/blob/master/ias/studentProjects.txt). This can be processed using a Python script (or any other program) to generate a markdown version. Who will be the first one to complete this?
Organizing information in tables in Markdown
https://help.github.com/articles/organizing-information-with-tables/