Commit Graph

19 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
6dab6eb5e4 (Non-) ASCII checker scripts + fixes
When working with PDF builds, one of the big issues has been that I get into Unicode error issues, and so the scripts in this particular push help find all the non-ASCII Unicodes so that I can fix them manually. Also, another issue that shows up is with figure reference labels, which can be broken. And so, the fig_references script detects those and raises errors.
2024-02-19 16:57:54 -05:00
Jared Ping
15db5e5bbb Sustainable: Consist list item spacing 2024-02-03 14:38:36 +02:00
Jared Ping
af426953f4 Sustainable: Cite reference for OECD blueprint paper 2024-02-03 14:16:07 +02:00
Vijay Janapa Reddi
2647b8b824 Fixed several issues with broken image references/links 2024-02-02 17:11:16 -05:00
Vijay Janapa Reddi
3796f7c944 Merge branch '81-figure-references/part-2' 2024-02-02 16:18:14 -05:00
eliasab@college.harvard.edu
170f296441 part-2 done 2024-01-29 17:17:43 -05:00
Vijay Janapa Reddi
2867c9038f Update all bibtex references automatically
Improved citation key for bibtex: Added a script to automatically generate and update citation keys in QMD files. This resolves formatting issues caused by characters like underscores in the original citation keys.
2024-01-21 18:31:11 -05:00
Vijay Janapa Reddi
dbd29d3af3 Fix broken chapter link 2024-01-21 17:13:18 -05:00
Vijay Janapa Reddi
7a675f375c Migrated content to benchmarks/leaderboards section
Created a dedication section for leaderboards/benchmarks cause I think it makes more sense to discuss the ML energy leaderboard there.
2023-12-18 10:12:44 -05:00
Jae-Won Chung
44b8adcd1e Fix wording regarding power draw 2023-12-17 16:01:38 +09:00
Jae-Won Chung
4f7eda1623 Fix citation 2023-12-17 15:59:53 +09:00
Jae-Won Chung
4048d1d06f Proofread 2023-12-17 15:55:51 +09:00
Jae-Won Chung
fcf82a0de7 Additions for Chapter 17 2023-12-17 15:49:46 +09:00
Vijay Janapa Reddi
a642740976 Fixed the issue when >2 references show up cause of , instead of ; sep. 2023-12-15 12:16:39 -05:00
naeemkh
528855bbfc fix markdown issue with windows 2023-12-14 10:06:48 -05:00
Vijay Janapa Reddi
c3909c36a1 Distributed references - each chapter has its own references files
The references.bib file causes significant conflicts when multiple people work on their chapters. Therefore, we are dividing the references.bib file into individual chapters. This approach has its own drawbacks, such as the potential duplication of references. However, we can implement checks for this in the future. For now, this method reduces merge conflicts.
2023-12-10 20:56:02 -05:00
Vijay Janapa Reddi
a93c8fab80 Split the references.bib into smaller files
Wrote a script to split up the main references.bib file into smaller bib files that correspond to the individual directories. this was done to reduce conflict issues when everyone is updating the same references file.
2023-12-10 19:50:27 -05:00
Vijay Janapa Reddi
d3dc9f17d4 Created subfolders within images/ based on filetype
Better organization for the future to build a PDF etc. cause images need to be pulled from the right type for quality rendering. Currently, not being used but will be useful in the future and plus the organization now doesn't hurt by any means, only makes the "code" cleaner.
2023-12-10 15:19:47 -05:00
Vijay Janapa Reddi
3625af9cc4 Massive reorganization of the files into folder structure
We put all the QMD files under their own directory structure. The directory contains the QMD file and also an images directory, so each chapter is now self-contained

As part of this reorg, I updated the links to images etc. to make sure they are all pointing to the right location
2023-12-10 14:46:00 -05:00