-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from tanishq-ids/relevance_detector
push with code for relevance detector
- Loading branch information
Showing
16 changed files
with
44,542 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
kpi_id,question,sectors,add_year,kpi_category,, | ||
0,What is the company name?,"OG, CM, CU",FALSE,TEXT,, | ||
1,In which year was the annual report or the sustainability report published?,"OG, CM, CU",FALSE,TEXT,, | ||
2,What is the total volume of proven and probable hydrocarbons reserves?,OG,TRUE,"TEXT, TABLE",, | ||
2.1,What is the volume of estimated proven hydrocarbons reserves?,OG,TRUE,"TEXT, TABLE",, | ||
2.2,What is the volume of estimated probable hydrocarbons reserves?,OG,TRUE,"TEXT, TABLE",, | ||
3,What is the total volume of hydrocarbons production?,OG,TRUE,"TEXT, TABLE",, | ||
3.1,What is the total volume of crude oil liquid production?,OG,TRUE,"TEXT, TABLE",, | ||
3.2,What is the total volume of natural gas liquid production?,OG,TRUE,"TEXT, TABLE",, | ||
3.3,What is the total volume of natural gas production?,OG,TRUE,"TEXT, TABLE",, | ||
4,What is the annual total production from coal?,CU,TRUE,"TEXT, TABLE",, | ||
4.1,What is the annual total production from lignite (brown coal)?,CU,TRUE,"TEXT, TABLE",, | ||
4.2,What is the annual total production from hard coal?,CU,TRUE,"TEXT, TABLE",, | ||
5,What is the total installed capacity from coal?,CU,TRUE,"TEXT, TABLE",, | ||
5.1,What is the total installed capacity from lignite (brown coal)?,CU,TRUE,"TEXT, TABLE",, | ||
5.2,What is the total installed capacity from hard coal?,CU,TRUE,"TEXT, TABLE",, | ||
6,What is the total amount of direct greenhouse gases emissions referred to as scope 1 emissions?,"CU, OG",TRUE,"TEXT, TABLE",, | ||
7,What is the total amount of energy indirect greenhouse gases emissions referred to as scope 2 emissions?,"CU, OG",TRUE,"TEXT, TABLE",, | ||
8,What is the total amount of upstream energy indirect greenhouse gases emissions referred to as scope 3 emissions?,"CU, OG",TRUE,"TEXT, TABLE",, | ||
9,What is the base year for carbon reduction commitment?,"OG, CM, CU",FALSE,"TEXT, TABLE",, | ||
10,What is the climate commitment scenario considered?,"OG, CM, CU",TRUE,TEXT,, | ||
11,What is the target year for climate commitment?,"OG, CM, CU",FALSE,TEXT,, | ||
12,What is the target carbon reduction in percentage?,"OG, CM, CU",TRUE,TEXT,, | ||
13,What is the total amount of scope 1 and 2 greenhouse gases emissions?,CU,TRUE,"TEXT, TABLE",, | ||
14,"What is the total amount of scope 1, scope 2 and scope 3 greenhouse gases emissions?",OG,TRUE,"TEXT, TABLE",, |
Oops, something went wrong.