Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 4 new columns ({'Contact_Email', 'Contact_Role', 'Contact_Phone', 'Contact_Name'}) and 2 missing columns ({'Brief_Summary_ID', 'Brief_Summary'}).

This happened while the csv dataset builder was generating data using

zip://Final Clinical Trails Data/trail_central_contacts.csv::/tmp/hf-datasets-cache/medium/datasets/30347784914588-config-parquet-and-info-MrNoOne07-second-life-dat-cb67393b/hub/datasets--MrNoOne07--second-life-data/snapshots/b3c9b68d0a89c4d9fe100e6c08dc91c38a9a64fe/Final Clinical Trails Data.zip, [/tmp/hf-datasets-cache/medium/datasets/30347784914588-config-parquet-and-info-MrNoOne07-second-life-dat-cb67393b/hub/datasets--MrNoOne07--second-life-data/snapshots/b3c9b68d0a89c4d9fe100e6c08dc91c38a9a64fe/Final Clinical Trails Data.zip (origin=hf://datasets/MrNoOne07/second-life-data@b3c9b68d0a89c4d9fe100e6c08dc91c38a9a64fe/Final Clinical Trails Data.zip), /tmp/hf-datasets-cache/medium/datasets/30347784914588-config-parquet-and-info-MrNoOne07-second-life-dat-cb67393b/hub/datasets--MrNoOne07--second-life-data/snapshots/b3c9b68d0a89c4d9fe100e6c08dc91c38a9a64fe/Final Patients Synthea Data.zip (origin=hf://datasets/MrNoOne07/second-life-data@b3c9b68d0a89c4d9fe100e6c08dc91c38a9a64fe/Final Patients Synthea Data.zip)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2281, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2227, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              Trial_ID: string
              Contact_Name: string
              Contact_Email: string
              Contact_Role: string
              Contact_Phone: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 879
              to
              {'Brief_Summary_ID': Value('int64'), 'Trial_ID': Value('string'), 'Brief_Summary': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 4 new columns ({'Contact_Email', 'Contact_Role', 'Contact_Phone', 'Contact_Name'}) and 2 missing columns ({'Brief_Summary_ID', 'Brief_Summary'}).
              
              This happened while the csv dataset builder was generating data using
              
              zip://Final Clinical Trails Data/trail_central_contacts.csv::/tmp/hf-datasets-cache/medium/datasets/30347784914588-config-parquet-and-info-MrNoOne07-second-life-dat-cb67393b/hub/datasets--MrNoOne07--second-life-data/snapshots/b3c9b68d0a89c4d9fe100e6c08dc91c38a9a64fe/Final Clinical Trails Data.zip, [/tmp/hf-datasets-cache/medium/datasets/30347784914588-config-parquet-and-info-MrNoOne07-second-life-dat-cb67393b/hub/datasets--MrNoOne07--second-life-data/snapshots/b3c9b68d0a89c4d9fe100e6c08dc91c38a9a64fe/Final Clinical Trails Data.zip (origin=hf://datasets/MrNoOne07/second-life-data@b3c9b68d0a89c4d9fe100e6c08dc91c38a9a64fe/Final Clinical Trails Data.zip), /tmp/hf-datasets-cache/medium/datasets/30347784914588-config-parquet-and-info-MrNoOne07-second-life-dat-cb67393b/hub/datasets--MrNoOne07--second-life-data/snapshots/b3c9b68d0a89c4d9fe100e6c08dc91c38a9a64fe/Final Patients Synthea Data.zip (origin=hf://datasets/MrNoOne07/second-life-data@b3c9b68d0a89c4d9fe100e6c08dc91c38a9a64fe/Final Patients Synthea Data.zip)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Brief_Summary_ID
int64
Trial_ID
string
Brief_Summary
string
171,291,071
NCT00654940
The purpose of this study is to assess whether a cross-over type study design in post-traumatic neuropathic patients can be used to assess the activity of potential analgesic agents
171,291,072
NCT05521048
In this research study the investigators want to learn more about an alternate, local treatment for skin schwannomas. Specifically, local doxycycline intra-tumoral injection will be performed as a potential treatment for NF2-related skin schwannomas, ultimately reducing the risks and costs associated with standard surg...
171,291,073
NCT00378742
The National Ophthalmic Disease Genotyping and Phenotyping Network (eyeGENE(R)) is a genomic medicine initiative created by the National Eye Institute (NEI), part of the National Institutes of Health (NIH), in partnership with clinics and laboratories across the vision research community. The core mission of eyeGENE(R)...
171,291,074
NCT00271843
This study evaluates multi-attribute utility, a modification of subjective expected utility, as a descriptive model of the adolescent's decision to initiate smoking or alcohol use. According to the model, the young decision maker envisions a set of consequences that will follow the two decision options, either to conti...
171,406,116
NCT00642733
This single arm study will assess the efficacy and safety of Tarceva + gemcitabine in patients with locally advanced, unresectable or metastatic pancreatic cancer. Patients will receive Tarceva 100mg po daily, in combination with gemcitabine 1000mg/m2 iv weekly for 8 weeks, followed by weekly for 3 weeks of each 4 week...
171,406,117
NCT00729378
The Jump-In study will prospectively assess the effects of impact exercise on skeletal development in young girls, including bone mass, bone mineral density, and bone geometry. We hypothesize that girls who regularly participate in impact loading exercise will accrue greater skeletal mass, increase bone density and und...
171,527,586
NCT01280981
This was a multicenter, open-label extension study for subjects completing either of 2 pivotal efficacy studies (NCT00401193 or NCT00386308). The study consisted of a treatment phase of 9 menstrual periods to assess the safety of tranexamic acid at an oral dose of 1.3 g administered 3 times per day for up to 5 days (ma...
171,527,587
NCT02457624
Experienced endoscopists will perform endoscopy during the study period and the detection rate of gastric premalignant lesion, correlation between endoscopic and serologic diagnosis of premalignant lesions and inter-observer agreement rate will be analyzed before and after the education.
171,527,588
NCT03877874
The impact of Anti- Asthmatic medications on salivary pH and dental caries pattern in a Group of Egyptian Children with Bronchial Asthma.
171,527,589
NCT01527539
This trial is conducted in North America. The aim of this trial is asses the long term safety and efficacy of biphasic insulin aspart 30 in Canadian subjects with type 2 diabetes who had participated in the BIAsp-1237 trial.
171,406,118
NCT01675440
To evaluate the safety and efficacy of the Medtronic CoreValve® System for the treatment of symptomatic severe aortic stenosis in subjects with significant comorbidities in whom the risk of surgical aortic valve replacement has a predicted operative mortality or serious, irreversible morbidity risk of ≥50% at 30 days.
171,406,119
NCT00479128
The goal of this clinical research study is to find the highest tolerable dose of Gemzar® (gemcitabine) and Adriamycin® (doxorubicin) that can be given together with Velcade® (bortezomib) in patients with urothelial cancer or other solid tumors.
171,406,120
NCT05353335
This is a pilot, crossover trial in which the investigator will determine if retiming of one anti-hypertensive medication from morning to evening can effectuate normal blood pressure dipping patterns in children and adolescents with chronic kidney disease.
171,406,121
NCT05433181
A randomized double-blind, placebo controlled clinical trial of the safety, tolerability, and antiviral activity of angiotensin-converting enzyme 2 (ACE2) chewing gum over a 3-day period in non-hospitalized subjects with Severe Acute Respiratory Syndrome Coronavirus 2 (SARS-CoV-2) infection.
171,406,122
NCT04963439
The purpose of this study is to assess the rate and extent of absorption of macitentan following administration of a single oral dose of macitentan formulated as final market image (FMI) (test), compared to macitentan as the clinical service formulation (CSF) under fasted conditions in healthy adult participants.
171,521,299
NCT03061773
The treatment of breast cancer at any given time can be through surgery, as well as adjuvant treatments (radiotherapy, chemotherapy and hormone therapy) alone or together. And with this the patient tends to lose weight, he becomes depressed, resulting in an increasingly debilitating picture. Therefore, the present stud...
171,521,300
NCT01241812
High joint load during walking has been linked to cartilage degradation. Biomarkers, found in the blood and urine, are protein fragments released after cartilage degradation characteristic of OA. They have the potential to enable direct and immediate disease state monitoring and identification of early cartilage change...
171,521,301
NCT02038959
Connect.Parkinson is a randomized comparative effectiveness study, comparing usual care enhanced with educational materials to usual care, educational materials, and the delivery of specialty care via telemedicine into patient's homes. The study's specific aims are the following: 1. To demonstrate the feasibility of u...
171,521,302
NCT06568185
To evaluate the efficacy of combination of vitamin B and alpha lipoic acid formulations for the treatment of diabetic polyneuropathy in individuals with type 2 diabetes mellitus. Methodology : This is a single-center, randomized, double-blind, placebo-controlled trial study. Study duration May 2024 - September 2025 ...
171,521,303
NCT00000478
To assess the feasibility of and test the methodology for a full-scale clinical trial of therapies for asymptomatic cardiac ischemia.
171,521,304
NCT04738188
This is a multicenter, randomized, parallel controlled study to determine the efficacy and safety of transcatheter arterial chemoembolization (TACE) on downstaging hepatocellular carcinoma beyond University of California, San Francisco (UCSF) criteria.
171,291,075
NCT02408419
About 10-30% of all patients with hip fracture have only insufficient analgesic effect of a femoral nerve block. One of the possible causes of this failure to provide analgesia from a single nerve block could be the that other nerves occasionally are involved in transmitting the pain signal. One of the nerves that is b...
171,521,305
NCT03233737
The purpose of this study is to determine if the topical application to gingival tissue of the combination of benzocaine and tetracaine has a longer duration of local anesthetic activity than benzocaine alone.
171,634,636
NCT03060369
This pilot study aims to examine the relationship between continuously measured CareGuide™ muscle oxygen saturation (SmO2), tissue pH and data provided from standard monitoring techniques during the care of subjects with suspected established (Cohort A) or emerging (Cohort B) shock in the intensive care unit (ICU).
171,634,637
NCT06380205
The purpose of this study is to evaluate the drug interaction between povorcitinib and the oral contraceptive levonorgestrel/ethinyl estradiol in healthy adult females.
171,521,306
NCT04901871
It is important to estimate the adequate dose of remimazolam intravenous bolus injection to induce the loss of consciousness. We will determine the ED50 and ED95 of remimazolam intravenous bolus on the loss of consciousness in patients undergoing general anesthesia.
171,521,307
NCT06566898
Monitoring of antimicrobial resistance (AMR) based on metagenomics analyses in pneumonia patients is critical for optimizing clinical diagnosis and treatment and improving clinical prognosis. This study is designed to ask the following key questions: 1. What is the microbiome maps of patients with severe pneumonia and...
171,634,638
NCT01290952
Compare completeness and modality of revascularization, operative and postoperative results and 1 year clinical outcomes in unselected high risk patients referred for primary coronary artery bypass surgery. Patients will be randomized to undergo off-pump coronary artery bypass graft (OPCAB) or coronary artery bypass gr...
171,521,308
NCT00887107
The purpose of this study is to assess whether therapy with Sorafenib reinduces radioiodine uptake in thyroid carcinoma.
171,521,416
NCT00188279
This study is designed to help decide whether a CAT scan performed at a very low dose of radiation (Minimum dose CT scan) is better than a Chest X-Ray in detecting recurrence of lung cancer in the chest (after surgery).
171,408,141
NCT00876928
Vitamin D supplementation in minority subjects with both pre-diabetes and low vitamin D levels will delay the development of diabetes.
171,291,076
NCT03325621
Anticalin® proteins are engineered human proteins that are able to bind specific target molecules. The Anticalin PRS-080#022-DP to be investigated in this study is directed against hepcidin and is intended for the treatment of anemia of chronic disease. This pilot Phase 2a study shall investigate the safety, pharmacoki...
171,291,077
NCT01564082
Patients presenting for elective surgery will be randomized to having the breathing tube inserted partly into the throat prior to GlideScope insertion, or having it inserted fully after GlideScope insertion.
171,291,078
NCT04481516
Recent reports have highlighted Covid-19 related increase in levels of depression and stress related disorders in the health care professionals. Pranayama (ancient yogic breathing techniques) helps harmonizing breathing by regular voluntary control of breath. Yoga has been shown to modulate autonomic nervous functions...
171,291,079
NCT05475938
In the population suffering from cancer, children and teenagers are in the majority. For children with rapid development of body and mind, with the change of cognitive ability, they will feel anxiety and fear about the expected potential negative events. Painting art therapy is a kind of non-verbal psychological therap...
171,291,080
NCT03990714
Objective. The aim of this study was to evaluate short-term outcomes of performing intracorporeal versus extracorporeal anastomosis in laparoscopic right hemicolectomy for right colon neoplasm. Background. Despite advances in laparoscopic approach in colorectal surgery and the clear benefit of this approach over open s...
171,291,081
NCT01682538
The study is primarily being performed in order to demonstrate bioequivalence between the Orfadin (nitisinone) suspension and the marketed capsule formulation. The study will also contain a comparison of the bioavailability of the suspension given with food and on an empty stomach.
171,291,082
NCT05536674
It is possible that achieving adequate HPV vaccination coverage will allow cervical cancer to be virtually eliminated. This is a priority for Georgia, where the burden of mortality and morbidity from cervical cancer is high and the yearly prevalence of cervical cancer is 14.5 per 100,000 population. The objective of t...
171,291,083
NCT03788148
Retrospective cohort study of Korean National Healthcare Insurance Database. To investigate clinical outcomes of bare metal stents versus drug eluting stents in patients who underwent periprocedural red blood cell transfusion.
171,291,084
NCT01379235
Background: The elderly population in western countries and in Israel is constantly growing. Falls are one of the common problems among this population. Thus there is a need for falls prevention exercise program to be offered in the different settings elderly reside. Most methods for physical exercise are dedicated to ...
171,406,123
NCT01586910
The purpose of the study is to investigate the safety and efficacy of transcatheter aortic valve implantation (TAVI) in patients with severe, symptomatic Aortic Stenosis (AS) at intermediate surgical risk by randomizing patients to either Surgical Aortic Valve Replacement (SAVR) or TAVI with the Medtronic CoreValve® Sy...
171,521,309
NCT01136005
Objective: To assess the preemptive effect of Bepanthen® on decreasing the incidence of specific ≥ grade 2 dermatological side effects of interest in respect of compliance to EGFRI agents, HRQoL and the adherence during the 6-week skin treatment period. The adherence to the study creams will also be studied.
171,291,123
NCT04576780
The purpose of this study is to evaluate the impact of implementing an integrated clinical care pathway for the diagnosis, referral, evaluation and treatment of large complex colorectal polyps on clinical outcomes
171,521,310
NCT02858518
Atrial fibrillation (AF) is a rhythmic cardiac activity disorder disturbing hemodynamic blood flow. It is a public health problem with 600,000 to 1 million people involved in France which 2/3 are aged over 75 years. a FA untreated exposes the patient to a significant risk of embolism responsible for a rate stroke (stro...
171,291,085
NCT05733923
• The evolution of conservative dentistry that adopts the preservation of tooth structure and affected dentin that can remineralize and save the pulp from exposure, in addition to pain and fear that companies' traditional caries removal methods had led to the development of chemomechanical caries removal materials (CMC...
171,521,311
NCT03533920
Pivotal Clinical Trial to Evaluate the Efficacy and Safety of UNI-DEB for Unresectable Hepatocellular Carcinoma
171,521,312
NCT04395131
The study will be a prospective, interventional, non-randomized, single-center study in 20 ESRD patients on hemodialysis. The study will compare performance of the Clearum HS dialyzer to typical values obtained with other commercially available high flux dialyzers. In addition, the Clearum HS dialyzer will be compared ...
171,521,313
NCT01320826
It is hypothesized that primary care colonoscopists are able to achieve benchmarks in colonoscopy quality including cecal intubation and adenoma detection rates and serious adverse event rates. This prospective study is the first in depth analysis of the quality of colonoscopic procedures performed by primary care phy...
171,521,314
NCT00872573
The purpose of this study is to monitor the stability of the C-Stem™ AMT hip within the thigh bone when used in the treatment of patients with hip joint disease requiring a total hip replacement. Patients who enter the study will be evaluated at regular intervals following hip surgery using patient, clinical, standard ...
171,521,315
NCT05722340
The main objective of this study is to compare two independent groups of patients requiring lung biopsy for undetermined interstitial lung disease (ILD) in terms of diagnostic confidence as determined by histologists.
171,521,316
NCT04574531
The aim of this study is to compare the diagnostic performance of grey scale US , US elastography \& color Doppler US in differentiating breast masses comparable with histopathology as a gold standard.
171,521,317
NCT06650683
Impact of providing nursing support on parental stress related to preoperative care of a newborn with Hirschsprung's disease
171,177,232
NCT00755989
Morphine gel applied topically to wounds will reduce wound pain and decrease patients use of oral and intravenous pain medications, therefore reducing side effects.
171,417,456
NCT00265746
Gestational diabetes is also a strong risk factor for the development of diabetes mellitus at a later stage of life in previous GDM woman. Among all the risk factors of diabetes mellitus, the experience of gestational diabetes is the strongest one. The incidence of various forms of diabetes in this group balances from ...
171,417,457
NCT05512637
In this study, a selective and multi-stages screening for neurodevelopmental disorders (NDD) in siblings of children with a confirmed ASD is done. The main aims are to estimate the prevalence of NDD among siblings and to evaluate the feasibility and acceptability of a standardized screening procedure.
171,417,458
NCT01473160
The purpose of this study was to evaluate the pre-lens tear film stability of a new CE-marked daily disposable contact lens as compared to a commercially available daily disposable contact lens.
171,417,459
NCT03365050
This study is a data linkage project within which we aim to model the impact on the NHS AAA Screening programme of a targeted approach to screening by targeting men who smoke. This in-silico study will generate a hypothetical population based on primary care datasets with known outcomes from screening (we know which me...
171,417,460
NCT00174265
This is an extension study of A7501013 (P05771/NCT00145496) to further test the efficacy and safety of Asenapine compared with a marketed agent (olanzapine) in the treatment of patients with persistent negative symptoms of schizophrenia.
171,417,461
NCT03456531
this study to detect the effect of pulsed radiofrequency to the suprascapular nerve in treating chronic pain and to evaluate range of motion of shoulder joint after the intervention
171,521,318
NCT02806622
The purpose of this study is to compare hip passive range of motion (ROM) among division II collegiate athletes in order to obtain normative data for future research. The investigators hypothesize that there will be a difference in passive hip ROM among the different genders and sports.
171,403,759
NCT06414837
The study is being conducted to evaluate the efficacy, and safety of HR091506 tablets for treatment of gout with hyperuricemia in adults, and to compare the results with febuxostat tablets in the same doses.
171,403,760
NCT02277041
We will compare efficacy and safety of Carbetocin with Misoprostol in prevention of postpartum hemorrhage in Placenta previa women after C.S.
171,521,319
NCT06702176
Fibromyalgia is a debilitating pain condition that is characterized by the chronic occurrence of pain affecting the musculoskeletal system, a sensitivity to pressure stimuli, and a low threshold to noxious stimuli. The topography of pain is widespread, although it could be more pronounced in some bodily regions. Beside...
171,521,320
NCT03911960
People with serious mental illness are three times more likely to smoke cigarettes than people without mental illness. People with mental illness are less likely to be successful in quitting smoking than those without mental illness. Therefore, the healthcare community needs to find ways to get people with mental illne...
171,521,321
NCT00265239
Early reperfusion therapy has improved the clinical outcomes of patients with acute myocardial infarction (AMI), but these benefits are limited in some patients by reperfusion injuries. There is now increasing evidence that reactive oxygen species cause reperfusion injury. This study was designed to examine the effects...
171,521,322
NCT06267781
To study whether highly effective therapies can halt disease progression in people with multiple sclerosis by modulating the peripheral myeloid landscape.
171,521,323
NCT03610646
Three hundred and twenty-four (324) eligible adult subjects with diabetes mellitus with central DME involvement to be randomized 1:1 to intravitreal treatment with MYL-1701P or Eylea®. The primary endpoint is mean change from baseline in Best Corrected Visual Acuity (BCVA) as assessed by Early Treatment Diabetic Retin...
171,521,324
NCT02803138
The interferon-free combination regimen of ombitasvir/paritaprevir/ritonavir/ with or without dasabuvir (ABBVIE REGIMEN) ± ribavirin (RBV) for the treatment of chronic hepatitis C (CHC) has been shown to be safe and effective in randomized controlled clinical trials with strict inclusion and exclusion criteria under we...
171,527,590
NCT06263309
OBJECTIVES: This study assesses the efficacy of dynamic hip screw (DHS) versus cannulated screws for femoral neck fractures, focusing on femoral neck shortening, avascular necrosis (AVN) incidence, and functional outcomes. METHODS: Design: Retrospective cohort study. Setting: Academic Level I Trauma Center. Patient S...
171,527,591
NCT00743691
The purpose of the study is to determine whether community based management of infections with antibiotics administered by health extension workers reduce all cause mortality in neonates after the first day of life compared to current MOH IMNCI model of referral to hospital
171,634,639
NCT03129815
The failure of extubation in pediatric resuscitation is most often described as the need for reintubation within 48 hours after extubation. The failure rate of extubation in pediatric intensive care varies in the literature there is between 4 and 22% failures. These failures result in increased mortality, morbidity wit...
171,634,640
NCT02604537
The purpose of this study is to determine if corticosteroid injection modifies the natural course of de Quervain tendinopathy compared to a toradol injection.
171,634,641
NCT04833426
Sexual dysfunction is a common side effect of radical prostatectomy (RP) and has a significant negative impact on quality of life. With age the testosterone level in men declines; around 30% of men over 70 years of age meet the criteria of testosterone deficiency (TD). The negative impact of both TD and RP on sexual pe...
171,521,480
NCT01682512
The primary objectives of this trial are (1) To show PK (Pharmacokinetic) similarity of BI 695500 to rituximab. (2)To establish statistical equivalence of efficacy of BI 695500 and rituximab, in patients with moderately to severely active RA (Rheumatoid Arthritis), based on the change in Disease Activity Score 28 (DAS2...
171,291,086
NCT01096732
This clinical trial is looking at the effect of a new drug called GDC-0449 in patients with cancer of the pancreas. Laboratory studies have shown that this drug blocks a process in pancreatic cells thought to be involved in cancer development and spread. This process is called the 'Hedgehog signalling pathway'. As yet,...
171,521,325
NCT05511129
The most severe infectious episodes are managed in intensive care. Classically, a distinction is made between sepsis, an infection associated with an inappropriate, excessive response of the immune system, responsible for organ dysfunction, and septic shock, during which, within the potential dysfunctions, hemodynamic ...
171,521,326
NCT06515366
Aim of this observational study is to evaluate the relationship between mean arterial pressure (MAP) and mortality in patients presenting to the emergency department with acute heart failure, focusing on emergency department monitoring and subgroup presentations. Our goal is to determine the impact of subgroup characte...
171,291,087
NCT00742885
This trial will assess the immunogenicity and safety elicited by the adjuvanted GSK Biologicals' (pre-) pandemic influenza candidate vaccine in healthy Japanese adults.
171,521,327
NCT00111774
The purpose of this study is to determine if ABX-EGF is safe and efficacious in patients with metastatic colorectal cancer.
171,521,328
NCT00357474
The purpose of this study is to choose the preferred treatment modality for multiple, small hepatocellular carcinomas.
171,521,329
NCT01523769
Delayed cord clamp of at least 30 seconds in neonates under 37 weeks has shown that these infants have higher circulating blood volume in the first 24 hours, less need for blood transfusions, and less incidence of intraventricular hemorrhage. Delayed umbilical cord clamping has also been shown to increase the initial h...
171,521,330
NCT02433535
This purpose of this clinical trial is to determine if a statin drug, Simvastatin, added to inhaled corticosteroids and bronchodilators can reduce systemic and airway inflammation, improve lung function and symptoms, and reduce acute exacerbations in patients with severe asthma who are already on controller inhaler the...
171,291,088
NCT02681822
To study the impact of genetic and environmental factors on high-level cognition associated neural circuits among healthy young Chinese Han subjects.
171,521,331
NCT02833493
The investigators aim to give an overview of Iron overload(IOL) of patients with AA and low and int-1 risk MDS and their sequelae under different chelation treatment. And the investigators also aim to evaluate the relationship of LIC and T2\*/R2\*.
171,521,332
NCT04150926
The study examines the effect of black currant on glucose and insulin concentrations after a meal. In addition, the cytokine and free fatty acids levels are of interest.
171,521,333
NCT01858558
This research is being done to find out if altering the immune system by giving activated marrow infiltrating lymphocytes (MILs) can improve outcomes for multiple myeloma patients who receive a standard autologous stem cell transplant.
171,521,334
NCT00470119
RATIONALE: A low-calorie diet and/or exercise program may help lower an overweight or obese postmenopausal woman's risk of developing breast cancer. It is not yet known whether a low-calorie diet and/or exercise program are more effective than no diet or exercise program in lowering an overweight or obese postmenopausa...
171,521,335
NCT06286410
Anisometropic amblyopia is when one eye has a much stronger glasses prescription than the other, causing poor vision in one eye, even with glasses, because the brain favours the better-seeing eye. With standard care treatment (glasses plus either patching or atropine drops given to the better seeing eye), 35% of child...
171,521,336
NCT05591690
Hybrid closed-loop technology have shown that it improves glycemic control parameters, but the investigators do not have sufficient data at more than 6 months of follow-up, allowing us to describe the effectiveness of these systems in the long term. All MiniMed 780G system users from November 2020 to March 2022 were i...
171,291,089
NCT00489723
The purpose of this study is to determine if there is a role of prophylactic therapy with tamsulosin prior extracorporeal shock wave lithotripsy to avoid development of steinstrasse. 150 persons that will go to Extracorporeal shock wave lithotripsy will randomize to 2 groups. Group 1 -of 75 persons will recieve tamsul...
171,521,337
NCT01890187
The objective of this study is to determine the repeatability and reproducibility of the Cirrus HD-OCT measurement of illumination areas under the retinal pigment epithelium (RPE).
171,521,338
NCT00546832
The objective of this study is to evaluate the efficacy and safety of TDS-943 (topical diclofenac spray) compared to oral celecoxib and placebo in subjects with osteoarthritis of the knee. The main hypotheses are that TDS-943 will be better than placebo and no worse than celecoxib.
171,521,339
NCT01001715
Primary objective was to demonstrate the activity of REGN475/SAR164877 in reducing the pain associated with vertebral fracture. Secondary objectives were: * to assess the safety and tolerability of REGN475/SAR164877 in patients with vertebral fracture pain; * to characterize the pharmacokinetic and immunogenicity pro...
171,521,340
NCT02316678
The investigators will test the hypothesis that that greater efficacy of anti-tumor necrosis factor (antiTNF) therapy results in reduced need for bowel resection surgery, fewer serious infections, and reduced short term mortality risks, and therefore has a more favorable benefit to harm profile than corticosteroids for...
171,521,341
NCT01794156
Obsessional compulsive disorder (OCD) is a very debilitating psychiatric problem which affects around one million Canadians and their families. Obsessions are intense preoccupations about bad, harmful, dangerous, shocking or unlucky events which 'may' occur and which drive sufferers to perform time consuming and distre...
171,634,647
NCT00832988
The primary objective of this study is to evaluate the efficacy of the automated data collection in the Zephyr device as compared to manual testing results for atrial and ventricular pacing thresholds. The secondary objectives include: to compare the in-clinic time needed to retrieve and document the automated device m...
171,521,342
NCT04515511
Assessment of fluid responsiveness (FR) is to detect whether patient could benefit from fluid therapy. Mini fluid challenge has been widely used in clinical practice to prevent patients from volume overload. In clinical practice, 100 mL or 250 mL have been used most frequently and FR was defined as an increase in CO gr...
171,521,343
NCT06520228
The goal of the study was to understand the effects of active video games on motor coordination in children. The main questions it aims to answer are: The effect of positive video games on children's motor ability. Researchers will compare traditional physical activities to see if active video games are effective in ...
171,521,344
NCT01630265
Previous studies demonstrate that patients often have difficulty understanding their discharge instructions. Video discharge instructions have the potential to mitigate factors such as illiteracy and limited physician time, which may affect comprehension. Our goal is to determine if adding video discharge instructions ...
171,521,345
NCT00411294
To examine the effect of ergocalciferol treatment on 25-hydroxyvitamin D and PTH levels in patients with CKD stage 3 and 4
End of preview.

Second Life Demo Data

This dataset repository stores the large files used by the Second Life class project Space.

Files

  • Final Clinical Trails Data.zip: processed ClinicalTrials.gov trial tables.
  • Final Patients Synthea Data.zip: generated Synthea patient tables.
  • Second_Life_Project_Documentation.docx: project documentation.
  • Architecture Diagrams/: editable and presentable architecture artifacts.

Use In The Space

The app Space downloads the two zip files at startup and extracts them into the folder names expected by pipeline.py:

  • Final Clinical Trails Data
  • Final Patients Synthea Data

Data Notice

The patient records are synthetic/generated data for a class project demo. The trial records are processed from public clinical-trial metadata. MIMIC-IV data is not uploaded here because it has separate access and licensing requirements.

Downloads last month
17

Spaces using MrNoOne07/second-life-data 2