Initial commit: Weekly Vocabulary project structure and Week 1 vocabulary list
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Weekly Vocabulary Issue Template
|
||||
|
||||
## Week: [YYYY-MM-DD]
|
||||
|
||||
### Overview
|
||||
- **Date Range**: [Start Date] - [End Date]
|
||||
- **Grade Level**: [K-2 / 3-5 / 6-8 / 9-12 / Adult]
|
||||
- **Theme/Focus**: [Optional - e.g., Science, Literature, Academic]
|
||||
|
||||
### Vocabulary List
|
||||
|
||||
| Word | Part of Speech | Definition | Example Sentence |
|
||||
|------|----------------|------------|------------------|
|
||||
| | | | |
|
||||
|
||||
### Progress
|
||||
- [ ] Word list generated
|
||||
- [ ] Words added to system
|
||||
- [ ] Study materials created
|
||||
- [ ] Practice exercises completed
|
||||
- [ ] Weekly review completed
|
||||
|
||||
### Notes
|
||||
[Add any observations, difficult words, or student feedback]
|
||||
@@ -0,0 +1,37 @@
|
||||
# Weekly Vocabulary Project
|
||||
|
||||
## Overview
|
||||
A systematic approach to building vocabulary through weekly word lists, organized by grade level and difficulty. This project generates fresh vocabulary each week, building on previous weeks' words.
|
||||
|
||||
## Project Structure
|
||||
```
|
||||
Weekly-Vocabulary/
|
||||
├── README.md # This file
|
||||
├── ISSUE_TEMPLATE.md # Weekly vocabulary tracking template
|
||||
├── progress.md # Current week status
|
||||
└── WEEK-YYYY-MM-DD/ # Individual week folders
|
||||
├── README.md # Week overview
|
||||
├── words.md # Vocabulary list with definitions
|
||||
└── progress.md # Weekly progress
|
||||
```
|
||||
|
||||
## Organization
|
||||
- **Grade Levels**: Words organized by difficulty (K-2, 3-5, 6-8, 9-12, Adult)
|
||||
- **Weekly Rotation**: New words each week based on previous weeks' lists
|
||||
- **Progressive Learning**: Words build on previous vocabulary
|
||||
|
||||
## How to Use
|
||||
1. Create new week folder with current date
|
||||
2. Generate 10-20 new vocabulary words (not in previous weeks)
|
||||
3. Include word, definition, part of speech, example sentence
|
||||
4. Update progress.md with completion status
|
||||
5. Commit and push to Gitea
|
||||
|
||||
## Repository
|
||||
**Gitea**: https://gitea.loperfamily.com/Sage_Software/Weekly-Vocabulary
|
||||
|
||||
## Weekly Vocabulary Process
|
||||
- **Monday**: Generate new word list
|
||||
- **Tuesday-Thursday**: Study and practice
|
||||
- **Friday**: Review and assessment
|
||||
- **Saturday-Sunday**: Rest/review
|
||||
@@ -0,0 +1,69 @@
|
||||
# Week of 2026-03-30
|
||||
|
||||
## Overview
|
||||
- **Week Start**: March 30, 2026
|
||||
- **Week End**: April 5, 2026
|
||||
- **Theme**: Academic Vocabulary - Advanced Concepts
|
||||
- **Grade Level**: 9-12 / Adult
|
||||
|
||||
## Vocabulary List
|
||||
|
||||
### 1. Ephemeral
|
||||
**Part of Speech**: Adjective
|
||||
**Definition**: Lasting for a very short time; transitory
|
||||
**Example**: The beauty of cherry blossoms is ephemeral, lasting only a few weeks each spring.
|
||||
|
||||
### 2. Pragmatic
|
||||
**Part of Speech**: Adjective
|
||||
**Definition**: Dealing with things sensibly and realistically based on practical considerations
|
||||
**Example**: We need a pragmatic approach to solve this budget deficit.
|
||||
|
||||
### 3. Ubiquitous
|
||||
**Part of Speech**: Adjective
|
||||
**Definition**: Present, appearing, or found everywhere
|
||||
**Example**: Smartphones have become ubiquitous in modern society.
|
||||
|
||||
### 4. Empirical
|
||||
**Part of Speech**: Adjective
|
||||
**Definition**: Based on observation or experience rather than theory
|
||||
**Example**: The conclusion was based on empirical evidence gathered from the experiment.
|
||||
|
||||
### 5. Ambiguous
|
||||
**Part of Speech**: Adjective
|
||||
**Definition**: Open to more than one interpretation; unclear
|
||||
**Example**: The ambiguous instructions led to confusion among the students.
|
||||
|
||||
### 6. Cynical
|
||||
**Part of Speech**: Adjective
|
||||
**Definition**: Believing that people are motivated purely by self-interest; distrustful of human sincerity
|
||||
**Example**: After many disappointments, he became cynical about political promises.
|
||||
|
||||
### 7. Diligent
|
||||
**Part of Speech**: Adjective
|
||||
**Definition**: Having or showing care and conscientiousness in one's work or duties
|
||||
**Example**: Her diligent study habits led to excellent grades.
|
||||
|
||||
### 8. Nuance
|
||||
**Part of Speech**: Noun
|
||||
**Definition**: A subtle difference in meaning, expression, or sound
|
||||
**Example**: The translator carefully captured the nuances of the original text.
|
||||
|
||||
### 9. Synthesize
|
||||
**Part of Speech**: Verb
|
||||
**Definition**: Combine a number of diverse things into a coherent whole
|
||||
**Example**: Students must synthesize information from multiple sources for their research papers.
|
||||
|
||||
### 10. Metaphor
|
||||
**Part of Speech**: Noun
|
||||
**Definition**: A figure of speech that describes an object or action in a way that isn't literally true, but helps explain a concept or idea
|
||||
**Example**: "Life is a journey" is a common metaphor used to describe life's experiences.
|
||||
|
||||
## Progress
|
||||
- [x] Word list generated
|
||||
- [ ] Words added to system
|
||||
- [ ] Study materials created
|
||||
- [ ] Practice exercises completed
|
||||
- [ ] Weekly review completed
|
||||
|
||||
## Notes
|
||||
This week's vocabulary focuses on academic and analytical terms commonly used in higher education and professional settings. All words are distinct from previous weeks' lists.
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
# Weekly-Vocabulary Progress
|
||||
|
||||
## Current Status: INITIALIZED
|
||||
|
||||
### Project Created: 2026-03-30
|
||||
|
||||
### Structure:
|
||||
- ✅ README.md - Project documentation
|
||||
- ✅ ISSUE_TEMPLATE.md - Weekly vocabulary tracking template
|
||||
- 🔄 progress.md - This file
|
||||
|
||||
### Next Steps:
|
||||
1. Review the ISSUE_TEMPLATE.md for weekly tracking
|
||||
2. Create WEEK-YYYY-MM-DD folders for each week's vocabulary
|
||||
3. Generate word lists based on previous weeks' words
|
||||
4. Commit and push to Gitea after each week
|
||||
|
||||
### Gitea Repository:
|
||||
https://gitea.loperfamily.com/Sage_Software/Weekly-Vocabulary
|
||||
|
||||
### Weekly Process:
|
||||
- **Monday**: Generate new word list (10-20 words)
|
||||
- **Tuesday-Thursday**: Study and practice
|
||||
- **Friday**: Review and assessment
|
||||
- **Saturday-Sunday**: Rest/review
|
||||
Reference in New Issue
Block a user