Skip to content

nerc2013terminology point to missing document #11

@yasirroni

Description

@yasirroni

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions