diff --git a/brainsteam/config.toml b/brainsteam/config.toml index deb00ae..41c98c0 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -52,15 +52,15 @@ name = "Web Activity" url = "/webfeed" weight = 4 + +[[menu.main]] +name = "My Work" +url = "/pages/my-work" +weight = 5 + [[menu.main]] name = "Links & Bookmarks" url = "/pages/links" -weight = 5 - - -[[menu.main]] -name = "Research" -url = "/pages/publications" weight = 6 diff --git a/brainsteam/content/pages/my-work.md b/brainsteam/content/pages/my-work.md new file mode 100644 index 0000000..1a2fd36 --- /dev/null +++ b/brainsteam/content/pages/my-work.md @@ -0,0 +1,104 @@ +--- +title: 'My Work' +type: page + +--- + +On this page you will find summaries of projects that I've worked on including both software and scientific research. + + +### Contents + +- [Software](#software) + - [General/Open Source](#generalopen-source) + - [TimeTrack](#timetrack) + - [NLP / ML](#nlp--ml) + - [CDCRTool](#cdcrtool) + - [Partridge](#partridge) + - [Sapienta](#sapienta) +- [Academic Publications](#academic-publications) + - [2021](#2021) + - [2019](#2019) + - [2018](#2018) + - [2017](#2017) + - [2016](#2016) + - [2013](#2013) + +# Software + +## General/Open Source + +### TimeTrack + +[github repository](https://github.com/ravenscroftj/timetrack) + +A small command-line tool I wrote for monitoring my time spent on projects - it has API integration with the popular SaaS timesheet tool [Harvest](https://www.getharvest.com/) + +## NLP / ML + +### CDCRTool + +[github repository](https://github.com/ravenscroftj/cdcrtool) + +A tool for annotating co-references of entities that occur in linked news paper article/scientific paper pairings. Some 'sharp' code but this was my first venture into 'full stack' using ReactJS on the frontend and Flask on the backend. The repository also contains the final corpus which we made available as part of our EACL21 publication. + +### Partridge + +[Website](https://papro.org.uk/) | [github repository](https://github.com/ravenscroftj/partridge) + +A scientific paper indexing system that uses machine learning to enrich papers in order to make them more easy to search and filter. Originally written in Python 2 with xml-rpc worker processes and recently updated to use Python 3 and [dramatiq](https://dramatiq.io/) for concurrency. + +### Sapienta +[Website](http://www.sapientaproject.com/) | [Live Instance](https://sapienta.papro.org.uk/) | [github repository](https://github.com/ravenscroftj/sapienta) + +An NLP pipeline for processing and enriching scientific papers with sentence-level information about their core scientific concepts (CoreSCs). This is a Python 3 implementation of Prof Maria Liakata's 2010 paper. We provide a free web service for low volume requests and a simple to use docker configuration for those who want to run the software over a larger number of papers. + +# Academic Publications + +Below are links to my various publishing profiles in case you prefer to follow me on an external site/silo: + - [ORCID](https://orcid.org/0000-0003-0293-9452) + - [Google Scholar Profile](https://scholar.google.co.uk/citations?user=e43P2foAAAAJ&hl=en) + - [Semantic Scholar](https://www.semanticscholar.org/author/145681615) + + +### 2021 + + + +### 2019 + + +### 2018 + + +### 2017 + + + +### 2016 + + + +### 2013 + + \ No newline at end of file diff --git a/brainsteam/content/pages/publications.md b/brainsteam/content/pages/publications.md deleted file mode 100644 index 087aca9..0000000 --- a/brainsteam/content/pages/publications.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: 'Publications' -type: page - ---- - -On this page you will find summaries of my scientific research. Below are links to my various publishing profiles in case you prefer to follow me on an external site/silo: - - [ORCID](https://orcid.org/0000-0003-0293-9452) - - [Google Scholar Profile](https://scholar.google.co.uk/citations?user=e43P2foAAAAJ&hl=en) - - [Semantic Scholar](https://www.semanticscholar.org/author/145681615) - -

2021

- -

2019

- -

2018

- -

2017

- -

2016

- -

2013

- \ No newline at end of file