diff --git a/ar-events.html b/ar-events.html new file mode 100644 index 0000000..de884f5 --- /dev/null +++ b/ar-events.html @@ -0,0 +1,441 @@ + + + + + + + + OSCSA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

+ الأحداث +

+
+
+ + +
+ الصورة الرمزية +
+
+ + الاستفادة من العلوم المفتوحة في التعلم الآلي والمعلوماتية + الحيوية + +
+

+ المتحدثون: + بتول المرزوق + +

+ +

+ اللغة: + الإنجليزية +

+
+
+
+ + + +
+ الصورة الرمزية +
+
+ + هل تنطبق أفضل الممارسات على مشروعك؟ تحديد سياق طريقة تورينج للمجتمع العالمي. + +
+

+ المتحدثون: + المرزوق بتول ، كارون إيما ، شاران ملفيكام + +

+ +

+ اللغة: + الإنجليزية والعربية +

+
+
+
+ + + +
+ الصورة الرمزية +
+
+ + ممارسات لتحسين الرؤية والمخرجات لطلاب الدراسات العليا في + شبكة المملكة المتحدة السعودية + +
+

+ المتحدثون: + بتول المرزوق + +

+ +

+ اللغة: + الإنجليزية والعربية +

+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + diff --git a/ar-index.html b/ar-index.html index 23b49ea..e889f3b 100644 --- a/ar-index.html +++ b/ar-index.html @@ -78,22 +78,32 @@

نحن نُعزِز @@ -460,6 +470,81 @@ + + +
+ +
diff --git a/assets/css/events-subpage.css b/assets/css/events-subpage.css new file mode 100644 index 0000000..18f48cf --- /dev/null +++ b/assets/css/events-subpage.css @@ -0,0 +1,43 @@ +.breadcrumbs { + margin: 5em 0 0 0; +} + +.events-subpage-container { + padding: 0 5em; + margin: 2em 0 0 0; +} + + + +.events-subpage-container a:hover { + text-decoration: underline; + +} + +.details-image-wrapper { + display: flex; + flex-flow: row wrap; + justify-content: space-around; +} + +.details-image-wrapper img { + width: 30em; +} + + +@media screen and (max-width: 900px) { + .events-subpage-container { + padding: 0 2em; + margin: 2em 0 0 0; + } + + .details-image-wrapper { + display: flex; + justify-content: space-around; + flex-flow: column wrap; + } + + .details-image-wrapper img { + width: 20em; + } +} \ No newline at end of file diff --git a/assets/css/events.css b/assets/css/events.css new file mode 100644 index 0000000..d16cf1a --- /dev/null +++ b/assets/css/events.css @@ -0,0 +1,53 @@ +.events-container { + display: flex; + flex-flow: row wrap; + justify-content: space-around; + align-items: center; + margin: 0 0 2em 0; + gap: 3em; + min-height: 35em; + padding: 0 3em; +} + +.events-container a { + color: #00354E; +} + +.events-container a:visited, +.events-container a:active { + color: #00354E; +} + +@media screen and (max-width: 900px) { + .events-container { + flex-flow: column wrap; + justify-content: space-around; + } + +} + +.events-container .card { + box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2); + transition: 0.3s; + width: 23em; + height: 28em; + gap: 3em; + cursor: pointer; +} + +@media screen and (max-width: 900px) { + .events-container .card { + width: 20em; + } + +} + +.card:hover { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); + color: #00354E; + text-decoration: underline; +} + +.breadcrumbs { + margin: 5em 0 0 0; +} \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css index f37cd18..0b77dd7 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -38,6 +38,7 @@ h3, h4, h5, h6 { + font-family: 'Raleway', 'Noto Kufi Arabic', sans-serif; font-weight: 400; margin: 0 0 20px 0; @@ -965,6 +966,88 @@ section { margin: 0 2px; } +/* Events Section --------------------------------- */ +#event { + margin: 3em 0 0 0; +} + +.events-container { + display: flex; + flex-flow: row wrap; + justify-content: space-around; + align-items: center; + margin: 0 0 2em 0; + gap: 3em; + min-height: 35em; + cursor: pointer; +} + +.events-container a { + color: #00354E; +} + +.events-container a:visited, +.events-container a:active { + color: #00354E; +} + +@media screen and (max-width: 900px) { + .events-container { + flex-flow: column wrap; + justify-content: space-around; + } + +} + +.events-container .card { + box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2); + transition: 0.3s; + width: 20em; + height: 28em; + gap: 3em; +} + +@media screen and (max-width: 900px) { + .events-container .card { + width: 20em; + } + +} + +.card:hover { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); + color: #00354E; + text-decoration: underline; +} + +.breadcrumbs { + margin: 5em 0 0 0; +} + +/* About DropDown */ +.dropdown { + position: relative; + display: inline-block; + cursor: pointer; +} + + +.dropdown-content { + display: none; + position: absolute; + background-color: #00354E; + color: #fff !important; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + padding: 5px 5px 20px 2px; + z-index: 1; + text-align: center; +} + +.dropdown:hover .dropdown-content { + display: block; +} + /* Contact Section --------------------------------*/ #contact { @@ -1155,3 +1238,4 @@ section { #contact img { padding: 20px; } + diff --git a/assets/img/events/event1.png b/assets/img/events/event1.png new file mode 100644 index 0000000..63dc1b6 Binary files /dev/null and b/assets/img/events/event1.png differ diff --git a/assets/img/events/event2.png b/assets/img/events/event2.png new file mode 100644 index 0000000..2a00b61 Binary files /dev/null and b/assets/img/events/event2.png differ diff --git a/assets/img/events/event3.png b/assets/img/events/event3.png new file mode 100644 index 0000000..24fdb24 Binary files /dev/null and b/assets/img/events/event3.png differ diff --git a/events-subpages/ar-events-subpage-1.html b/events-subpages/ar-events-subpage-1.html new file mode 100644 index 0000000..0a3cd00 --- /dev/null +++ b/events-subpages/ar-events-subpage-1.html @@ -0,0 +1,419 @@ + + + + + + + + OSCSA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +

+ + الاستفادة من العلوم المفتوحة في التعلم الآلي والمعلوماتية الحيوية + +

+
+
+
+
+ +

+

+ المتحدثون: بتول المرزوق +

+

+ +

+

+

+ اللغة: الإنجليزية +

+ +

+ +

+

+ ارتباط بالشرائح: + انتقل إلى عرض الشرائح +

+ +

+

+

+ تنزيل ملف PDF: تنزيل ملف PDF +

+
+ event-image + +
+ + +

+

+

+ وصف +

+ + أصبح علم الأحياء علمًا ثريًا كثيف البيانات يعتمد على الأساليب + المعقدة والحسابية والإحصائية ، حيث يمكن الاستفادة من التعلم الآلي + وخوارزميات التعلم العميق لتوفير رؤى جديدة للأسئلة البيولوجية + المعقدة. لقد كان للعلم المفتوح دور فعال في جعل هذه الأساليب في متناول + الباحثين مع ضمان بقاء النتائج العلمية قابلة للتكرار. سيناقش هذا الحديث كيف يمكن للممارسات العلمية المفتوحة أن تعزز أبحاث + المعلوماتية الحيوية وتفتح آفاقًا جديدة لتعزيز الاكتشاف العلمي من + خلال توسيع مبدأ الانفتاح ليشمل دورة البحث بأكملها.

سوف نستكشف أمثلة على كيفية تطبيق العلوم المفتوحة في مجال التعلم + الآلي والبيولوجيا الحاسوبية. سننظر أيضًا في كل من التحديات والمزايا لتطبيق ممارسات العلوم + المفتوحة في مجال التعلم الآلي المتطور باستمرار. نهدف إلى حث الحضور على التفكير في مخاوف وممارسات محددة تؤثر على + علوم البيانات وأبحاث المعلوماتية الحيوية. سنستخدم وثيقة مشتركة لتدوين الملاحظات بشكل تعاوني لالتقاط الخبرات + المتنوعة للمشاركين واستنباط الإجراءات لمساعدة المزيد من المجتمعات + على تبني ممارسات العلوم المفتوحة. +
+
+ + تم تقديم هذا الحديث في مؤتمر المملكة المتحدة للمعلوماتية الحيوية + والبيولوجيا الحاسوبية (UK-CBCB) في 29 سبتمبر 2022 +

+
+
+ + + + +
+
+
+
+ +
+ + +
+
+
+
+
+ + + + + + + + + + + + + + + + + diff --git a/events-subpages/ar-events-subpage-2.html b/events-subpages/ar-events-subpage-2.html new file mode 100644 index 0000000..66ab78d --- /dev/null +++ b/events-subpages/ar-events-subpage-2.html @@ -0,0 +1,493 @@ + + + + + + + + OSCSA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +

+ + هل تنطبق أفضل الممارسات على مشروعك؟ تحديد سياق طريقة تورينج للمجتمع العالمي. + +

+
+
+
+
+

+

+ المتحدثون: بتول المرزوق ، + كارون إيما + ، + شاران ملفيكا + +

+ +

+

+

+ اللغة : الإنجليزية والعربية +

+ +

+ +

+

+ ارتباط إلى العروض التقديمية (الإنجليزية): + انتقل إلى عرض تقديمي بالشرائح +

+ +

+

+

+ ارتباط إلى العروض التقديمية (بالعربية): + انتقل إلى عرض تقديمي بالشرائح +

+ +

+

+

+ تنزيل ملف PDF (ملفات متعددة): + تنزيل ملف PDF +

+ +

+
+ + صورة الحدث +
+

+

+ وصف +

+

+ + في هذه الجلسة ، سنقدم + The Turing Way + - دليل مفتوح المصدر بقيادة المجتمع لعلوم البيانات القابلة للتكرار + والأخلاقية والشاملة. + هدف Turing Way + هو توفير جميع المعلومات التي يحتاجها الباحثون والمتخصصون في + الصناعة وأفراد الجمهور لفهم القابلية للتكرار والمعايير الأخلاقية + في علم البيانات في جميع مراحل التطوير. +
+
+ نحن نشارك الفصول مع أفضل الممارسات والإرشادات والتوصيات التي يتم + الاستعانة بها بشكل جماعي وتوثيقها بشكل تعاوني واستخدامها دوليًا من + قبل باحثين من جميع أنحاء العالم. + في جلسة معمل المجتمع هذه ، سنناقش كيف يمكننا وضع + طريقة تورينج في سياقها + الموارد لتعزيز الفهم والمهارات في علم البيانات للباحثين في + سياقاتهم المحلية. + + على الرغم من التمثيل المتنوع للمساهمين لدينا من كل من الشمال + والجنوب العالميين ، فإننا ندرك أن العديد من مواردنا وأمثلة ودراسات + الحالة تقدم وجهات نظر ومراجع بحثية متمركزة حول الغرب. لذلك ، فإننا ندعو على وجه التحديد إلى الحصول على تعليقات من + الباحثين من + آسيا وإفريقيا وأمريكا اللاتينية . التفكير في أفضل الممارسات في علم البيانات من مجتمعاتهم ، من أجل + دمج وجهات نظرهم المحلية ، والأمثلة ، ودراسات الحالة والفصول + الجديدة في The Turing Way. + +

+ +

+ + ورشة العمل هذه مصممة باللغتين الإنجليزية والعربية للتواصل مع + المشاركين في RightsCon 2022. + +

+
+
+ + + + +
+
+
+
+ +
+ + +
+
+
+
+
+ + + + + + + + + + + + + + + + + diff --git a/events-subpages/ar-events-subpage-3.html b/events-subpages/ar-events-subpage-3.html new file mode 100644 index 0000000..e132213 --- /dev/null +++ b/events-subpages/ar-events-subpage-3.html @@ -0,0 +1,442 @@ + + + + + + + + OSCSA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +

+ + ممارسات لتحسين الرؤية والمخرجات لطلاب الدراسات العليا في شبكة + المملكة المتحدة السعودية + +

+
+
+
+
+

+

+ المتحدثون: + بتول المرزوق + +

+ +

+

+

+ اللغة : الإنجليزية والعربية +

+ +

+ +

+

+ ارتباط بالشرائح: + انتقل إلى عرض الشرائح +

+ +

+ +

+

+ تنزيل ملف PDF: + تنزيل ملف PDF +

+
+ event-image +
+ +

+

+

+ وصف +

+ + تم تقديم هذا الحديث لشبكة المملكة المتحدة السعودية في 17-3-2022 - + ويمكن الوصول إليه أيضًا من خلال هذا + الرابط . يقدم ممارسات العلوم المفتوحة لطلاب الدراسات العليا الذين يعيشون في + المملكة المتحدة. +
+
+

+ نرحب بك للانضمام إلى + مجتمع العلوم المفتوحة في المملكة العربية السعودية +  (OSCSA) من خلال + هذا الرابط . ترحب OSCSA بالجميع بغض النظر عن معرفتهم بالعلوم المفتوحة +

+

+ +

+ شبكة خريجي المملكة المتحدة السعوديين هي شبكة متنامية من الأشخاص + الذين درسوا أو ما زالوا يدرسون في جامعات المملكة المتحدة ومؤسسات + التعليم العالي. يهدف إلى تزويد الأعضاء بمنتدى للتواصل وتبادل الخبرات. +

+
+
+ + + + +
+
+
+
+ +
+ + +
+
+
+
+
+ + + + + + + + + + + + + + + + + diff --git a/events-subpages/events-subpage-1.html b/events-subpages/events-subpage-1.html new file mode 100644 index 0000000..e9468ab --- /dev/null +++ b/events-subpages/events-subpage-1.html @@ -0,0 +1,265 @@ + + + + + + + + OSCSA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +

+ Leveraging Open Science in Machine Learning and Bioinformatics +

+
+ + +
+
+
+

+

Speakers : Batool Almarzouq + +

+ +

+

+

Language : English

+ +

+ + + +

+

Link to Slides : Go to Slide presentation

+ +

+

+

Download PDF : Download PDF

+ +

+
+ + event-image +
+ +

+

Description

+ Biology has become a rich, data-intensive science dependent on + complex, computational, and statistical methods, where machine + learning and deep learning algorithms can be leveraged to provide + novel insights for complex biological questions. Open Science has been + instrumental in making these methods accessible to researchers while + ensuring scientific results remain reproducible. This talk will + discuss how open science practices can boost bioinformatics research + and open new avenues for promoting scientific discovery by extending + the principle of openness to the whole research cycle.

We will explore + examples of how Open Science is applied in the field of machine + learning and computational biology. We will also look into both the + challenges and advantages of applying Open Science practices in the + ever-evolving field of machine learning. We aim to prompt attendees to + reflect on specific concerns and practices that impact data science + and bioinformatics research. We will be using a shared document for + collaborative note-taking to capture the diverse experience of the + participants and derive actions to help more communities adopt open + science practices. +
+
+ + This talk was presented in UK Conference of Bioinformatics and Computational Biology (UK-CBCB) on the 29th of Sept 2022 +

+
+
+ + + + +
+
+
+
+ +
+ + +
+
+
+
+
+ + +
+ + + + + + + + + + + + + + + diff --git a/events-subpages/events-subpage-2.html b/events-subpages/events-subpage-2.html new file mode 100644 index 0000000..69f8590 --- /dev/null +++ b/events-subpages/events-subpage-2.html @@ -0,0 +1,255 @@ + + + + + + + + OSCSA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +

+ Are best practices applicable to your project? Contextualising The Turing Way for the global Community. +

+
+
+
+
+

+

Speakers : Batool Almarzouq + , Karoune Emma + , Sharan Malvika + +

+ +

+

+

Language : English and Arabic

+ +

+ + + +

+

Link to Slides (English) : Go to Slide presentation

+ +

+

+

Link to Slides ( Arabic ) : Go to Slide presentation

+ +

+

+

Download PDF ( multiple files ) : Download PDF

+ +

+
+ + + event-image +
+

+

Description

+

In this session, we will introduce The Turing Way - an open-source community-led guide to reproducible, ethical and inclusive data science. The Turing Way's goal is to provide all the information that researchers, industry professionals and members of the public need to understand reproducibility and ethical standards in data science at all stages of development. +

+ We share chapters with best practices, guidance and recommendations that are crowdsourced, collaboratively documented and used internationally by researchers from across the globe. In this Community Lab session, we will discuss how we can contextualise The Turing Way resources to enhance understanding and skills in data science of researchers in their local contexts. Despite a diverse representation of our contributors from both the global North and South, we are aware that many of our resources, examples and case studies present western-centric research views and references. Therefore, we specifically invite feedback from researchers from Asia, Africa and Latin America. Reflecting on best practices in data science from their communities, in order to integrate their local views, examples, case studies and new chapters in The Turing Way. +

+ +

+ This workshop is designed in English and Arabic to engage with participants at RightsCon 2022. + +

+
+
+ + + + +
+
+
+
+ +
+ + +
+
+
+
+
+ + +
+ + + + + + + + + + + + + + + diff --git a/events-subpages/events-subpage-3.html b/events-subpages/events-subpage-3.html new file mode 100644 index 0000000..c5b6700 --- /dev/null +++ b/events-subpages/events-subpage-3.html @@ -0,0 +1,250 @@ + + + + + + + + OSCSA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +

+ Practices to Improves Visibility and Outputs for Postgraduate Students in Saudi UK network +

+
+
+
+
+

+

Speakers : Batool Almarzouq + +

+ +

+

+

Language : English and Arabic

+ +

+ + + +

+

Link to Slides : Go to Slide presentation

+ +

+ +

+

Download PDF : Download PDF

+ +

+
+ + + event-image +
+

+

Description

+ This talk was presented for the Saudi UK Network on 17-3-2022 - it can also be also accessed through this link. It introduces open science practices to postgraduate students living in the UK. +

+

You are welcome to join Open Science Community in Saudi Arabia (OSCSA) through this link. OSCSA welcome everyone regardless of their knowledge on Open Science

+

+ +

+ The Saudi UK alumni network is a growing network of people who have studied or are still studying at UK universities and higher education institutions. It aims to provide members with a forum for networking and sharing experiences. + +

+
+
+ + + + +
+
+
+
+ +
+ + +
+
+
+
+
+ + +
+ + + + + + + + + + + + + + + diff --git a/events.html b/events.html new file mode 100644 index 0000000..20ffb35 --- /dev/null +++ b/events.html @@ -0,0 +1,280 @@ + + + + + + + + OSCSA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +

Events

+
+
+ + + +
+ Avatar +
+
+ + Leveraging Open Science in Machine Learning and Bioinformatics + +
+

+ Speakers : Batool Almarzouq +

+ +

Language : English

+
+
+
+ + + +
+ Avatar +
+
+ + Are best practices applicable to your project? Contextualising The Turing Way for the global Community. + +
+

+ Speakers : Almarzouq Batool , Karoune Emma , + Sharan Malvikam +

+ +

Language : English and Arabic

+
+
+
+ + + +
+ Avatar +
+
+ + Practices to Improves Visibility and Outputs for Postgraduate Students in Saudi UK network + +
+

+ Speakers : Batool Almarzouq +

+ +

Language : English and Arabic

+
+
+
+ + +
+ + +
+ + + + +
+
+
+
+ +
+ + +
+
+
+
+
+ + +
+ + + + + + + + + + + + + + + diff --git a/index.html b/index.html index e463712..624a117 100644 --- a/index.html +++ b/index.html @@ -54,6 +54,7 @@ + @@ -101,6 +102,12 @@

We promote Home
  • About
  • Open Science
  • +
  • UNESCO Recommendation
  • Materials
  • Contact
  • @@ -509,6 +516,95 @@

    Funders

    + +
    + +
    + +