compscidr / goblog

Simple blogging platform built with golang. Built on top of gin and gorm. Auth with github. REST / CRUB API backend and templated frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add publications page

compscidr opened this issue · comments

I've been working on a module called go-scholar which can automatically pull and parse scholar entries automatically:
https://github.com/compscidr/go-scholar

I was planning on using this to create a research page which lists publications.

Done with #54 for now