From fb457089f75d68bdb76ee8c3279b49039d481f7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:26:38 -0800 Subject: [PATCH] chore(openchallenges): 2024-12-18 DB update (#2944) Co-authored-by: gaiaandreoletti <46945609+gaiaandreoletti@users.noreply.github.com> --- .../src/main/resources/db/categories.csv | 1 + .../src/main/resources/db/challenges.csv | 1 + .../src/main/resources/db/contribution_roles.csv | 5 +++++ .../src/main/resources/db/incentives.csv | 1 + .../src/main/resources/db/contribution_roles.csv | 5 +++++ .../src/main/resources/db/organizations.csv | 12 ++++++++---- 6 files changed, 21 insertions(+), 4 deletions(-) diff --git a/apps/openchallenges/challenge-service/src/main/resources/db/categories.csv b/apps/openchallenges/challenge-service/src/main/resources/db/categories.csv index dcdb5d49ee..ad346674ca 100644 --- a/apps/openchallenges/challenge-service/src/main/resources/db/categories.csv +++ b/apps/openchallenges/challenge-service/src/main/resources/db/categories.csv @@ -23,3 +23,4 @@ "22","519","benchmark" "23","518","benchmark" "24","520","benchmark" +"25","534","hackathon" diff --git a/apps/openchallenges/challenge-service/src/main/resources/db/challenges.csv b/apps/openchallenges/challenge-service/src/main/resources/db/challenges.csv index 99e4ba11d0..2823db78dd 100644 --- a/apps/openchallenges/challenge-service/src/main/resources/db/challenges.csv +++ b/apps/openchallenges/challenge-service/src/main/resources/db/challenges.csv @@ -532,3 +532,4 @@ "531","ariel-data-challenge-2024","NeurIPS - Ariel Data Challenge 2024","Push the boundaries of astronomical data analysis?","The discovery of exoplanets—planets orbiting stars other than our Sun—has transformed our cosmic perspective, challenging conventional notions about Earth's uniqueness and the potential for life elsewhere. As of today, we are aware of over 5,600 exoplanets. Detecting these worlds is the initial step; we must also comprehend and characterise their nature by studying their atmospheres. In 2029, ESA Ariel Mission will conduct the first comprehensive study of 1,000 extrasolar planets in our galactic neighbourhood. Observing these atmospheres is one of the hardest data-analysis problems in contemporary astronomy. When an exoplanet transits its host star in our line of sight, a tiny fraction of starlight (50–200 photons per million) passes through the planet's atmospheric annulus and interacts with its chemistry, clouds, and winds. These faint signals typically range from 50ppm (for Super-Earth like planets) to 200ppm (for Jupiter like planets) in magnitude and are regularly corrupted ...","","https://www.kaggle.com/competitions/ariel-data-challenge-2024","completed","8","","2024-08-01","2024-10-31","2648","2024-12-09 16:34:01","2024-12-09 19:45:56" "532","rsna-2024-lumbar-spine-degenerative-classification","RSNA 2024 Lumbar Spine Degenerative Classification","Classify lumbar spine degenerative conditions","Low back pain is the leading cause of disability worldwide, according to the World Health Organization, affecting 619 million people in 2020. Most people experience low back pain at some point in their lives, with the frequency increasing with age. Pain and restricted mobility are often symptoms of spondylosis, a set of degenerative spine conditions including degeneration of intervertebral discs and subsequent narrowing of the spinal canal (spinal stenosis), subarticular recesses, or neural foramen with associated compression or irritations of the nerves in the low back. Magnetic resonance imaging (MRI) provides a detailed view of the lumbar spine vertebra, discs and nerves, enabling radiologists to assess the presence and severity of these conditions. Proper diagnosis and grading of these conditions help guide treatment and potential surgery to help alleviate back pain and improve overall health and quality of life for patients. RSNA has teamed with the American Society of Neur...","","https://www.kaggle.com/competitions/rsna-2024-lumbar-spine-degenerative-classification","completed","8","","2024-05-16","2024-10-08","2648","2024-12-09 17:12:16","2024-12-09 17:12:24" "533","leap-atmospheric-physics-ai-climsim","LEAP - Atmospheric Physics using AI (ClimSim)","Simulate higher resolution atmospheric processes within E3SM-MMF.","Climate models are essential to understanding Earth''s climate system. Because of the complexity of Earth''s climate, these models rely on parameterizations to approximate the effects of physical processes that occur at scales smaller than the size of their grid cells. These approximations are imperfect, however, and their imperfections are a leading source of uncertainty in expected warming, changing precipitation patterns, and the frequency and severity of extreme events. The Multi-scale Modeling Framework (MMF) approach, by contrast, more explicitly represents these subgrid processes, but at a cost too high to be used for operational climate prediction. Your task is to develop ML models that emulate subgrid atmospheric processes–such as storms, clouds, turbulence, rainfall, and radiation–within E3SM-MMF, a multi-scale climate model backed by the U.S. Department of Energy. Because ML emulators are significantly cheaper to inference than MMF, progress on this front can help scie...","","https://www.kaggle.com/competitions/leap-atmospheric-physics-ai-climsim","completed","8","","2024-04-18","2024-07-15","2648","2024-12-09 18:18:19","2024-12-09 18:18:25" +"534","owkin-and-servier-ai-hackathon-for-glioblastoma-research","Owkin & Servier AI Hackathon for Glioblastoma Research","Join the hackathon to advance glioblastoma research through AI","Join the hackathon to advance glioblastoma research through the use of AI and multimodal patient data","","https://www.owkin.com/connect/glioblastoma-ai-hackathon","upcoming","\N","","2025-02-03","2025-02-04","2944","2024-12-18 18:43:47","2024-12-18 18:47:44" diff --git a/apps/openchallenges/challenge-service/src/main/resources/db/contribution_roles.csv b/apps/openchallenges/challenge-service/src/main/resources/db/contribution_roles.csv index ab05d1ef60..332c608ec2 100644 --- a/apps/openchallenges/challenge-service/src/main/resources/db/contribution_roles.csv +++ b/apps/openchallenges/challenge-service/src/main/resources/db/contribution_roles.csv @@ -1281,3 +1281,8 @@ "1280","533","141","data_contributor" "1281","533","496","data_contributor" "1282","533","286","data_contributor" +"1283","534","20","sponsor" +"1284","534","498","data_contributor" +"1285","534","499","challenge_organizer" +"1286","534","500","challenge_organizer" +"1287","534","497","sponsor" diff --git a/apps/openchallenges/challenge-service/src/main/resources/db/incentives.csv b/apps/openchallenges/challenge-service/src/main/resources/db/incentives.csv index 335ef4f78b..5134ed9944 100644 --- a/apps/openchallenges/challenge-service/src/main/resources/db/incentives.csv +++ b/apps/openchallenges/challenge-service/src/main/resources/db/incentives.csv @@ -661,3 +661,4 @@ "660","speaking_engagement","532","2024-12-09 17:12:16" "661","other","532","2024-12-09 17:12:16" "662","monetary","533","2024-12-09 18:18:19" +"663","monetary","534","2024-12-18 18:43:47" diff --git a/apps/openchallenges/organization-service/src/main/resources/db/contribution_roles.csv b/apps/openchallenges/organization-service/src/main/resources/db/contribution_roles.csv index ab05d1ef60..332c608ec2 100644 --- a/apps/openchallenges/organization-service/src/main/resources/db/contribution_roles.csv +++ b/apps/openchallenges/organization-service/src/main/resources/db/contribution_roles.csv @@ -1281,3 +1281,8 @@ "1280","533","141","data_contributor" "1281","533","496","data_contributor" "1282","533","286","data_contributor" +"1283","534","20","sponsor" +"1284","534","498","data_contributor" +"1285","534","499","challenge_organizer" +"1286","534","500","challenge_organizer" +"1287","534","497","sponsor" diff --git a/apps/openchallenges/organization-service/src/main/resources/db/organizations.csv b/apps/openchallenges/organization-service/src/main/resources/db/organizations.csv index d1ae1d19cc..072a33694c 100644 --- a/apps/openchallenges/organization-service/src/main/resources/db/organizations.csv +++ b/apps/openchallenges/organization-service/src/main/resources/db/organizations.csv @@ -11,7 +11,7 @@ "17","ALS Therapy Alliance","ata","logo/als-therapy-alliance.png","https://alstherapyalliance.org/","For over a decade, researchers and scientists have been relying on the ALS Therapy Alliance's expertise and funding to advance their studies of amyotrophic lateral sclerosis (ALS), or Lou Gehrig's disease. 2015 marks the 14th year of our annual Breakthrough ALS fundraising campaign (formerly known as Researching a Cure). The ALS Therapy Alliance's ongoing grant award process is overseen by the organization's board of award-winning researchers and scientists, as well as corporate executives and individuals who strive to learn more about the neurodegenerative disease, its cause and possible cure.","1","2023-06-23 00:00:00","2023-07-26 20:13:28","ATA" "18","Alzheimer's Disease Neuroimaging Initiative","adni","logo/adni.jpg","http://adni.loni.usc.edu/","The Alzheimer's Disease Neuroimaging Initiative (ADNI) unites researchers with study data as they work to define the progression of Alzheimer's disease (AD). ADNI researchers collect, validate and utilize data, including MRI and PET images, genetics, cognitive tests, CSF and blood biomarkers as predictors of the disease. Study resources and data from the North American ADNI study are available through this website, including Alzheimer's disease patients, mild cognitive impairment subjects, and elderly controls.","2","2023-06-23 00:00:00","2023-07-26 20:13:29","ADNI" "19","Alzheimer's Research UK","alzheimers-research-uk","logo/alzheimers-research-uk.jpg","https://www.alzheimersresearchuk.org/","Without effective treatments, one in three children born today will die with dementia. Today, there are no dementia survivors but research can change this. Alzheimer's Research UK is the UK's leading dementia research charity, dedicated to causes, diagnosis, prevention, treatment and cure. Backed by our passionate scientists and supporters, we're challenging the way people think about dementia, uniting the big thinkers in the field and funding the innovative science that will deliver a cure.","2","2023-06-23 00:00:00","2023-07-26 20:13:31","" -"20","Amazon Web Services","aws","logo/aws.svg","https://aws.amazon.com/","Whether you're looking for compute power, database storage, content delivery, or other functionality, AWS has the services to help you build sophisticated applications with increased flexibility, scalability and reliability","1","2023-06-23 00:00:00","2023-07-26 20:13:31","AWS" +"20","Amazon Web Services","aws","logo/aws.svg","https://aws.amazon.com/","Whether you're looking for compute power, database storage, content delivery, or other functionality, AWS has the services to help you build sophisticated applications with increased flexibility, scalability and reliability","2","2023-06-23 00:00:00","2023-07-26 20:13:31","AWS" "21","American Joint Committee on Cancer","ajcc","","https://www.facs.org/quality-programs/cancer/ajcc","Validating science, improving patient care.","1","2023-06-23 00:00:00","2023-07-26 20:13:32","AJCC" "22","APOLLO network","apollo","logo/apollo.png","https://proteomics.cancer.gov/programs/apollo-network","The Applied Proteogenomics OrganizationaL Learning and Outcomes (APOLLO) network is a collaboration between NCI, the Department of Defense (DoD), and the Department of Veterans Affairs (VA) to incorporate proteogenomics into patient care as a way of looking beyond the genome, to the activity and expression of the proteins that the genome encodes. The emerging field of proteogenomics aims to better predict how patients will respond to therapy by screening their tumors for both genetic abnormalities and protein information, an approach that has been made possible in recent years due to advances in proteomic technology.","1","2023-06-23 00:00:00","2023-07-26 20:13:33","" "23","Apple Health","apple-health","logo/wa-healthcare-authority.jpg","https://www.hca.wa.gov/","HCA is the largest purchaser of health care in the state. We lead the effort on transforming health care through programs and initiatives that range from the administration of Apple Health (Medicaid) and behavioral health activities to developing models for value-based purchasing and health technology assessments. We use data to inform our decisions and work in collaboration with local communities to ensure that Washington residents have access to better health care at a lower cost.","14","2023-06-23 00:00:00","2023-07-26 20:13:33","" @@ -455,7 +455,7 @@ "483","Unity Health Toronto","unity-health-toronto","logo/unity_health.jpg","https://unityhealth.to/","Unity Health Toronto is one of Canada''s largest Catholic healthcare networks serving patients, residents and clients across the full spectrum of care, spanning primary care, secondary community care, tertiary and quaternary care services to post-acute through rehabilitation, palliative care and long-term care, while investing in world-class research and education. We are comprised of:","1","2024-12-09 17:17:27","2024-12-09 17:18:33","" "484","Universidade Federal de São Paulo","unifesp","logo/uni_sao_paulo.jpeg","https://portal.unifesp.br/","The Federal University of São Paulo (Unifesp) has its roots in 1933 when a private medical school was founded. It became a federal institution in 1956 and a federal university in 1994. Now it holds seven campuses (Baixada Santista, Diadema, Guarulhos, Osasco, São José dos Campos, São Paulo and Zona Leste) with 55 undergraduate courses, 68 graduate programs, 1,600 faculty members, 3,700 employees and 20,300 regular students.","1","2024-12-09 17:21:44","2024-12-09 17:21:59","UNIFESP" "485","Chiang Mai University","cmu","logo/cmu.png","https://www.cmu.ac.th/en/home","Chiang Mai University Strives to Become a Leading University Committed to Social Responsibility and Sustainable Development through Innovation The implementation of the CMU Educational Development Plan, Phase 13 (2021 - 2026) seeks to advance ongoing agendas and begin new initiatives to build trust and prevent harms. CMU creates values for society and integrates efforts from all sectors, leading to sustainable development through SDGs.","1","2024-12-09 17:24:50","2024-12-09 17:24:54","CMU" -"486","Gold Coast University Hospital, Southport","gold-coast-university-hospital-southport","logo/goldcoast.png","https://www.goldcoast.health.qld.gov.au/hospitals-and-centres/gold-coast-university-hospital","As one of Queensland''s largest clinical teaching and research facilities, we have seven main buildings and a total floor space of about 170,000 square metres. Our emergency department continues to be one of the busiest in Queensland. The facility''s design is efficient and allows for expansion to meet the growing health needs of the Gold Coast, one of the fastest growing regions in Australia.","1","2024-12-09 18:06:36","2024-12-09 18:34:19","" +"486","Gold Coast University Hospital, Southport","gold-coast-university-hospital-southport","logo/goldcoast.png","https://www.goldcoast.health.qld.gov.au/hospitals-and-centres/gold-coast-university-hospital","As one of Queensland''s largest clinical teaching and research facilities, we have seven main buildings and a total floor space of about 170,000 square metres. Our emergency department continues to be one of the busiest in Queensland. The facility''s design is efficient and allows for expansion to meet the growing health needs of the Gold Coast, one of the fastest growing regions in Australia.","1","2024-12-09 18:34:19","2024-12-18 20:57:41","" "487","Koç University","koç-university","logo/koc.png","https://www.ku.edu.tr/en/","Koç University''s commitment to excellence and its well-resourced programs attract world-class academicians. The university''s faculty consists of Türkiye''s most established senior researchers and PhD''s from elite research institutions worldwide. Most of our full-time faculty members have doctoral degrees from top-tier universities in the world.","1","2024-12-09 18:06:36","2024-12-09 18:06:41","" "488","University of Sarajevo","university-of-sarajevo","logo/uni_sarajevo.svg","https://www.unsa.ba/en","The University of Sarajevo is a public university located in Sarajevo, Bosnia and Herzegovina. It is the largest and oldest university in the country, tracing its initial origins to 1537 as an Islamic madrasa.","1","2024-12-09 18:09:22","2024-12-09 18:09:27","" "489","Learning the Earth with Artificial Intelligence and Physics (LEAP)","leap","logo/leap.png","https://leap.columbia.edu/","LEAP''s primary research strategy is to improve near-term climate projections by merging physical modeling with machine learning across a continuum from expertise in climate science and climate modeling to cutting-edge machine learning algorithms. The benefits will be significant for both the climate and data sciences communities. Climate scientists and modelers struggle to fully integrate the wealth of existing datasets into their models, while machine learning algorithms have been good at emulating and interpolating but have difficulties extrapolating or predicting extremes. By combining both approaches, LEAP will trigger a significant advancement for data science algorithms applied to physical problems. LEAP will incorporate physics and causal mechanisms into machine learning algorithms for better generalization and extrapolation, while optimally using the wealth of data available to climate science, in order to better predict the future.","1","2024-12-09 18:11:32","2024-12-09 18:11:36","LEAP" @@ -463,6 +463,10 @@ "491","Deutsches Zentrum für Luft- und Raumfahrt","dlr","logo/dlr.png","https://www.esa.int/Enabling_Support/Space_Engineering_Technology/Deutsches_Zentrum_fuer_Luft-_und_Raumfahrt_DLR#:~:text=DLR%20is%20the%20national%20aeronautics,national%20and%20international%20cooperative%20ventures.","DLR is the national aeronautics and space research centre of the Federal Republic of Germany. Its extensive research and development work in aeronautics, space, energy, transport and security is integrated into national and international cooperative ventures. In addition to its own research, as Germany''s space agency, DLR has been given responsibility by the federal government for the planning and implementation of the German space programme. DLR is also the umbrella organisation for the nation''s largest project management agency.","1","2024-12-09 18:25:00","2024-12-09 18:25:03","DLR" "492","Cooperative Institute for Severe and High-Impact Weather Research and Operations","ciwro","logo/ciwro.jpg","https://ci.noaa.gov/locations/ciwro/","The Cooperative Institutes are academic and non-profit research institutions that demonstrate the highest level of performance and conduct research that supports NOAA''s Mission Goals and Strategic Plan.","1","2024-12-09 18:39:43","2024-12-09 18:40:25","CIWRO" "493","Potsdam Institute for Climate Impact Research","pik","logo/pik.png","https://www.pik-potsdam.de/en/home","From natural science to social science, from risks to solutions, from identifying Planetary Boundaries to managing Global Commons: The Potsdam Institute for Climate Impact Research (PIK) is advancing the frontier of integrated research for global sustainability, and for a safe and just climate future. A member of the Leibniz Association, the institute is based in Potsdam, Brandenburg and connected with the global scientific community. Drawing on excellent research, PIK provides relevant scientific advice for policy decision-making. The institute''s international staff of about 400 is led by a committed interdisciplinary team of Directors. This is science – for a safe tomorrow.","1","2024-12-09 18:45:41","2024-12-09 18:45:45","PIK" -"494","University of California, Los Angeles","ucla","logo/ucla.jpg","https://www.ucla.edu/","The University of California, Los Angeles is a public land-grant research university in Los Angeles, California, United States. Its academic roots were established in 1881 as a normal school then known as the southern branch of the California State Normal School which later evolved into San José State University.","1","2024-12-09 18:49:03","2024-12-09 18:50:12","UCLA" +"494","University of California, Los Angeles","ucla","logo/ucla.jpg","https://www.ucla.edu/","The University of California, Los Angeles is a public land-grant research university in Los Angeles, California, United States. Its academic roots were established in 1881 as a normal school then known as the southern branch of the California State Normal School which later evolved into San José State University.","1","2024-12-09 18:49:03","2024-12-18 18:53:21","UCLA" "495","Allen Institute for AI","ai2","logo/ai2.png","https://allenai.org/","The Allen Institute for AI (abbreviated AI2) is a 501(c)3 non-profit research institute founded by late Microsoft co-founder and philanthropist Paul Allen in 2014. The institute seeks to conduct high-impact AI research and engineering in service of the common good.","1","2024-12-09 18:54:20","2024-12-09 18:54:36","AI2" -"496","Brookhaven National Laboratory","bnl","logo/bnl.png","https://www.bnl.gov/world/","We advance fundamental research in nuclear and particle physics to gain a deeper understanding of matter, energy, space, and time; apply photon sciences and nanomaterials research to energy challenges of critical importance to the nation; and perform cross-disciplinary research on computation, sustainable energy, national security, and Earth''s ecosystems.","1","2024-12-09 18:56:21","2024-12-09 18:56:53","BNL" +"496","Brookhaven National Laboratory","bnl","logo/bnl.png","https://www.bnl.gov/world/","We advance fundamental research in nuclear and particle physics to gain a deeper understanding of matter, energy, space, and time; apply photon sciences and nanomaterials research to energy challenges of critical importance to the nation; and perform cross-disciplinary research on computation, sustainable energy, national security, and Earth''s ecosystems.","1","2024-12-09 18:56:21","2024-12-18 18:53:37","BNL" +"497","10X Single cell Genomics","10x","","https://www.10xgenomics.com/platforms/chromium?&utm_medium=display&utm_source=google&utm_term=dis-goog-2023-11-website-page-chr-crx-chromium-pmax-tofu-8027&utm_content=website-page&utm_campaign=701KW00000192lpYAA&cid=701KW00000192lpYAA&gad_source=1","","1","2024-12-18 18:49:27","2024-12-18 18:53:42","10X" +"498","Mosaic","mos","","https://www.mosaic-research.com/","Building the world''s largest spatial multiomics dataset in oncology","1","2024-12-18 18:49:27","2024-12-18 18:53:58","MOS" +"499","Owkin","owk","","https://www.owkin.com/about-us","Owkin is the first end-to-end AI biotech company on a mission to understand complex biology and ensure every patient gets the right treatment.","1","2024-12-18 18:49:27","2024-12-18 18:53:59","OWK" +"500","Servier","ser","","https://servier.com/en/servier/","Servier is a global leader in oncology, governed by a non-profit foundation. Servier approaches innovation with a long-term vision, free of influence from fiduciary responsibilities","1","2024-12-18 18:49:27","2024-12-18 18:54:00","SER"