Spaces:
Running
Running
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Turabian Research Argument Assistant
|
3 |
+
emoji: 📚
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.44.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
# Turabian Research Argument Assistant
|
14 |
+
|
15 |
+
A comprehensive step-by-step tool for developing research arguments based on Kate L. Turabian's "A Manual for Writers of Research Papers, Theses, and Dissertations" (9th Edition).
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
🎯 **Complete 6-Stage Process:**
|
20 |
+
- **Stage 1**: Commonsense Argument Development
|
21 |
+
- **Stage 2**: Transition to Research Framework
|
22 |
+
- **Stage 3**: Full Argument Assembly (4 sub-stages)
|
23 |
+
- 3A: Claim Development
|
24 |
+
- 3B: Evidence Mapping
|
25 |
+
- 3C: Objection Analysis
|
26 |
+
- 3D: Warrant Identification
|
27 |
+
- **Stage 4**: Draft Planning (4 sub-stages)
|
28 |
+
- 4A: Storyboard Creation
|
29 |
+
- 4B: Organization Planning
|
30 |
+
- 4C: Introduction & Conclusion
|
31 |
+
- 4D: Key Terms
|
32 |
+
- **Stage 5**: Drafting Guidance
|
33 |
+
- **Stage 6**: Revision Checklist
|
34 |
+
|
35 |
+
## How to Use
|
36 |
+
|
37 |
+
1. **Start with Stage 1** - Enter your basic topic or research idea
|
38 |
+
2. **Progress sequentially** - Each stage builds on the previous
|
39 |
+
3. **Copy outputs** - Use results from one stage as input for the next
|
40 |
+
4. **Follow Turabian's method** - Don't skip stages
|
41 |
+
|
42 |
+
## Perfect For
|
43 |
+
|
44 |
+
- Graduate students writing theses/dissertations
|
45 |
+
- Researchers developing academic papers
|
46 |
+
- Students learning research methodology
|
47 |
+
- Anyone following Turabian's citation style and argument structure
|
48 |
+
|
49 |
+
## Based On
|
50 |
+
|
51 |
+
Kate L. Turabian's "A Manual for Writers of Research Papers, Theses, and Dissertations" - the definitive guide for academic research writing used by millions of students and researchers worldwide.
|
52 |
+
|
53 |
+
## Technical Details
|
54 |
+
|
55 |
+
- **Model**: Llama 3.3 70B Instruct
|
56 |
+
- **Framework**: Gradio on Hugging Face Spaces
|
57 |
+
- **Features**: Sequential workflow, specialized prompts, copy-friendly outputs
|
58 |
+
|
59 |
+
---
|
60 |
+
|
61 |
+
*Start building stronger research arguments today with Turabian's proven methodology!*
|