summaryrefslogtreecommitdiff
path: root/templates/highered.html.j2
blob: 77f0c4a085420021955013a6d58470fdd4747708 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{% extends "base.html.j2" %}

{% block main %}

<section class="banner">
    <h1>Higher Education Services</h1>
</section>

<section>
    <h2>Personalized partnership and support from a higher education expert.</h2>
</section>

<section id="offerings" class="cards">
    <div class="card full">
        <h3>
            Higher Education Service
        </h3>
    </div>

    <div class="card">
        <p> <a href="#offering-academic-coaching"> Academic Coaching </a> </p>
    </div>

    <div class="card">
        <p> <a href="#offering-application-essay-consulting">Application Essay Consulting</a> </p>
    </div>

    <div class="card">
        <p><a href="#offering-college-transition">College Transition</a></p>
    </div>

    <div class="card">
        <p><a href="#offering-subject-tutoring">Subject Tutoring</a></p>
    </div>

    <div class="card">
        <p><a href="#offering-writing-support">Writing Support</a></p>
    </div>
</section>

<section id="offering-academic-coaching">
    <h2>Academic Coaching</h2>

    <p>
        Academic Coaching teaches and models the skills students need for success through graduation and beyond. We work
        together to create and execute realistic plans to handle the responsibilities of each week. Tailored to each
        student's individual needs, Academic Coaching provides students with a partner in navigating both academic and
        personal responsibilities with the goal of increasing confidence, autonomy, and self-sufficiency. Topics
        covered include but are not limited to

    <ul>
        <li>Time and stress management</li>
        <li>Task prioritization</li>
        <li>Organization</li>
        <li>Effective study techniques</li>
        <li>Note-taking </li>
        <li>Motivation</li>
        <li>Procrastination</li>
        <li>Self-advocacy </li>
        <li>Communication </li>
        <li>Understanding instructor expectations</li>
    </ul>

    </p>
</section>

<section id="offering-application-essay-consulting">
    <h2>Application Essay Consulting</h2>

    <p>
        Whether your higher education journey is just beginning or you're applying for a terminal degree program, the
        essay is an important part of any application. From picking a topic to telling your story to editing a final
        draft, you have a dedicated and knowledgeable partner. Students remain in control during every stage of the
        writing process with the added benefits of real-time feedback, guidance, and recommendations. Support for
        supplemental essays is also available.
    </p>
</section>

<section id="offering-college-transition">
    <h2>College Transition</h2>

    <p>
        When I worked at colleges, I saw talented students struggle, often because they hadn't solidified the skills
        they'd need for success in college or hadn't had the opportunity to learn about the resources and services
        available to them on campus. The College Transition offering provides students the toolkit of techniques and
        tips they'll need and introduces relevant university services and resources. Whether you're entering your first
        semester of higher education or seeking a new degree after attending to a family or career, you don't have to
        navigate your adjustment to life in higher education alone.
    </p>
</section>

<section id="offering-subject-tutoring">
    <h2>Subject Tutoring</h2>

    <p>
        Support is available in understanding and practicing course content for the following subjects:

    <ul>
        <li>English Literature</li>
        <li>Latin language</li>
        <li>Math (dependent on tutor availability)</li>
        <li>Computer Science (dependent on tutor availability)</li>
    </ul>

    For support in preparing essays, final papers, presentations, discussion papers, and other communication-based
    assignments in any subject, see <a href="#offering-writing-support">Writing Support</a>.
    </p>

    <p>
        For support in making the most of class instruction, preparing for exams, and planning for the semester ahead in
        any
        subject, see <a href="#offering-academic-coaching">Academic Coaching</a>.
    </p>
</section>

<section id="offering-writing-support">
    <h2>Writing Support</h2>

    <p>
        Creating a large written work requires effective planning, and long-term effort can be difficult to maintain
        without some help. Bring a partner into your process to help set and reach realistic goals, break through
        barriers impeding your progress, strengthen your writing, and stay motivated. On-going coaching relationships
        that address all stages of the writing process as well as editing services are available.
    </p>

    <p>
        Writing Support is available for all communication-based course assignments as well as theses and dissertations
        in any subject.
    </p>

    <p>
        Past thesis and dissertation clients encompass a wide variety of fields including education, heliophysics,
        sociology, biostatistics, computer science, and marketing and branding at institutions such as William &amp;
        Mary, Vanderbilt, University of Michigan, Harvard, and Yonsei University in South Korea.
    </p>
</section>

{% endblock %}