biospectrumasia.com Open in urlscan Pro
2a02:4780:11:1049:0:193d:9d06:3  Public Scan

URL: https://biospectrumasia.com/
Submission: On November 11 via manual from US — Scanned from DE

Form analysis 7 forms found in the DOM

GET /search/

<form action="/search/" method="get" class="ng-pristine ng-valid">
  <input type="text" name="query" id="search_text" value="">
  <input type="submit" name="" id="search_button" value="">
</form>

Name: pollForm

<form name="pollForm" id="pollForm" ng-controller="SitePollController" ng-submit="submitPoll()" ng-model="action" ng-init="action='/poll-handle/'" class="ng-pristine ng-untouched ng-valid ng-scope">
  <div class="col-md-12 col-centered pt">
    <input type="hidden" name="pollQuestionId" id="pollQuestionId" value="91" ng-model="pollFormData.pollQuestionId" ng-init="pollFormData.pollQuestionId='91'" class="ng-pristine ng-untouched ng-valid">
    <div class="lineb"></div>
    <div class="lineg"></div>
    <h4 class="blue">Survey Box</h4>
    <p class="blue-link">
      <a>Is the APAC region making enough efforts to address diabetes related complications?</a>
    </p>
    <p class="news-heading"></p>
    <!-- ngIf: optionData === undefined -->
    <div class="ng-scope" ng-if="optionData === undefined">
      <div class="radio">
        <label><input type="radio" name="option" id="option_230" value="230" ng-model="pollFormData.pollOptionId" class="ng-pristine ng-untouched ng-valid"> Yes</label>
      </div>
      <div class="radio">
        <label><input type="radio" name="option" id="option_231" value="231" ng-model="pollFormData.pollOptionId" class="ng-pristine ng-untouched ng-valid"> No</label>
      </div>
      <div class="radio">
        <label><input type="radio" name="option" id="option_232" value="232" ng-model="pollFormData.pollOptionId" class="ng-pristine ng-untouched ng-valid"> May be</label>
      </div>
      <div class="alert alert-danger alert-dismissable ng-hide" ng-show="isPollError == '1'" id="poll-error-box">
        <a href="#" class="close" data-dismiss="alert" aria-label="close">×</a> Please select an option to participate in the poll.
      </div>
      <!-- ngIf: pollRequestState != '0' -->
      <!-- ngIf: pollRequestState == '0' --><span class="ng-scope" ng-if="pollRequestState == '0'">
        <button type="submit" class="btn btn-primary">Vote</button>
      </span><!-- end ngIf: pollRequestState == '0' --> &nbsp;&nbsp;<a href="/poll/91/is-the-apac-region-making-enough-efforts-to-address-diabetes-related-complications">View poll results</a> &nbsp;&nbsp;<a href="/polls/">More polls</a><br><br>
    </div><!-- end ngIf: optionData === undefined -->
    <!-- ngIf: optionData !== undefined -->
    <!-- ngRepeat: optionDetail in optionData -->
    <!-- ngIf: optionData !== undefined -->
  </div>
</form>

Name: enquiryFormPOST

<form role="form" method="post" name="enquiryForm" id="enquiryForm" class="ng-pristine ng-valid">
  <div class="alert alert-success" id="enquiry-alert" style="display: none;"> Thanks for contacting us! We will get in touch with you shortly. </div>
  <div class="alert alert-danger" id="enquiry-error" style="display: none;"> Please fill the all fields. </div>
  <div class="alert alert-danger" id="enquiry-error-msg" style="display: none;"></div>
  <div class="form-group">
    <label class="sr-only" for="contact-name">Name</label>
    <input type="text" name="enquiryForm[name]" placeholder="Name" class="form-control" id="name">
  </div>
  <div class="form-group">
    <label class="sr-only" for="contact-email">Email</label>
    <input type="text" name="enquiryForm[email]" placeholder="Email" class="form-control" id="email">
    <span class="help-block text-danger" id="enquiry-email-error" style="display: none;">Enter a valid email address.</span>
  </div>
  <div class="form-group">
    <label class="sr-only" for="contact-subject">Phone</label>
    <input type="text" name="enquiryForm[contact]" placeholder="Phone" class="form-control" id="contact">
  </div>
  <div class="form-group">
    <label class="sr-only" for="contact-message">Message</label>
    <textarea name="enquiryForm[message]" placeholder="Message" class="form-control" id="message"></textarea>
  </div>
  <a href="javascript:;" class="color-333" id="save-enquiry-btn" data-enquiry-url="/enquiry-handle/"><button type="button" class="btn">Send message</button></a>
  <img src="/bundles/interlinksapp/assets/global/plugins/owl-carousel/assets/img/AjaxLoader.gif" id="enquiry-ajax-loader" class="hide">
</form>

Name: loginFormPOST /login/

<form role="form" action="/login/" method="post" name="loginForm" id="loginForm" onsubmit="return validateLogin();" class="ng-pristine ng-valid">
  <div class="alert alert-danger" id="login-error-msg" style="display: none;"></div>
  <div class="form-group">
    <label class="sr-only" for="login-email">Email id</label>
    <input type="email" name="loginForm[email]" placeholder="Email" class="form-control" id="login-email">
    <span class="help-block text-danger" id="login-email-error" style="display: none;"></span>
  </div>
  <div class="form-group">
    <label class="sr-only" for="login-password">Password</label>
    <input type="password" name="loginForm[password]" placeholder="Password" class="form-control" id="login-password">
    <span class="help-block text-danger" id="login-password-error" style="display: none;"></span>
  </div>
  <div class="row">
    <div class="col-md-12">
      <div class="form-group">
        <button class="btn btn-success col-md-12" type="submit">Sign In</button>
      </div>
    </div>
  </div>
</form>

Name: registrationFormPOST /registration/

<form role="form" action="/registration/" method="post" name="registrationForm" id="registrationForm" onsubmit="return validateRegistration();" class="ng-pristine ng-valid">
  <input type="hidden" value="false" id="is-email-exist">
  <input type="hidden" value="05cf70c1052486f0a592e43f419509834ae5af4e1c8bcc78489af1a5808b0f1a" name="vasadfs9ebcdefad7ce8d9">
  <div class="alert alert-danger" id="registration-error-msg" style="display: none;"></div>
  <div class="row">
    <div class="col-md-6 hide">
      <div class="form-group">
        <label class="sr-only" for="account-firstName">City</label>
        <input type="text" class="form-control" name="registrationForm[city]" id="city" placeholder="Paris">
        <span class="help-block text-danger" id="account-city-error" style="display: none;"></span>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label class="sr-only" for="account-firstName">First Name</label>
        <input type="text" name="registrationForm[firstName]" placeholder="First Name" class="form-control" id="account-firstName" autocomplete="off">
        <input type="hidden" value="cc78489af1a5firstName808b0f1a" name="cc78489af1a5808b0f1a">
        <span class="help-block text-danger" id="account-firstName-error" style="display: none;"></span>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label class="sr-only" for="account-lastName">Last Name</label>
        <input type="text" name="registrationForm[lastName]" placeholder="Last Name" class="form-control" id="account-lastName" autocomplete="off">
        <span class="help-block text-danger" id="account-lastName-error" style="display: none;"></span>
      </div>
    </div>
  </div>
  <div class="form-group">
    <label class="sr-only" for="account-email">Email ID</label>
    <input type="email" name="registrationForm[email]" placeholder="Email Id" class="form-control" id="account-email" autocomplete="off">
    <span class="help-block text-danger" id="account-email-error" style="display: none;"></span>
  </div>
  <div class="form-group">
    <label class="sr-only" for="account-password">Password</label>
    <input type="password" name="registrationForm[password]" placeholder="Password" class="form-control" id="account-password" onblur="validatePassword();" autocomplete="off">
    <span class="help-block text-danger" id="account-pass-error" style="display: none;"></span>
  </div>
  <div class="form-group">
    <label class="sr-only" for="account-confirm-password">Confirm Password</label>
    <input type="password" name="registrationForm[confirmPassword]" placeholder="Confirm Password" class="form-control" id="account-confirm-password" onblur="validatePassword();" autocomplete="off">
    <span class="help-block text-danger" id="account-password-error" style="display: none;"></span>
  </div>
  <div class="form-group">
    <label><input type="checkbox" value="Yes" name="registrationForm[is_newletter]"> Newsletter</label>
  </div>
  <div class="form-group">
    <label><input type="checkbox" value="Yes" name="registrationForm[emagazine]"> E-magazine</label>
  </div>
  <div class="form-group">
    <label><input type="checkbox" value="Yes" name="registrationForm[bio_info]"> Biospectrum Infomercial</label>
  </div>
  <div class="form-group">
    <label><input type="checkbox" value="Yes" name="registrationForm[bio_reso]"> Bio Resource</label>
  </div>
  <div class="form-group">
    <label><input type="checkbox" value="1" required=""> I accept the <a href="/pdf/terms-and-conditions.pdf" target="_blank">terms &amp; condition</a> &amp; <a href="/pdf/privacy-policy.pdf" target="_blank">Privacy policy</a></label>
  </div>
  <div class="row">
    <div class="col-md-12">
      <div class="form-group">
        <button class="btn btn-success col-md-12" type="submit">Sign Up</button>
      </div>
    </div>
  </div>
</form>

Name: forgotPasswordFormPOST /forgot-password/

<form role="form" action="/forgot-password/" method="post" name="forgotPasswordForm" id="forgotPasswordForm" onsubmit="return validateForgotPassword();" class="ng-pristine ng-valid">
  <input type="hidden" value="05cf70c1052486f0a592e43f419509834ae5af4e1c8bcc78489af1a5808b0f1a" name="registration_csrfs9ebcdefad7ce8d9">
  <input type="hidden" name="websitegh49ebcd78asd12a5sd">
  <div class="alert alert-danger" id="forgot-pass-error-msg" style="display: none;"></div>
  <div class="form-group">
    <label class="sr-only" for="forgot-pass-email">Email id</label>
    <input type="text" name="forgotPasswordForm[email]" placeholder="Email" class="form-control" id="forgot-pass-email">
    <span class="help-block text-danger" id="forgot-pass-email-error" style="display: none;"></span>
  </div>
  <div class="row">
    <div class="col-md-12">
      <div class="form-group">
        <button class="btn btn-success col-md-12" type="submit">Submit</button>
      </div>
    </div>
  </div>
</form>

Name: newsletterFormPOST /newsletter-handle/

<form role="form" action="/newsletter-handle/" method="post" name="newsletterForm" id="newsletterForm" onsubmit="return validateNewsletter();" class="ng-pristine ng-valid">
  <div class="alert alert-danger" id="newsletter-error-msg" style="display: none;"></div>
  <div class="form-group">
    <label class="sr-only" for="nl-email">Email ID </label>
    <input type="email" name="newsletterForm[email]" placeholder="Email Id" class="form-control" id="nl-email">
    <span class="help-block text-danger" id="nl-email-error" style="display: none;"></span>
  </div>
  <div class="form-group">
    <label><input type="checkbox" value="1" required=""> I accept the <a href="/pdf/terms-and-conditions.pdf" target="_blank">terms &amp; condition</a> &amp; <a href="/pdf/privacy-policy.pdf" target="_blank">Privacy policy</a></label>
  </div>
  <div class="row">
    <div class="col-md-12">
      <div class="form-group">
        <button class="btn btn-danger col-md-12" type="submit">SUBSCRIBE!</button>
      </div>
    </div>
  </div>
</form>

Text Content


CONTINUE TO SITE
OR WAIT 10 SECS







Saturday, 11 November 2023
 * Welcome Guest
 * Subscribe
 * Newsletter
 * Editorial Calendar 2024
 * Media Kit




Toggle navigation
 * HOME
 * Pharma
   *   Generics
   *   Drug Discovery
   *   CMC & Manufacturing
   *   Clinical Trials
   *   New Drug Applications
 * BioTech
   *   Biologics
   *   Stem Cells
   *   Vaccines
   *   Therapeutics
 * MedTech
   *   Medical Devices
   *   Medical Diagnostic
 * BioServices
   *   Contract Research
   *   Clinical Research
   *   Contract Manufacturing
   *   Pre Clinical Development
   *   Clinical Trial Phase
 * Specials
   *   Bio interaction
   *   Premium Article
   *   Biopreneurs
   *   Market Survey
   *   White paper / Reports
   *   Rankings
   *   Bio Invest
   *   BIo Informatics
   *   Bio Jobs
   *   Infomercial
   *   Partner Content
   *   BioSpectrum Asia Awards 2022
 * Healthcare
   *   Digital Health
   *   COVID19
 * Bio LAB
   *   Lab Products
   *   Lab Safety
   *   Lab Management
   *   Lab Design
 * Infographics
 * Awards
 * Country
   *   Australia
   *   China
   *   India
   *   Japan
   *   Korea
   *   Malaysia
   *   New Zealand
   *   Singapore
   *   Taiwan
   *   Thailand
   *   Indonesia
   *   Vietnam
   *   North America
   *   World
   *   Middle East countries
   *   Europe
   *   SAARC





SINGAPORE KICKS OFF NEW PROJECT FOR REDUCING CHILDHOOD MYOPIA THROUGH LIGHT
EXPOSURE APP



US FDA APPROVES FIRST CHIKUNGUNYA VACCINE IXCHIQ DEVELOPED BY AUSTRIA'S VALNEVA



ASTRAZENECA INKS BILLION DOLLAR DEAL WITH CHINESE STARTUP ECCOGENE



TAIWAN'S MEDTECH FIRM SUGLASSES RAISES $6.5M TO EXPAND AUGMENTED REALITY
SURGICAL NAVIGATION SYSTEM



KOREAN STARTUP LUNIT EXPANDS REACH OF AI-POWERED CHEST SCREENING SOLUTION TO
GLOBAL MILITARY HEALTH INSTITUTIONS



ISRAEL'S JOY VENTURES REBRANDS AS CORUNDUM NEUROSCIENCE TO SPUR NEUROSCIENCE
TECHNOLOGY INNOVATION



SINGAPORE KICKS OFF NEW PROJECT FOR REDUCING CHILDHOOD MYOPIA THROUGH LIGHT
EXPOSURE APP



US FDA APPROVES FIRST CHIKUNGUNYA VACCINE IXCHIQ DEVELOPED BY AUSTRIA'S VALNEVA



ASTRAZENECA INKS BILLION DOLLAR DEAL WITH CHINESE STARTUP ECCOGENE



TAIWAN'S MEDTECH FIRM SUGLASSES RAISES $6.5M TO EXPAND AUGMENTED REALITY
SURGICAL NAVIGATION SYSTEM



KOREAN STARTUP LUNIT EXPANDS REACH OF AI-POWERED CHEST SCREENING SOLUTION TO
GLOBAL MILITARY HEALTH INSTITUTIONS



ISRAEL'S JOY VENTURES REBRANDS AS CORUNDUM NEUROSCIENCE TO SPUR NEUROSCIENCE
TECHNOLOGY INNOVATION


News Feed
 * Singapore kicks off new project for reducing childhood myopia through light
   exposure app
 * US FDA approves first chikungunya vaccine Ixchiq developed by Austria's
   Valneva
 * AstraZeneca inks billion dollar deal with Chinese startup Eccogene
 * Taiwan's medtech firm Suglasses raises $6.5M to expand augmented reality
   surgical navigation system
 * Korean startup Lunit expands reach of AI-powered chest screening solution to
   global military health institutions
 * Israel's Joy Ventures rebrands as Corundum Neuroscience to spur neuroscience
   technology innovation
 * UK injects £33 M to develop vaccines for diseases with epidemic potential in
   LMICs
 * Startups in China use AI models to facilitate AAV gene therapy development
 * EW Group, DXN to build wellness centre in Malaysia
 * Korea develops metal-enhanced fluorescence probes for influenza A virus
   detection
 * New national centre to transform Australia’s homegrown medicine capabilities
   launches in Melbourne
 * Singapore, Korea become WHO-listed regulatory authorities
 * Parse Biosciences extends global reach with India-based Spinco Biotech
   partnership
 * Healthcare startup Docquity expands digitised patient access programmes to
   Thailand
 * Life sciences VC firm Flagship Pioneering expands into APAC region with new
   hub in Singapore
 * Japan-Singapore partnership to accelerate innovation in drug discovery
 * Australia's Deakin University inks MoU with Indian Institute of Technology to
   boost research ecosystem
 * Korea develops new hydrogels for wound management
 * BioNTech inks $1 B oncology deal with Chinese startup Biotheus
 * The Netherlands bolsters pandemic preparedness with increased funding
 * Moderna launches mRNA Platform Incubator Network in collaboration with key
   Australian organisations
 * Korea's SK Bioscience to boost vaccine manufacturing in Africa
 * XtalPi & CK Life Sciences to develop cancer molecular diagnostic models using
   AI in China
 * Mediwave unveils AI-powered emergency response suite and smart ambulance in
   Malaysia
 * Japan's GHIT Fund and Medicines Patent Pool strengthen ties to improve access
   to medicines
 * Hisamitsu Pharma launches Salonpas® Diclofenac Patch 1% in Singapore for pain
   relief
 * Japan's Shionogi establishes JV with US-based Apnimed to treat sleep
   disorders
 * New report reveals economic impact of R&D tax incentive for biotech industry
   in Australia

Most Popular

 * Digital Health | 31 October 2023 | Opinion
   
   Disruptive Technologies and New Industry Initiatives for Diabetes Management
   
   According to the International Diabetes Federation (IDF) Diabetes Atlas 2021
   report, there were 537 million (1...Read more
   
   Healthcare | 31 October 2023 | Opinion
   
   Prediabetes can significantly impact (ing) quality of life
   
   The term prediabetes refers to a glycemic state not yet exceeding the
   diagnostic threshold for diabetes and, t...Read more
   
   Lab Products | 31 October 2023 | Analysis
   
   The Changing Face of Chromatography
   
   The global chromatography market was worth $11.19 billion in 2021, and is
   projected to reach $15.33 billion by...Read more
   
   Healthcare | 31 October 2023 | Opinion
   
   “NEOM is fundamentally reshaping health by placing a strong emphasis on
   personalised care”
   
   What are Saudi Arabia&rsquo;s strategic objectives to establish a NEOM
   megaproject? What are the infrastructur...Read more


Pharma News

 * Singapore | 03 November 2023 | News
   
   Hisamitsu Pharma launches Salonpas® Diclofenac Patch 1% in Singapore for pain
   relief
   
   Japan-based Hisamitsu Pharmaceutical has launched the Salonpas® Diclofenac
   Patch 1% in Singapore. It is th...Read more
   
   India | 27 October 2023 | News
   
   Intas Pharma and Henlius Biotech strengthen oncology partnership for Europe &
   India markets
   
   Indian firm Intas Pharmaceuticals has entered into an exclusive license
   agreement with Shanghai Henlius Biotec...Read more
   
   Korea | 23 October 2023 | News
   
   Korean firm Celltrion announces business merger for achieving KRW 12 Tn in
   sales by 2030
   
   South Korea-based Celltrion Group has announced that the merger agreement
   between Celltrion, Inc. and Celltrio...Read more

BioTech News

 * China | 07 November 2023 | News
   
   BioNTech inks $1 B oncology deal with Chinese startup Biotheus
   
   China-based startup Biotheus Inc., a clinical-stage biotech company dedicated
   to the discovery and development...Read more
   
   Australia | 03 November 2023 | News
   
   New report reveals economic impact of R&D tax incentive for biotech industry
   in Australia
   
   The newly-launched ‘Economic impact of the Research & Development Tax
   Incentive (RDTI) for the biote...Read more
   
   Taiwan | 27 October 2023 | News
   
   New Jersey's life sciences trade association BioNJ inks MoU with Taiwan BIO
   
   New Jersey Governor Phil Murphy recently visited Hsinchu Biomedical Science
   Park in Taiwan during the Choose N...Read more
   
   Singapore | 04 October 2023 | News
   
   New lab in Singapore to advance studies of complex diseases with spatial
   genomics
   
   A*STAR’s Genome Institute of Singapore (GIS), NanoString Technologies, Inc.,
   and Next Level Genomic...Read more

MedTech News

 * Taiwan | 10 November 2023 | News
   
   Taiwan's medtech firm Suglasses raises $6.5M to expand augmented reality
   surgical navigation system
   
   Taiwan-based medtech startup Surglasses recently announced successful
   completion of a $6.5 million Pre-A fundi...Read more
   
   Korea | 09 November 2023 | News
   
   Korea develops metal-enhanced fluorescence probes for influenza A virus
   detection
   
   In recent years, fluorescence-based lateral flow immunoassay (LFI) has gained
   popularity as a diagnostic tool ...Read more
   
   SAARC | 03 November 2023 | News
   
   Zydus & Guardant Health promote use of next-gen genomic tests for advanced
   solid cancers in India and Nepal
   
   Indian firm Zydus Lifesciences and US-based Guardant Health have signed a
   co-marketing agreement to jointly pr...Read more
   
   China | 31 October 2023 | News
   
   Boehringer Ingelheim inks agreement with Chinese startup for oncology
   companion diagnostics
   
   China-based startup Burning Rock Biotech and German pharmaceutical firm
   Boehringer Ingelheim have signed the M...Read more

BioServices News

 * India | 30 October 2023 | News
   
   Aragen to invest $30 M for new bio-manufacturing site in India
   
   Aragen, a leading Contract Research Development and Manufacturing
   Organization (CRDMO) for small molecules and...Read more
   
   Korea | 19 September 2023 | News
   
   ST Pharm invests $110 M in new oligonucleotide facility in Korea
   
   South Korea-based ST Pharm has successfully marked the completion of its
   groundbreaking ceremony, signaling a ...Read more
   
   China | 18 September 2023 | News
   
   Cytiva expands scientific, digital, and training offering in China
   
   Recognising the long-term needs of the biopharma industry in China and
   Asia-Pacific, global life sciences lead...Read more


Video Gallery



Inside Magazine

Addressing Diabetes-related complications

Southeast Asia is currently home to 90 million adults diagnosed with diabetes,
and this number is expected to reach 113 million by 2030, according to the
International Diabetes Federation (IDF) Diabetes Atlas 2022. Out of these 90
million, 46 million remain undiagnosed. The delayed diagnosis of diabetes leads
to prolonged periods of uncontrolled hyperglycemia, resulting in severe diabetes
related complications, such as diabetic retinopathy (eye problems), diabetic
foot ulcers (DFU), diabetic nephropathy (kidney problems), and cardiovascular
diseases. The vast number of people affected by diabetes, including many who are
undiagnosed or at risk, presents a massive market for innovative treatments and
preventive solutions. New technologies and novel treatment approaches offer hope
for better prevention and management of these diabetes-related complications.

Click here to access E-magazine



BioSpectrum Infomercial

AUTOMATION & HIGH THROUGHPUT WITH SUEZ'S SIEVERS ECLIPSE BET PLATFORM



















 * 
 * 
 * 
 * 

PODCAST


 

EDITORS PICKS

Addressing Diabetes-related...

Pushing The Age Barrier...

The Changing Face of Chroma...

“Across AMEA, the biopharma...



PREMIUM ARTICLE

“NEOM is fundamentally reshaping h

“Computer-aided diagnosis provided



MOST READ

Strides Pharma sells Singapore manu

Korean startup Lunit joins hands wi

New Jersey's life sciences trade as

World-first trial by Australia to t

Fermbox Bio to establish large-scal

Thermo Fisher buys Olink to enhance

SURVEY BOX

Is the APAC region making enough efforts to address diabetes related
complications?



Yes
No
May be
× Please select an option to participate in the poll.
Vote   View poll results   More polls






SUBSCRIBE TO BIOSPECTRUM ASIA




SUBSCRIBE NOW!

ENQUIRY

Thanks for contacting us! We will get in touch with you shortly.
Please fill the all fields.

Name
Email Enter a valid email address.
Phone
Message
Send message

CONTACT US

1 North Bridge Road,
#08-08 High Street Centre,
Singapore 179094

Email : communications@biospectrumasia.com

+65 90150305

Visit Our Digital Magazine :

BioSpectrum India

NuFFooDS Spectrum

Privacy Policy

Sitemap

© 2023 MM Activ Sci-Tech Communications. All rights reserved | Disclaimer

Web Interface Conceived and Powered By : SCI Knowledge Interlinks


HAVE AN ACCOUNT?

 * Login
 * Create Account
 * Forgot Password

Login
Email id
Password
Sign In
Create Account
City
First Name
Last Name
Email ID
Password
Confirm Password
Newsletter
E-magazine
Biospectrum Infomercial
Bio Resource
I accept the terms & condition & Privacy policy
Sign Up
Forgot Password
Email id
Submit
Close
×

SUBSCRIBE TO OUR NEWSLETTER

Email ID
I accept the terms & condition & Privacy policy
SUBSCRIBE!
Close