... |
... |
@@ -46,5 +46,90 @@ |
46 |
46 |
|
47 |
47 |
- Reinforces the reliability of **self-reported racial identity** in genetic research. |
48 |
48 |
- Highlights **policy considerations** in biomedical studies. |
|
49 |
+{{/expand}} |
49 |
49 |
|
|
51 |
+{{expand title="Study: [Study Title] (Click to Expand)" expanded="false"}} |
|
52 |
+**Source:** [Journal/Institution Name] |
|
53 |
+**Date of Publication:** [Publication Date] |
|
54 |
+**Author(s):** [Author(s) Name(s)] |
|
55 |
+**Title:** "[Study Title]" |
|
56 |
+**DOI:** [DOI or Link] |
|
57 |
+**Subject Matter:** [Broad Research Area, e.g., Social Psychology, Public Policy, Behavioral Economics] |
50 |
50 |
|
|
59 |
+--- |
|
60 |
+ |
|
61 |
+## **Key Statistics** |
|
62 |
+1. **General Observations:** |
|
63 |
+ - [Statistical finding or observation] |
|
64 |
+ - [Statistical finding or observation] |
|
65 |
+ |
|
66 |
+2. **Subgroup Analysis:** |
|
67 |
+ - [Breakdown of findings by gender, race, or other subgroups] |
|
68 |
+ |
|
69 |
+3. **Other Significant Data Points:** |
|
70 |
+ - [Any additional findings or significant statistics] |
|
71 |
+ |
|
72 |
+--- |
|
73 |
+ |
|
74 |
+## **Findings** |
|
75 |
+1. **Primary Observations:** |
|
76 |
+ - [High-level findings or trends in the study] |
|
77 |
+ |
|
78 |
+2. **Subgroup Trends:** |
|
79 |
+ - [Disparities or differences highlighted in the study] |
|
80 |
+ |
|
81 |
+3. **Specific Case Analysis:** |
|
82 |
+ - [Detailed explanation of any notable specific findings] |
|
83 |
+ |
|
84 |
+--- |
|
85 |
+ |
|
86 |
+## **Critique and Observations** |
|
87 |
+1. **Strengths of the Study:** |
|
88 |
+ - [Examples: strong methodology, large dataset, etc.] |
|
89 |
+ |
|
90 |
+2. **Limitations of the Study:** |
|
91 |
+ - [Examples: data gaps, lack of upstream analysis, etc.] |
|
92 |
+ |
|
93 |
+3. **Suggestions for Improvement:** |
|
94 |
+ - [Ideas for further research or addressing limitations] |
|
95 |
+ |
|
96 |
+--- |
|
97 |
+ |
|
98 |
+## **Relevance to Subproject** |
|
99 |
+- [Explanation of how this study contributes to your subproject goals.] |
|
100 |
+- [Any key arguments or findings that support or challenge your views.] |
|
101 |
+ |
|
102 |
+--- |
|
103 |
+ |
|
104 |
+## **Suggestions for Further Exploration** |
|
105 |
+1. [Research questions or areas to investigate further.] |
|
106 |
+2. [Potential studies or sources to complement this analysis.] |
|
107 |
+ |
|
108 |
+--- |
|
109 |
+ |
|
110 |
+## **Summary of Research Study** |
|
111 |
+This study examines **[core research question or focus]**, providing insights into **[main subject area]**. The research utilized **[sample size and methodology]** to assess **[key variables or measured outcomes]**. |
|
112 |
+ |
|
113 |
+This summary provides an accessible, at-a-glance overview of the study's contributions. Please refer to the full paper for in-depth analysis. |
|
114 |
+ |
|
115 |
+--- |
|
116 |
+ |
|
117 |
+## **📄 Download Full Study** |
|
118 |
+{{velocity}} |
|
119 |
+#set($doi = "[Insert DOI Here]") |
|
120 |
+#set($filename = "${doi}.pdf") |
|
121 |
+#if($xwiki.exists("attach:$filename")) |
|
122 |
+[[Download>>attach:$filename]] |
|
123 |
+#else |
|
124 |
+{{html}}<span style="color: red; font-weight: bold;">🚨 PDF Not Available 🚨</span>{{/html}} |
|
125 |
+#end |
|
126 |
+{{/velocity}} |
|
127 |
+ |
|
128 |
+{{/expand}} |
|
129 |
+ |
|
130 |
+{{html}}<hr style="border: 3px solid red;">{{/html}} |
|
131 |
+ |
|
132 |
+ |
|
133 |
+💥 If this works, we can move on to the next study! 🚀 Let me know how it looks! |
|
134 |
+ |
|
135 |
+ |