Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agahkarakuzu/orchid
- Owner: agahkarakuzu
- License: mit
- Created: 2024-10-21T22:14:19.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T22:58:53.000Z (2 months ago)
- Last Synced: 2024-10-22T18:30:11.255Z (2 months ago)
- Topics: academic, cv, orcid, publications, vuejs
- Language: JavaScript
- Homepage: https://papers.agah.dev
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).