https://github.com/agahkarakuzu/orchid
Dynamic academic record manager using ORCID
https://github.com/agahkarakuzu/orchid
academic cv orcid publications vuejs
Last synced: 8 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T22:58:53.000Z (about 1 year ago)
- Last Synced: 2025-01-14T10:19:23.609Z (10 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
[](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).