The link in
|
"nerc2013terminology": { |
|
"key": "nerc2013terminology", |
|
"type": "online", |
|
"fields": { |
|
"author": "North American Electric Reliability Corporation (NERC)", |
|
"title": "Reliability Terminology", |
|
"year": "2013", |
|
"month": "August", |
|
"url": "https://www.nerc.com/AboutNERC/Documents/Terms%20AUG13.pdf", |
|
"pdf": "https://www.nerc.com/AboutNERC/Documents/Terms%20AUG13.pdf" |
|
}, |
|
"bibtex": "@online{nerc2013terminology,\n author = {North American Electric Reliability Corporation (NERC)},\n title = {Reliability Terminology},\n year = {2013},\n month = {August},\n url = {https://www.nerc.com/AboutNERC/Documents/Terms%20AUG13.pdf},\n pdf = {https://www.nerc.com/AboutNERC/Documents/Terms%20AUG13.pdf}\n}" |
|
}, |
points to missing URL. The nearest document that I could find is:
2005: https://www.nerc.com/globalassets/our-work/guidelines/reliability/glossary_clean_1-07-05.pdf
2025: https://www.nerc.com/globalassets/standards/reliability-standards/glossary_of_terms.pdf
If I make a PR, should I add a new json entry like below?
"nerc2025terminology": {
"key": "nerc2025terminology",
"type": "online",
"fields": {
"author": "North American Electric Reliability Corporation (NERC)",
"title": "Glossary of Terms Used in NERC Reliability Standards",
"year": "2025",
"month": "October",
"url": "https://www.nerc.com/globalassets/standards/reliability-standards/glossary_of_terms.pdf",
"pdf": "https://www.nerc.com/globalassets/standards/reliability-standards/glossary_of_terms.pdf"
},
"bibtex": "@online{nerc2025terminology,\n author = {North American Electric Reliability Corporation (NERC)},\n title = {Glossary of Terms Used in NERC Reliability Standards},\n year = {2025},\n month = {October},\n url = {https://www.nerc.com/globalassets/standards/reliability-standards/glossary_of_terms.pdf},\n pdf = {https://www.nerc.com/globalassets/standards/reliability-standards/glossary_of_terms.pdf}\n}"
},
Also, they have Adequacy and Resource Adequacy definition. But, they should be the same thing.
Adequacy:
The ability of the electric system to supply the aggregate electrical demand and energy requirements of the end-use customers at all times, taking into account scheduled and reasonably expected unscheduled outages of system elements.
Resource Adequacy:
The ability of supply-side and demand-side resources to meet the aggregate electrical demand (including losses)
Note: I really appreciate this works! Thank you for this great works!
The link in
ps-wiki.github.io/database/build/bib.json
Lines 393 to 405 in 162d316
2005: https://www.nerc.com/globalassets/our-work/guidelines/reliability/glossary_clean_1-07-05.pdf
2025: https://www.nerc.com/globalassets/standards/reliability-standards/glossary_of_terms.pdf
If I make a PR, should I add a new json entry like below?
Also, they have Adequacy and Resource Adequacy definition. But, they should be the same thing.
Adequacy:
Resource Adequacy:
Note: I really appreciate this works! Thank you for this great works!