This repository contains all the code and content necessary for my website. The original code for the website relies on the Ed theme and is available here. The code was modified mostly to remove the sidebar and instead place the links at the top of the page.
Ed is a Jekyll theme designed for textual editors based on minimal computing principles, and focused on legibility, durability, ease and flexibility. To learn how to install and begin using Ed, please visit the documentation page.
assetscontains several foldersPDFscontains my CV and the PDFs versions of all my papers.Slidescontains all the presentations associated with conference papers.blog_postscontains the blog posts written for this website.paper_picscontains all the pictures used to illustrate my papers.gifscontains all the gifs displayed in the website.logoscontains logos of universities, companies and conferences I attended.jscontains filechart.jsthat creates the citations histogram in the Publications page based on data scraped from Google Scholar with the Python codeGoogle_scholar_metrics.py.
_includescontains filehead.htmlgathering settings for the metadata._layoutscontains filespage.htmlanddefault.htmldescribing the page layouts._sasscontains files_ed.scssand_syntax.scsscontrolling the style of the website.
404.mdis the code to generate the error 404 message when a page is not found.Blog.htmlis the code to generate the Blog page of the website.index.htmlis the code to generate the About page of the website.LICENSE.mdis the license of the original GitHub repository.Publications.htmlis the code to generate the Publications page of the website.Research.htmlis the code to generate the Research page of the website.Resume.htmlis the code to generate the Resume page of the website.Teaching.htmlis the code to generate the Teaching page of the website._config.ymlgathers some high level information for the website.