Skip to content

Commit 82a06dc

Browse files
Merge pull request #43 from MIT-Emerging-Talent/27-add-group-name-and-readme-profile
27 add group name and readme profile
2 parents 587c4ca + 55580cb commit 82a06dc

File tree

3 files changed

+60
-26
lines changed

3 files changed

+60
-26
lines changed

README.md

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ Welcome to our MIT Emerging Talent Collaborative Data Science Project repository
66

77
This project explores how data science, collaboration, and domain expertise
88
intersect to solve real-world problems. We are currently
9-
in **Milestone 0: Cross-Cultural Collaboration**, focused on building a solid
10-
foundation for effective teamwork.
9+
in **Milestone 1: Problem Identification**, focused on making an initial domain study
10+
and framing an actionable research question in our project domain,
11+
and within our groups’ constraints.
1112

1213
---
1314

1415
## 👋 Meet the Team
1516

16-
We are Group 06 from the 2025 MIT Emerging Talent program. Our team brings
17+
We are **The Animus⚛️** from the 2025 MIT Emerging Talent program. Our team brings
1718
together diverse perspectives, technical backgrounds, and cultural experiences.
1819
Through this project, we hope to:
1920

@@ -29,10 +30,10 @@ Our domain of interest will be defined in Milestone 1.
2930
## 🔍 Project Overview
3031

3132
- **Track:** Collaborative Data Science Project (CDSP)
32-
- **Team:** Group 06
33-
- **Domain of Interest:** _To be defined in Milestone 1_
33+
- **Team:** The Animus⚛️
34+
- **Domain of Interest:** Education
3435
- **Timeline:** May–August 2025
35-
- **Status:** 🚧 In progress (Milestone 0)
36+
- **Status:** 🚧 In progress (Milestone 1)
3637

3738
---
3839

@@ -61,16 +62,16 @@ Our domain of interest will be defined in Milestone 1.
6162
- 🔹 [Communication Plan](collaboration/communication.md)
6263
- 🔹 [Constraints](collaboration/constraints.md)
6364
- 🔹 [Learning Goals](collaboration/learning_goals.md)
64-
- 🔹 [Retrospective (Milestone 0)](collaboration/retrospective.md)
65+
- 🔹 [Retrospective (Milestone 1)](collaboration/retrospectives)
6566

6667
---
6768

6869
## 🗓️ Project Milestones
6970

7071
| Milestone | Focus | Status | Due Date |
7172
|----------|------------------------------|---------------|------------|
72-
| 0 | Cross-Cultural Collaboration | 🟡 In Progress | June 2 |
73-
| 1 | Problem Identification | ⏳ Upcoming | June 16 |
73+
| 0 | Cross-Cultural Collaboration | 🟢 Done | June 2 |
74+
| 1 | Problem Identification | 🟡 In Progress | June 16 |
7475
| 2 | Data Collection | ⏳ Upcoming | June 30 |
7576
| 3 | Data Analysis | ⏳ Upcoming | July 21 |
7677
| 4 | Communicating Results | ⏳ Upcoming | August 11 |
@@ -85,22 +86,6 @@ git clone https://github.com/MIT-Emerging-Talent/ET6-CDSP-group-06-repo.git
8586
cd ET6-CDSP-group-06-repo
8687
```
8788

88-
## 🛠️ Development Workflow
89-
90-
Create a new branch for your solution:
91-
92-
```bash
93-
git checkout -b feature/challenge-name
94-
```
95-
96-
- Implement your solution in the solutions directory.
97-
- Add tests in the tests directory.
98-
- Submit a pull request for review.
99-
- Address review feedback.
100-
- Merge after approval.
101-
- Read our [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
102-
- CI checks must pass before merging to `main`.
103-
10489
---
10590

10691
## 👥 Team Members

collaboration/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ flexibility, and accountability allow us to grow together through this project.
4242

4343
## ✏️ Our Group Name
4444

45-
**To be Announced Later** 🎵⚛️
45+
**The Animus⚛️**= mind, spirit, soul — ties perfectly to insight
46+
identity, and the work we’re doing
4647

4748
---
4849

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
2+
<!-- this template is for inspiration, feel free to change it however you like! -->
3+
4+
# Retrospective
5+
6+
## Stop Doing
7+
8+
- Waiting until the last minute to merge code, this caused avoidable conflicts.
9+
10+
- Using group chats to track tasks instead of a shared task board (led to confusion).
11+
12+
## Continue Doing
13+
14+
- Writing post-commit messages to explain major changes in GitHub.
15+
16+
## Start Doing
17+
18+
- When a branch has been merged and no longer needed, we should to delete it
19+
to make everything neat.
20+
21+
- Always update the project board, and review available pull requests.
22+
23+
## Lessons Learned
24+
25+
- Group success depends more on communication than technical skill alone.
26+
27+
- Developed better time management skills by respecting deadlines and the
28+
schedules of team members.
29+
30+
---
31+
32+
## Strategy vs. Board
33+
34+
### What parts of your plan went as expected?
35+
36+
### What parts of your plan did not work out?
37+
38+
### Did you need to add things that weren't in your strategy?
39+
40+
### Or remove extra steps?
41+
42+
---
43+
44+
## Individual Rerospectives
45+
46+
### Name
47+
48+
<!-- reflect on your contributions, challenges and progress in this milestone -->

0 commit comments

Comments
 (0)