Sidra Medicine joins QRDI Council’s Qatar Open… Leave a comment


Sidra Medicine joins QRDI Council’s Qatar Open Innovation Programme Monday, August 8, 2022

2:46 AM

GULF TIMES

Home

Image

Please sign in now.

<![CDATA[ function ResetPassword(e) { e.preventDefault(); var termemail = $("#signInform").find("input[id='Email']").val(); var filteremail = /^([w-.]+)@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.)|(([w-]+.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(]?)$/; if (filteremail.test(termemail) == false) { $('#SpnResetPassword').html('Email must be correct to reset password
‘); $(‘#SpnResetPassword’).css(‘color’, ‘red’); return false; } else { $(‘#SpnResetPassword’).html(”); $(‘#ValidSummerySignIn’).html(”); } $.ajax({ method: ‘Post’, url: ‘/Account/ResetPassword’, data: { email: termemail }, context: document.body }).done(function (data) { if (data == “NotExist”) { $(‘#SpnResetPassword’).html(“Email not exist you must register
“); $(‘#SpnResetPassword’).css(‘color’, ‘red’); } else if (data == “Done”) { $(‘#SpnResetPassword’).html(“Check your email during two hours to confirm resetting password
“); $(‘#SpnResetPassword’).css(‘color’, ‘green’); } else if (data == “Error”) { $(‘#SpnResetPassword’).html(“An error occured
“); $(‘#SpnResetPassword’).css(‘color’, ‘red’); } }); }; ]]><![CDATA[ function ResendConfirmationCode(e) { e.preventDefault(); var termemail = $("#signInform").find("input[id='Email']").val(); var filteremail = /^([w-.]+)@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.)|(([w-]+.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(]?)$/; if (filteremail.test(termemail) == false) { $('#SpnResendConfrimationCode').html('Email must be correct to resend confirmation code
‘); $(‘#SpnResendConfrimationCode’).css(‘color’, ‘red’); return false; } else { $(‘#SpnResendConfrimationCode’).html(”); } $.ajax({ method: ‘Post’, url: ‘/Account/ResendConfirmationCode’, data: { email: termemail }, context: document.body }).done(function (data) { if (data == “NotExist”) { $(‘#SpnResendConfrimationCode’).html(“Email not exist you must register
“); $(‘#SpnResendConfrimationCode’).css(‘color’, ‘red’); } else if (data == “Done”) { $(‘#SpnResendConfrimationCode’).html(“Check your email during two hours to get new confirmation code
“); $(‘#SpnResendConfrimationCode’).css(‘color’, ‘green’); } else if (data == “Error”) { $(‘#SpnResendConfrimationCode’).html(“An error occured
“); $(‘#SpnResendConfrimationCode’).css(‘color’, ‘red’); } }); }; ]]><![CDATA[ function ActiveAccount(e) { e.preventDefault(); var termemail = $("#signInform").find("input[id='Email']").val(); var filteremail = /^([w-.]+)@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.)|(([w-]+.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(]?)$/; if (filteremail.test(termemail) == false) { $('#SpnResendConfrimationCode').html('Email must be correct to resend confirmation code
‘); $(‘#SpnResendConfrimationCode’).css(‘color’, ‘red’); return false; } else { $(‘#SpnResendConfrimationCode’).html(”); $(‘#ValidSummerySignIn’).html(”); } var termpassword = $(“#signInform”).find(“input[id=’Password’]”).val(); var termactivatecode = $(“#signInform”).find(“input[id=’editorConfirmedCode’]”).val(); if (termactivatecode == “”) { $(‘#SpnResendConfrimationCode’).html(‘You must enter correct confirmation code
‘); $(‘#SpnResendConfrimationCode’).css(‘color’, ‘red’); return false; } else{ $(‘#SpnResendConfrimationCode’).html(”); $(‘#ValidSummerySignIn’).html(”); } $.ajax({ method: ‘Post’, url: ‘/Account/ActiveAccount’, data: { email: termemail, password: termpassword, confirmationcode: termactivatecode }, context: document.body }).done(function (data) { if (data == “PassNotCorret”) { alert(“The Password is incorrect”); } else if (data == “NotExist”) { $(‘#SpnResendConfrimationCode’).html(“Email not exist you must register
“); $(‘#SpnResendConfrimationCode’).css(‘color’, ‘red’); } //else if (data == “Done”) { // $(‘#SpnResendConfrimationCode’).html(“The activation is done correctly
“); // $(‘#SpnResendConfrimationCode’).css(‘color’, ‘green’); //} else if (data == “Error”) { $(‘#SpnResendConfrimationCode’).html(“An error occured
“); $(‘#SpnResendConfrimationCode’).css(‘color’, ‘red’); } else if (data == “Expired”) { $(‘#SpnResendConfrimationCode’).html(“Confirmation code is expired you must resend it
“); $(‘#SpnResendConfrimationCode’).css(‘color’, ‘red’); } else if (data == “CodeNotCorrect”) { $(‘#SpnResendConfrimationCode’).html(“Confirmation code is Not Correct
“); $(‘#SpnResendConfrimationCode’).css(‘color’, ‘red’); } else { $(‘#SpnResendConfrimationCode’).html(“The activation is done correctly
“); $(‘#SpnResendConfrimationCode’).css(‘color’, ‘green’); $(“#SignUpButton”).html(“”); $(“#SignUpButton”).html(“Welcome ” + data); $(“#SignOut”).show(); $(“#modal-containerIn”).modal(‘hide’); } }); }; ]]> Image

Please Sign up Now.

<![CDATA[ function ResendConfirmationCodeSignUp(e) { e.preventDefault(); var termemail = $("#signupform").find("input[id='SignUpEmail']").val(); var filteremail = /^([w-.]+)@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.)|(([w-]+.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(]?)$/; if (filteremail.test(termemail) == false) { $('#SpnResendConfrimationCodeSignUp').html('Email must be correct to resend confirmation code
‘); $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘red’); return false; } else { $(‘#SpnResendConfrimationCodeSignUp’).html(”); } $.ajax({ method: ‘Post’, url: ‘/Account/ResendConfirmationCode’, data: { Email: termemail }, context: document.body }).done(function (data) { if (data == “NotExist”) { $(‘#SpnResendConfrimationCodeSignUp’).html(“Email not exist you must register
“); $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘red’); } else if (data == “Done”) { $(‘#SpnResendConfrimationCodeSignUp’).html(“Check your email during two hours to get new confirmation code
“); $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘green’); } else if (data == “Error”) { $(‘#SpnResendConfrimationCodeSignUp’).html(“An error occured
“); $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘red’); } else { $(‘#SpnResendConfrimationCodeSignUp’).html(“The activation is done correctly
“); $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘green’); $(“#SignUpButton”).html(“”); $(“#SignUpButton”).html(“Welcome ” + data); $(“#SignOut”).show(); $(“#modal-container”).modal(‘hide’); } }); }; ]]><![CDATA[ function ActiveAccountSignUp(e) { e.preventDefault(); var termemail = $("#signupform").find("input[id='SignUpEmail']").val(); var filteremail = /^([w-.]+)@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.)|(([w-]+.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(]?)$/; if (filteremail.test(termemail) == false) { $('#SpnResendConfrimationCodeSignUp').html('Email must be correct to resend confirmation code
‘); $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘red’); return false; } else { $(‘#SpnResendConfrimationCodeSignUp’).html(”); } var termactivatecode = $(“#signupform”).find(“input[id=’editorConfirmedCodeSignUp’]”).val(); //if (termactivatecode == “”) { // $(‘#SpnResendConfrimationCodeSignUp’).html(‘You must enter correct confirmation code
‘); // $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘red’); // return false; //} //else { // $(‘#SpnResendConfrimationCodeSignUp’).html(”); //} $.ajax({ method: ‘Post’, url: ‘/Account/ActiveAccountSignUp’, data: { Email: termemail, confirmationcode: termactivatecode }, context: document.body }).done(function (data) { if (data == “NotExist”) { $(‘#SpnResendConfrimationCodeSignUp’).html(“Email not exist you must register
“); $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘red’); } else if (data == “Error”) { $(‘#SpnResendConfrimationCodeSignUp’).html(“An error occured
“); $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘red’); } else if (data == “Expired”) { $(‘#SpnResendConfrimationCodeSignUp’).html(“Confirmation code is expired you must resend it
“); $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘red’); } else if (data == “CodeNotCorrect”) { $(‘#SpnResendConfrimationCodeSignUp’).html(“Confirmation code is Not Correct
“); $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘red’); } else { $(‘#SpnResendConfrimationCodeSignUp’).html(“The activation is done correctly
“); $(‘#SpnResendConfrimationCodeSignUp’).css(‘color’, ‘green’); $(“#SignUpButton”).html(“”); $(“#SignUpButton”).html(“Welcome ” + data); $(“#SignOut”).show(); $(“#modal-container”).modal(‘hide’); } }); }; ]]>

0) { for (var i = 0; i

August 07 2022 09:06 PM

Prof Khalid al-Ansari, Haya al-Ghanimi

Qatar Research, Development, and Innovation (QRDI) Council, in partnership with Sidra Medicine has announced the launch of a new healthcare collaboration under its flagship Qatar Open Innovation (QOI) programme.
Sidra Medicine, a specialist women’s and children’s hospital and the QRDI Council will use the QOI platform to develop a device to detect the severity of asthma attacks in children and help guide treatment.
Prof Khalid al-Ansari, chair of Emergency Medicine at Sidra Medicine said: “Asthma is a very prevalent disease in children across the world, and every year our Emergency Department sees thousands of children coming in with acute asthma attacks. We are hoping that the QOI programme will make our concept into reality by developing a device that can help with both fast assessment as well as guide the treatment approach. We are aiming for our innovation to result in an easy-to-use device that can be used at home by parents as well as by healthcare providers.”
Sidra Medicine is inviting proposals from local and international companies including SMEs, and corporates, for technologies that can provide diagnostic monitoring for paediatric asthma patients. It is looking to co-develop an innovative, easy-to use-device with software support to enable the rapid assessment of asthmatic patients and recommended interventions to prevent acute attacks.
Haya al-Ghanim, RDI Programme director at QRDI Council, stated: “ Through this programme, we aim to address major global challenges, and with high prevalence, asthma is an increasingly pressing health concern. QOI operates at the intersection of technological innovation and research, and we continue to play a major role in enhancing innovation in Qatar by providing a platform for opportunity owners across key sectors to identify their innovation needs and goals and connect with leading minds across the world for bespoke solutions to identified needs.”
The Qatar Open Innovation programme is a call on local and global innovators to create, in Qatar, technological innovations which address the needs of large local enterprises and government agencies. It connects innovators from startups, SMEs, and corporates to opportunity owners who can collaborate to pilot innovative solutions to meet their unique needs and further their business goals.
Known as the first-of-its-kind programme in the country that aims to support innovation in Qatar and further expand the country’s growing ecosystem, QOI was launched earlier this year with partners Hassad Foods and Qatar General Electricity and Water Corporation. The first set of innovation calls saw participation from local and international innovators who submitted 197 proposals that addressed opportunities in water, energy, and agriculture.
Future sets of QOI calls will soon be released as QRDI Council continues to work closely with large local enterprises and government agencies across the five priority areas defined by QRDI 2030 to identify opportunities where innovation can drive collaboration across sectors and promote economic growth and productivity.

MORE NEWS

Source

Leave a Reply

SHOPPING CART

close