Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,20 @@ In the comparison between acupuncture and needle contact the former showed bette
|
|
28 |
In this study it was possible to measure the efficacy of the stimulation of only one point or area , which is an ideal model for research in acupuncture.
|
29 |
The auricular area we chose for stimulation was never used before for the purpose of relaxing masticatory muscles.
|
30 |
Acupuncture and needle contact for 10 seconds showed similar effects."""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
sample_list.append(example1)
|
|
|
32 |
|
33 |
def format_non_empty_lists(objective, background, methods, results, conclusion):
|
34 |
"""
|
|
|
28 |
In this study it was possible to measure the efficacy of the stimulation of only one point or area , which is an ideal model for research in acupuncture.
|
29 |
The auricular area we chose for stimulation was never used before for the purpose of relaxing masticatory muscles.
|
30 |
Acupuncture and needle contact for 10 seconds showed similar effects."""
|
31 |
+
example2 = """###To investigate the efficacy of @ weeks of daily low-dose oral prednisolone in improving pain , mobility , and systemic low-grade inflammation in the short term and whether the effect would be sustained at @ weeks in older adults with moderate to severe knee osteoarthritis ( OA ) .
|
32 |
+
A total of @ patients with primary knee OA were randomized @:@ ; @ received @ mg/day of prednisolone and @ received placebo for @ weeks .
|
33 |
+
Outcome measures included pain reduction and improvement in function scores and systemic inflammation markers .
|
34 |
+
Pain was assessed using the visual analog pain scale ( @-@ mm ) .
|
35 |
+
Secondary outcome measures included the Western Ontario and McMaster Universities Osteoarthritis Index scores , patient global assessment ( PGA ) of the severity of knee OA , and @-min walk distance ( @MWD ) .
|
36 |
+
Serum levels of interleukin @ ( IL-@ ) , IL-@ , tumor necrosis factor ( TNF ) - , and high-sensitivity C-reactive protein ( hsCRP ) were measured .
|
37 |
+
There was a clinically relevant reduction in the intervention group compared to the placebo group for knee pain , physical function , PGA , and @MWD at @ weeks .
|
38 |
+
The mean difference between treatment arms ( @ % CI ) was @ ( @-@ @ ) , p < @ ; @ ( @-@ @ ) , p < @ ; @ ( @-@ @ ) , p < @ ; and @ ( @-@ @ ) , p < @ , respectively .
|
39 |
+
Further , there was a clinically relevant reduction in the serum levels of IL-@ , IL-@ , TNF - , and hsCRP at @ weeks in the intervention group when compared to the placebo group .
|
40 |
+
These differences remained significant at @ weeks .
|
41 |
+
The Outcome Measures in Rheumatology Clinical Trials-Osteoarthritis Research Society International responder rate was @ % in the intervention group and @ % in the placebo group ( p < @ ) .
|
42 |
+
Low-dose oral prednisolone had both a short-term and a longer sustained effect resulting in less knee pain , better physical function , and attenuation of systemic inflammation in older patients with knee OA ( ClinicalTrials.gov identifier NCT@ ) ."""
|
43 |
sample_list.append(example1)
|
44 |
+
sample_list.append(example2)
|
45 |
|
46 |
def format_non_empty_lists(objective, background, methods, results, conclusion):
|
47 |
"""
|