> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/makriman/inspir/llms.txt
> Use this file to discover all available pages before exploring further.

# Organization Tools

> Plan your semester, track grades, organize notes, and manage assignments with powerful planning tools

# Organization Tools

Stay organized throughout the semester with tools for note-taking, grade tracking, assignment management, and course planning.

<Info>
  Organized students report **25% less stress** and **higher GPAs** than disorganized peers.
</Info>

***

## Cornell Notes

Generate structured Cornell-format notes from any text or lecture content.

### What Are Cornell Notes?

Cornell Notes is a systematic format for organizing notes:

```
┌─────────────┬──────────────────────┐
│   CUES      │      NOTES           │
│ (Keywords)  │  (Detailed info)     │
│             │                      │
│ - Key term  │  • Main ideas        │
│ - Question  │  • Examples          │
│ - Topic     │  • Definitions       │
│             │  • Details           │
├─────────────┴──────────────────────┤
│         SUMMARY                    │
│  (2-3 sentence overview)           │
└────────────────────────────────────┘
```

### How to Generate Cornell Notes

<Steps>
  <Step title="Input Your Content">
    * Paste lecture notes or textbook passages
    * Upload PDF/DOCX files
    * Minimum 50 characters
  </Step>

  <Step title="Add Context (Optional)">
    * Title: "Biology Lecture 5"
    * Subject: "Cell Biology"
  </Step>

  <Step title="Generate">
    AI creates structured Cornell notes:

    * **Cues column**: Key terms, questions, main topics
    * **Notes column**: Detailed explanations and examples
    * **Summary**: Concise overview of entire content
  </Step>

  <Step title="Review & Export">
    * Edit any section
    * Export to TXT or PDF
    * Save to notes library
  </Step>
</Steps>

### Benefits of Cornell Notes

<CardGroup cols={2}>
  <Card title="Better Retention" icon="brain">
    Format forces you to actively process and organize information
  </Card>

  <Card title="Easy Review" icon="rotate">
    Cover notes column and quiz yourself using cues
  </Card>

  <Card title="Exam Prep" icon="graduation-cap">
    Summaries provide quick refreshers before tests
  </Card>

  <Card title="Organized" icon="folder">
    Consistent format across all subjects
  </Card>
</CardGroup>

### Cornell Notes Example

<Accordion title="See Sample Cornell Notes">
  **Topic**: Photosynthesis

  **CUES:**

  * What is photosynthesis?
  * Light reactions location?
  * Calvin Cycle products?
  * Overall equation?

  **NOTES:**

  * Photosynthesis is the process by which plants convert light energy into chemical energy (glucose)
  * Light reactions occur in thylakoid membranes:
    * Chlorophyll absorbs light
    * Water is split → H⁺ + O₂
    * ATP and NADPH are produced
  * Calvin Cycle occurs in stroma:
    * CO₂ is fixed using RuBisCO
    * ATP and NADPH used to synthesize glucose
    * Products: C₆H₁₂O₆ (glucose)

  **SUMMARY:**
  Photosynthesis converts light energy to chemical energy through two stages: light reactions (in thylakoids) produce ATP/NADPH, and the Calvin Cycle (in stroma) uses these to convert CO₂ into glucose.
</Accordion>

***

## Grade Calculator

Calculate your current grade, predict final grades, and plan what you need on exams.

### Features

<Tabs>
  <Tab title="Current Grade">
    Enter all your assignments with scores and weights:

    | Assignment | Score | Max | Weight |
    | ---------- | ----- | --- | ------ |
    | Quiz 1     | 18    | 20  | 10%    |
    | Midterm    | 85    | 100 | 30%    |
    | Essay      | 42    | 50  | 20%    |

    **Current Grade**: 84.5%
  </Tab>

  <Tab title="What-If Calculator">
    "What grade do I need on the final to get an A?"

    * Current grade: 84.5%
    * Final weight: 40%
    * Target grade: 90% (A)

    **You need: 98.75%** on the final to reach 90%
  </Tab>

  <Tab title="Multi-Course GPA">
    Track all courses and calculate semester GPA:

    | Course      | Grade | Credits |
    | ----------- | ----- | ------- |
    | Biology 101 | 87%   | 4       |
    | Calculus I  | 92%   | 4       |
    | English 102 | 85%   | 3       |

    **Semester GPA**: 3.54
  </Tab>
</Tabs>

### Grade Calculator Features

<AccordionGroup>
  <Accordion title="Assignment Categories">
    Organize by category:

    * Homework (20%)
    * Quizzes (15%)
    * Midterms (25%)
    * Final (30%)
    * Participation (10%)

    Calculator uses weighted averages automatically.
  </Accordion>

  <Accordion title="Scenarios">
    Create "what-if" scenarios:

    * "What if I get 100% on the next quiz?"
    * "What if I skip this assignment?"
    * Compare multiple scenarios side-by-side
  </Accordion>

  <Accordion title="Grade History">
    * Track grades over semester
    * View trend line (improving/declining)
    * See grade after each assignment
  </Accordion>
</AccordionGroup>

### Grading Scales

Supports multiple grading systems:

<CodeGroup>
  ```text Standard (USA) theme={null}
  90-100% = A
  80-89%  = B
  70-79%  = C
  60-69%  = D
  Below 60% = F
  ```

  ```text Plus/Minus theme={null}
  93-100% = A
  90-92%  = A-
  87-89%  = B+
  83-86%  = B
  ...
  ```

  ```text GPA Scale theme={null}
  A  = 4.0
  A- = 3.7
  B+ = 3.3
  B  = 3.0
  ...
  ```
</CodeGroup>

<Note>
  All grade data is saved locally in your browser - your grades are private and never uploaded to our servers.
</Note>

***

## GPA Tracker

Monitor your cumulative GPA across semesters.

### Semester Management

<Steps>
  <Step title="Add Semesters">
    Create entries for each semester:

    * Fall 2024
    * Spring 2025
    * Summer 2025
  </Step>

  <Step title="Add Courses">
    For each semester, add courses with:

    * Course name
    * Grade (letter or percentage)
    * Credit hours
  </Step>

  <Step title="Track GPA">
    View:

    * Semester GPA (current term)
    * Cumulative GPA (all semesters)
    * GPA trends over time
  </Step>
</Steps>

### GPA Analytics

<CardGroup cols={2}>
  <Card title="Semester Comparison" icon="chart-line">
    Compare GPAs across semesters - identify trends
  </Card>

  <Card title="Credit Progress" icon="graduation-cap">
    Track total credits earned toward degree requirements
  </Card>

  <Card title="Honor Roll Status" icon="award">
    See if you qualify for Dean's List (typically 3.5+)
  </Card>

  <Card title="What-If Scenarios" icon="calculator">
    "If I get all A's next semester, what will my GPA be?"
  </Card>
</CardGroup>

***

## Study Planner

Plan your weekly study schedule.

### Weekly Calendar View

Drag-and-drop interface:

```
        Mon    Tue    Wed    Thu    Fri    Sat    Sun
8-10    Math          Math          Math   Review
10-12   Bio    Bio    Bio    Bio    Bio    
2-4            Chem          Chem          Essay
6-8     Study         Study         Free
```

### Planner Features

<AccordionGroup>
  <Accordion title="Recurring Events">
    Set events to repeat:

    * "Study Math" every Mon/Wed/Fri at 8 AM
    * Automatically populates calendar
    * Edit or skip individual instances
  </Accordion>

  <Accordion title="Time Blocking">
    Allocate specific time blocks:

    * Morning classes (8-12)
    * Afternoon study (2-5)
    * Evening review (7-9)
    * Prevents overbooking
  </Accordion>

  <Accordion title="Study Goals">
    Set weekly study hour goals:

    * Target: 25 hours/week
    * Current: 18 hours scheduled
    * Progress bar shows completion
  </Accordion>

  <Accordion title="Calendar Export">
    Export to:

    * Google Calendar
    * Apple Calendar
    * Outlook
    * ICS file download
  </Accordion>
</AccordionGroup>

***

## Assignment Tracker

Track all assignments, deadlines, and submission status.

### Assignment Dashboard

<Tabs>
  <Tab title="Upcoming">
    Sorted by due date:

    | Assignment    | Course   | Due      | Status       |
    | ------------- | -------- | -------- | ------------ |
    | Lab Report 3  | Biology  | Tomorrow | Not Started  |
    | Problem Set 7 | Calculus | Oct 25   | In Progress  |
    | Essay Draft   | English  | Oct 28   | Outline Done |
  </Tab>

  <Tab title="Overdue">
    Highlighted in red - immediate action needed
  </Tab>

  <Tab title="Completed">
    Archived assignments - view grade and notes
  </Tab>

  <Tab title="Calendar View">
    Visual timeline of all deadlines
  </Tab>
</Tabs>

### Assignment Details

For each assignment, track:

* **Title & description**
* **Course** (color-coded by subject)
* **Due date & time**
* **Estimated time** to complete
* **Priority** (High, Medium, Low)
* **Status** (Not Started, In Progress, Submitted)
* **Grade** (after submission)
* **Notes** (instructions, resources)

### Smart Features

<CardGroup cols={2}>
  <Card title="Deadline Reminders" icon="bell">
    Notifications 24 hours, 1 week before due dates
  </Card>

  <Card title="Time Estimates" icon="clock">
    AI suggests time needed based on assignment type
  </Card>

  <Card title="Priority Sorting" icon="arrow-up">
    Auto-prioritize by: due date, grade weight, completion time
  </Card>

  <Card title="Streak Tracking" icon="fire">
    Track on-time submission streak
  </Card>
</CardGroup>

***

## Note Organizer

Organize all your notes in one searchable library.

### Organization Structure

```
📚 My Notes
├── 📁 Biology 101
│   ├── 📄 Chapter 1: The Cell
│   ├── 📄 Chapter 2: DNA
│   └── 📄 Lecture Notes 9/15
├── 📁 Calculus I
│   ├── 📄 Derivatives
│   └── 📄 Integrals
└── 📁 English 102
    ├── 📄 Essay Outlines
    └── 📄 Vocab Lists
```

### Features

<AccordionGroup>
  <Accordion title="Full-Text Search">
    Search across all notes:

    * Find "mitochondria" → shows all notes mentioning it
    * Search by tag, date, or course
    * Quick jump to relevant section
  </Accordion>

  <Accordion title="Tags & Labels">
    Organize with tags:

    * \#exam-prep
    * \#important
    * \#review-later
    * \#lab-notes

    View all notes with specific tag
  </Accordion>

  <Accordion title="Import from Anywhere">
    Add notes from:

    * Cornell Notes Generator
    * Text Summarizer output
    * Study Guide Generator
    * Manual upload (PDF, DOCX, TXT)
  </Accordion>

  <Accordion title="Quick Export">
    Export notes:

    * Single note → PDF/TXT
    * Entire folder → ZIP file
    * Share link (read-only)
  </Accordion>
</AccordionGroup>

***

## Course Manager

Manage all course information in one dashboard.

### Course Cards

Each course shows:

* **Course name & code** (e.g., "BIO 101 - Intro Biology")
* **Instructor** name and email
* **Schedule** (Mon/Wed/Fri 10-11 AM, Room 305)
* **Current grade** and trend
* **Upcoming assignments** (next 3)
* **Next class** countdown

### Quick Actions

<CardGroup cols={3}>
  <Card title="View Notes" icon="book">
    Jump to all notes for this course
  </Card>

  <Card title="Check Grades" icon="chart-simple">
    View grade breakdown and calculations
  </Card>

  <Card title="Add Assignment" icon="plus">
    Quickly add new assignments for this course
  </Card>
</CardGroup>

***

## Schedule Builder

Build your class schedule for the semester.

### Weekly Grid

Visual weekly schedule:

```
         Mon      Tue      Wed      Thu      Fri
8-9                                            
9-10     BIO-101          BIO-101          BIO-101
10-11    CALC-150         CALC-150         CALC-150
11-12                                           
12-1     -------- LUNCH ---------
1-2                                            
2-3      ENG-102          ENG-102          
3-4      [Lab]            [Lab]
```

### Features

* **Conflict detection**: Warns if classes overlap
* **Credit hour totals**: Shows total credits scheduled
* **Free time blocks**: Identifies gaps for study time
* **Color coding**: Each course has unique color
* **Room numbers**: Include building/room info
* **Professor info**: Quick access to office hours

<Note>
  Schedule Builder helps you visualize free time for study sessions - use with Study Planner to block study time.
</Note>

***

## Organization Best Practices

<AccordionGroup>
  <Accordion title="Weekly Planning Ritual">
    Every Sunday:

    1. Review upcoming assignments
    2. Plan study sessions in calendar
    3. Update grade tracker with new scores
    4. Organize notes from past week
  </Accordion>

  <Accordion title="Use Consistent Naming">
    Name files/notes consistently:

    * `[Course] - [Topic] - [Date]`
    * Example: `BIO101 - Cell Structure - 10-15`
    * Makes searching and sorting easier
  </Accordion>

  <Accordion title="Tag Everything">
    Use tags liberally:

    * Make notes easier to find
    * Create custom views ("show all #exam-prep")
    * Identify patterns ("I have 10 notes tagged #confused")
  </Accordion>

  <Accordion title="Review Weekly">
    Set aside 30 minutes/week to:

    * Archive completed assignments
    * Update grades
    * Clean up note organization
    * Plan next week
  </Accordion>
</AccordionGroup>

***

## Integration

All organization tools work together:

<Steps>
  <Step title="Course Manager">
    Add your courses and schedules
  </Step>

  <Step title="Assignment Tracker">
    Assignments auto-link to courses
  </Step>

  <Step title="Grade Calculator">
    Grades pull from assignments
  </Step>

  <Step title="Study Planner">
    Free time calculated from schedule
  </Step>

  <Step title="Note Organizer">
    Notes organized by course
  </Step>
</Steps>

***

## Next Steps

<Card title="Start Organizing" icon="folder" href="https://quiz.inspir.uk/cornell-notes">
  Begin with Cornell Notes to organize your existing notes
</Card>
