Environment Clearance 2022 - Category A
Project Name | Asset/Basin/Plant | Date of EC Granted |
---|---|---|
Onshore Development & Production from 105 wells in 12 nomination PML blocks in Sipahijala, West Tripura and Gomati districts of Tripura and 10 wells and Khubal GCS in NELP PML of North Tripura districts, Tripura | Tripura | 08 Apr 2022 |
Grant of Environmental Clearance to project activity under EIA Notification 2006 | Jorhat Asset | 16 Feb 2022 |
Environmental Clearance for Proposed project for “Drilling of exploratory wells (38 nos.)in the non-forest areas of Cachar district PML block and Pre-NELP Block AA-ONJ/2,Assam” | Jorhat Asset | 15 March 2022 |
Environment Clearance 2022 - Category B
Project Name | Asset/Basin/Plant | Date of EC Granted |
---|---|---|
Drilling of exploratory wells in OALP-VI Block GV-ONHP-2021/1 | Bihar |
27 May 2022 |
Environmental Clearance for drilling of exploratory wells in OALP-VI Block GV-ONHP-2021/2 | Uttar Pradesh | 12 May 2022 |
Environmental Clearances for drilling of exploratory wells in OALP-IV Block VN-ONHP-2019/1 | Madhya Pradesh | 20 Mar 2022 |
Environmental Clearances for drilling of exploratory wells in OALP-IV Block VN-ONHP-2019/4 | Madhya Pradesh | 20 Mar 2022 |
Environmental Clearance for drilling of exploratory well in OALP-IV Block VN-ONHP-2019/2 | Madhya Pradesh | 15 Feb 2022 |
Environment Clearance 2021 - Category A
Environment Clearance 2021 - Category B
Environment Clearance 2020
Environment Clearance 2019
Environment Clearance 2018
An error occurred while processing the template.
The following has evaluated to null or missing: ==> entry [in template "44029#44070#2440382" at line 6, column 23] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign categories = entry.getCategor... [in template "44029#44070#2440382" at line 6, column 1] ----
1<#assign dlAppService = serviceLocator.findService("com.liferay.document.library.kernel.service.DLAppService")>
2<#assign dlService = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService")>
3<#assign ddmFieldLocalService = serviceLocator.findService("com.liferay.dynamic.data.mapping.service.DDMFieldLocalService")/>
4<div class="accordion-container bod">
5<h6 class="accordion-header" tabindex="0" role="link" aria-expanded="true">
6<#assign categories = entry.getCategories() />
7 <#if categories?has_content>
8 <#list categories as category>
9 ${category.getName()}
10 <#assign accId = category.getName()?replace('&[a-zA-Z]+;', '', 'r')?replace('[^a-zA-Z0-9. ]', '', 'r') >
11 </#list>
12 </#if>
13</h6>
14
15<#if entries?has_content>
16 <div class="accordion-content">
17 <div class="table-responsive">
18 <table class="table table-striped table-bordered">
19 <thead>
20 <tr>
21 <th>Project Name</th>
22 <th>Asset/Basin/Plant</th>
23 <th>Date of EC Granted</th>
24 </tr>
25 </thead>
26 <tbody>
27 <ul class="list-group list-group-flush oa">
28 <#list entries as entry>
29 <#if entry.getClassName() == "com.liferay.journal.model.JournalArticle" >
30 <#assign assetRenderer = entry.getAssetRenderer()/>
31 <#assign journalArticle = assetRenderer.getAssetObject() />
32 <#assign ddmStructure = journalArticle.getDDMStructure() />
33 <#assign ddmForm = ddmStructure.getDDMForm()/>
34 <#assign ddmFormValues = ddmFieldLocalService.getDDMFormValues(ddmForm, journalArticle.getId()) />
35 <#assign ddmFormFieldValues = ddmFormValues.getDDMFormFieldValues() />
36 <#--<#assign viewDetailURL = "/web/eng/detail?assetEntry="+entry.getEntryId()+"&assetClassPK="+entry.getClassPK() />-->
37 <tr>
38 <#list ddmFormFieldValues as fieldName>
39 <#if fieldName.getFieldReference() == 'Upload90001913'>
40 <#assign jsonFactoryUtil = staticUtil["com.liferay.portal.kernel.json.JSONFactoryUtil"]>
41 <#assign customFieldJson = jsonFactoryUtil.createJSONObject(fieldName.getValue().getString(locale)) />
42 <#assign fileEntryId = getterUtil.getInteger(customFieldJson.get('fileEntryId'))>
43 <#if fileEntryId?? && fileEntryId!=0>
44 <#assign fileEntry = dlAppService.getFileEntry(fileEntryId) />
45
46 <#list ddmFormFieldValues as fieldName>
47 <#if fieldName.getFieldReference() == 'Title'>
48 <#assign contentTitle =fieldName.getValue().getString(locale)>
49 <td><a class="pdf-link" href=/documents/${fileEntry.getGroupId()}/${fileEntry.getFolderId()}/${fileEntry.getFileName()}/${fileEntry.getUuid()} title="${contentTitle}">
50 <span class="font-bold">${contentTitle}</span>
51 </a></td>
52 </#if>
53 </#list>
54 <#list ddmFormFieldValues as fieldName>
55 <#if fieldName.getFieldReference() == 'RichText80423284'>
56 <#assign contentType =fieldName.getValue().getString(locale)>
57 <td><span class="font-bold">${contentType}</span></td>
58
59 </#if>
60 </#list>
61 <#list ddmFormFieldValues as fieldName>
62 <#if fieldName.getFieldReference() == 'RichText98307026'>
63 <#assign contentDate =fieldName.getValue().getString(locale)>
64 <td><span class="font-bold">${contentDate}</span></td>
65 </#if>
66 </#list>
67
68 <#else>
69 <#assign urlImage = "#">
70 <#assign viewDetailURL = "/web/eng/detail?assetEntry="+entry.getEntryId()+"&assetClassPK="+entry.getClassPK() />
71
72 <#list ddmFormFieldValues as fieldName>
73 <#if fieldName.getFieldReference() == 'Title'>
74 <#assign contentTitle =fieldName.getValue().getString(locale)>
75 <td><a href="${viewDetailURL}" title="${contentTitle}">
76 <span class="font-bold">${contentTitle}</span>
77 </a></td>
78 </#if>
79 </#list>
80 <#list ddmFormFieldValues as fieldName>
81 <#if fieldName.getFieldReference() == 'RichText80423284'>
82 <#assign contentType =fieldName.getValue().getString(locale)>
83 <td><span class="font-bold">${contentType}</span></td>
84
85 </#if>
86 </#list>
87 <#list ddmFormFieldValues as fieldName>
88 <#if fieldName.getFieldReference() == 'RichText98307026'>
89 <#assign contentDate =fieldName.getValue().getString(locale)>
90 <td><span class="font-bold">${contentDate}</span></td>
91 </#if>
92 </#list>
93 </#if>
94 </#if>
95 </#list>
96 <#--<p class="list-group-subtitle text-muted">
97 ${journalArticle.displayDate?date} ${journalArticle.displayDate?time}
98 </p>-->
99 </tr>
100 </#if>
101 </#list>
102 </ul>
103 </tbody>
104</table>
105</div>
106 </div>
107</#if>
108
109
110</div>
111<style>
112.taglib-page-iterator{display: none;}
113</style>
114<script>
115function movePagination(){
116 $(".taglib-page-iterator").each(function(){
117 var taglibThis = $(this);
118 if(taglibThis.attr('data-moved') != "moved"){
119 taglibThis.show();
120 var appendIn = taglibThis.parent().find('.accordion-content');
121 taglibThis.appendTo(appendIn);
122 taglibThis.attr('data-moved', 'moved');
123 }
124 });
125
126 var accId = localStorage.getItem('accId');
127 var scrollpos = localStorage.getItem('scrollpos');
128 if (scrollpos){window.scrollTo(0, scrollpos);}
129 if(accId){document.getElementById(accId).style.display = 'block';}
130}
131
132
133
134setTimeout(movePagination, 1000)
135
136$('.accordion-header').click(function(){
137 var accId = $(this).parent().find('.accordion-content').attr('id');
138 localStorage.setItem('accId', accId);
139});
140
141window.onbeforeunload = function(e) {
142 localStorage.setItem('scrollpos', window.scrollY);
143};
144</script>
Environment Clearance 2016
Project Name | Asset/Basin/Plant | Date of EC Granted |
---|---|---|
Development Plan of CBM Block (BK-CBM-2001/1 in District Bokaro, Jharkhand by M/s ONGC) | CBM Asset | 28 Mar 2016 |
Development Drilling of (406 nos.) of wells (Oil and natural Gas) in oil Field of Ahmedabad Asset at Kheda, Gandhinagar and Ahmedabad District of Gujarat | Ahmedabad Asset | 22 Mar 2016 |
Exploratory Drilling of 22 nos. of Wells in NELP-IX Blocks GEI-ONN 201011, CB-ONN-201 0/6 & CB-ONN-201019 at Banaskantha, Gandhinagar and Ahmedabad District, Gujarat | Western Onshore Basin | 28 Mar 2016 |
Development drilling of 45 wells at Block KG-DWN-98/2, KG offshore, Tehsil Allavaram, District East Godavari, Andhra Pradesh | Eastern Offshore Asset | 22 Jan 2016 |
Environment Clearance 2015
Project Name | Asset/Basin/Plant | Date of EC Granted |
---|---|---|
Drilling of one Exploratory Well at MB-OSN-2005/3 (NELP-VII Block), Mumbai Offshore southwest of the Mumbai High-DCS platform | Western Offshore Basin | 7 Jan 2015 |
Exploratory Drilling (3 wells) in Bengal Onshore Block WB-ONN-2005/3, West Bengal under NELP-VII | MBA Basin | 22 Jan 2015 |
Development of Vashishta and S-1 fields of K.G. offshore, Eastern Offshore Asset at Kakinada, Andhra Pradesh and expansion of Odalarevu Onshore Terminal, A.P. | Eastern Offshore Asset | 12 Nov 2015 |
Exploratory Drilling of 4 wells at NELP-VII Block, VN-ONN-2009/3, Son Valley, Vindhyan, Frontier Basin, District Damoh, Madhya Pradesh | Frontier Basin | 27 Oct 2015 |
Exploratory Drilling of 10 wells at NELP-VI, Onshore Block CY-ONN-2004/2 in Ariyalur District, Tamil Nadu | Cauvery Basin | 10 Sep 2015 |
Development of North Karanpura CBM Block NK-CBM-2001/1 in Jharkhand | CBM Asset | 12 May 2015 |
Environment Clearance 2014
Environment Clearance 2013
Environment Clearance 2012
Project Name | Asset/Basin/Plant | Date of EC Granted |
---|---|---|
Environmental Clearance for Exploratory Drilling of additional 24 On-land Well in KG Basin(18.05.2012) | KG Basin | 18 May 2012 |
Environmental Clearance for exploratory drilling in Offshore KG-Basin in Andhra Pradesh. (050912) | KG Basin | 5 Sep 2012 |
Environmental Clearance for drilling of 4 Exploratory wells at Suket #1 of Frontier Basin.(05.09.12) | Frontier Basin | 5 Sep 2012 |
Environment Clearance 2011
Project Name | Asset/Basin/Plant | Date of EC Granted |
---|---|---|
Environmental Clearance for exploratory well Chechat-1 of Frontier Basins (08.12.2011) | Frontier Basins | 8 Dec 2011 |
Environmental Clearance for Clearance w.e.f. 01.01.2010 to March 2011 & Granted by MoEF during 2011-12 | Pan-India | |
Environmental Clearance letter for NELP Blocks of Cauvery Basin (14.01.2011) | Cauvery Basin | 14 Jan 2011 |
Environmental Clearance of well Palaita #1 of Frontier Basin (17.12.2011) | Frontier Basins | 26 Jul 2011 |
Environment Clearance 2010
Project Name | Asset/Basin/Plant | Date of EC Granted |
---|
Environment Clearance 2009
Project Name | Asset/Basin/Plant | Date of EC Granted |
---|