Skip to content

justudin/academic-page

Repository files navigation

academic-page

  • Tailwind v2 and Javascript were used to create a single academic page that displayed publications from ORCID and Crossref.
  • Profile Card was used as a starting point.
  • The publication data is independently pulled from ORCID and Crossref. So, please add your publication to the ORCID website at https://orcid.org.
  • You need to have NodeJS: https://nodejs.org/en/installed on your computer in order to run the npm command.

Academic-Page

DEMO

LIVE: https://academic-page.pages.dev (Hosted on Pages, FREE, Thanks to Cloudflare!)

How to

Use this template: https://github.com/justudin/academic-page/generate and make few 3 changes:

background_{1,2,3} <- for the background images
profile_mobile <- for the profile picture shows in the mobile device
profile_desktop <- for the profile picture shows in the desktop
const YOUR_ORCID = "0000-0002-5640-4413"; // change this value with your actual ORCID

and change the URL of your academic back-end (source code: https://github.com/justudin/academic-page-backend)

const YOUR_ACADEMIC_BACKEND_URL = "localhost:9000"; // change this value with your actual academic back-end URL

// or contact me so I can provide you with my back-end URL
  • In src/index.html : change your name, biography, links, etc as you wish.

Finally, run the following commands to install the dependencies and build the website:

  • To install the dependencies
npm install 
  • To build the website
npm run build

The generated site will be placed in the public folder, where you can copy/upload the files to any static hosting, such as cloudflare pages, github pages, and so on.

License

MIT

About

single academic page to shows publications from orcid and crossref

Resources

License

Stars

Watchers

Forks

Packages

No packages published