Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agahkarakuzu/orchid

Dynamic academic record manager using ORCID
https://github.com/agahkarakuzu/orchid

academic cv orcid publications vuejs

Last synced: about 2 months ago
JSON representation

Dynamic academic record manager using ORCID

Awesome Lists containing this project

README

        

# Orchid

[![Netlify Status](https://api.netlify.com/api/v1/badges/1c457ff6-8609-41c3-a393-a1d0d1626272/deploy-status)](https://app.netlify.com/sites/orchidify/deploys)

Example site: https://papers.agah.dev

One of the most annoying tasks in academia is keeping your academic record up to date, creating lists in a specific style requested by funding agencies, etc.

Orchid automates this process.

## How it works

> This is the second iteration of [bloom](https://github.com/emdupre/bloom).

Your academic record is automatically populated from your [ORCID](https://orcid.org/about). That's it!

* Update `src/components/data/author-info.json` with your information.
* Deploy the site to Netlify.
* Updates to your ORCID profile will be reflected on the site automatically & dynamically.

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```

For detailed explanation on how things work,
checkout the [guide](http://vuejs-templates.github.io/webpack/) and
[docs for vue-loader](http://vuejs.github.io/vue-loader).