RCODI / rcodi-blog

RCODI Blog
https://rcodi-blog.netlify.app
MIT License
3 stars 3 forks source link

Format issues in the references file. #71

Closed jasminebui1225 closed 1 year ago

jasminebui1225 commented 1 year ago

The references file has been updated, there may be issues about the format that new updates aren't reflected.

jasminebui1225 commented 1 year ago

We didn't install the Academic import tool when we updated the file, according to this document (https://wowchemy.com/docs/content/publications/). It seems to be working now, I'll check again before I close this.

jasminebui1225 commented 1 year ago

What we did was:

  1. Export BiBTex file from Zotero, and import it into the rcodi-blog directory.
  2. Install academic library if you haven't installed it first from command - pip3 install -U academic
  3. Process the bibtex file from command - academic import --bibtex publications.bib
  4. You will see new publications created in the content/publication directory.
  5. Commit new changes and push.