ميار شريف تودع بطولة «إنديان ويلز» للتنس من الدور الأول


ودعت لاعبة التنس المصرية ميار شريف، بطولة «إنديان ويلز» المفتوحة لتنس الأساتذة ذات الـ1000 نقطة، التي تستضيفها ولاية كاليفورنيا في الفترة من 3 حتى 16 من شهر مارس الحالي.
وخسرت ميار أمام نظيرتها الصينية وانج شين يو، المصنفة الـ42 عالميًا، بمجموعتين دون رد في الدوري الأول من البطولة.
وجاءت نتيجة المجموعات كالتالي: (6-4) و(7-5).
والجدير بالذكر أن ميار شريف تحتل المركز الـ67 عالميًا، وفقًا لتصنيف رابطة محترفات التنس الصادر يوم الإثنين الماضي.
miso-explore { } const misocmd = window.misocmd || (window.misocmd = []); misocmd.push(async () => { const MisoClient = window.MisoClient; // 1. create a Miso client instance and access the explore workflow const client = new MisoClient('kcfNGpthMHTMZ84yoxTlUokvwcNxULq7RsG63Z4j'); const workflow = client.ui.explore; // wait for styles to be loaded await client.ui.ready; // 2. tell the workflow which article you want to generate questions against // the product_id must match the ones in your catalog workflow.useApi({ product_id: 'https://www.almasryalyoum.com/news/details/3393950', //product_id_of_the_article }); // 3. tell the workflow how to get to the answers page given a question // the path must match the path of the answers page in your website workflow.useLink(question => `/answers?q=${encodeURIComponent(question)}`); // 4. kick off the workflow workflow.start(); });