ProfSule commited on
Commit
95a8df9
ยท
verified ยท
1 Parent(s): b6d0d9f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -12
README.md CHANGED
@@ -1,14 +1,93 @@
1
- ---
2
- title: Science Talk Adventure
3
- emoji: ๐Ÿš€
4
- colorFrom: pink
5
- colorTo: pink
6
- sdk: gradio
7
- sdk_version: 5.33.2
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: Science Talk Adventure Game
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ # ๐ŸŒฑ Science Talk Adventure
2
+
3
+ An interactive simulation game for preservice elementary teachers to practice facilitating equitable science discussions.
4
+
5
+ ## ๐ŸŽฏ Purpose
6
+
7
+ This tool helps future teachers develop skills in:
8
+ - **Equitable discourse facilitation** - including all student voices
9
+ - **Cultural asset building** - honoring diverse knowledge systems
10
+ - **Scientific thinking promotion** - supporting authentic inquiry
11
+ - **Classroom management** - managing participation fairly
12
+
13
+ ## ๐ŸŽฎ How to Play
14
+
15
+ 1. **Start a science talk** by typing what you'd say to begin the discussion
16
+ 2. **Read student responses** showing diverse perspectives and engagement levels
17
+ 3. **Choose your next teaching move** from the provided options
18
+ 4. **Get immediate feedback** on your choices and their impact
19
+ 5. **Track engagement** and see how your facilitation affects different students
20
+
21
+ ## ๐Ÿ‘ฅ Meet Your Students
22
+
23
+ - **Maya**: Mexican-American, bilingual, has grandmother's gardening knowledge
24
+ - **Jamal**: African-American, urban background, very curious and asks lots of questions
25
+ - **Aisha**: Somali-American, thoughtful observer, needs processing time
26
+ - **Emma**: White suburban, enthusiastic about science, sometimes dominates discussions
27
+
28
+ ## ๐ŸŽ“ Learning Objectives
29
+
30
+ Players will develop ability to:
31
+ - Recognize and build on students' cultural knowledge
32
+ - Create inclusive participation opportunities
33
+ - Respond to diverse communication styles
34
+ - Integrate NGSS 3-dimensional learning principles
35
+ - Support multilingual learners in science
36
+
37
+ ## ๐Ÿ”ง Technical Details
38
+
39
+ Built with:
40
+ - **Gradio** for the web interface
41
+ - **OpenRouter API** for AI-generated student responses
42
+ - **Hugging Face Spaces** for hosting
43
+
44
+ ## ๐Ÿš€ Getting Started
45
+
46
+ Simply click the interface above and begin your first science talk!
47
+
48
+ ## ๐Ÿ“š Educational Context
49
+
50
+ Based on research showing that elementary teachers often struggle with:
51
+ - Confidence in science teaching
52
+ - Building on diverse cultural knowledge
53
+ - Creating equitable classroom discussions
54
+ - Implementing NGSS standards effectively
55
+
56
+ ## ๐Ÿ”„ For Educators
57
+
58
+ This tool is open source and free to use in teacher preparation programs. To adapt for your context:
59
+
60
+ 1. **Fork this Space** to customize scenarios
61
+ 2. **Modify student personas** to match your local community
62
+ 3. **Add new grade levels** or science topics
63
+ 4. **Integrate with your curriculum**
64
+
65
+ ## ๐Ÿ“– Citations
66
+
67
+ If you use this tool in research or publication, please cite:
68
+
69
+ ```
70
+ Science Talk Adventure: An AI-Supported Simulation for Developing Equitable Science Teaching Practices
71
+ [Your Name], [Your Institution]
72
+ Available at: [this URL]
73
+ ```
74
+
75
+ ## ๐Ÿค Contributing
76
+
77
+ We welcome contributions! Areas for development:
78
+ - Additional grade level scenarios
79
+ - More diverse student personas
80
+ - Enhanced assessment features
81
+ - Multi-language support
82
+
83
+ ## ๐Ÿ“ง Contact
84
+
85
+ Questions or feedback? Contact [your email]
86
+
87
+ ## ๐Ÿ“„ License
88
+
89
+ MIT License - feel free to use, modify, and share!
90
+
91
  ---
92
 
93
+ *This tool is designed to supplement, not replace, field experiences with real students. The goal is to provide safe practice space for developing equitable teaching skills.*