|
4 | 4 |
|
5 | 5 | <p>Please respond to each of the prompts below. There is no prescribed word count limit.</p> |
6 | 6 |
|
7 | | - <v-row><v-col><v-card> |
8 | | - <v-card-title>Optional PDF</v-card-title> |
9 | | - <v-card-subtitle>For your response below, if you wish to use mathematical formatting not available here, you may include your response to all prompts below as a single PDF file.</v-card-subtitle> |
10 | | - <v-card-text class="py-0"> |
11 | | - <v-list-item two-line v-for="attachment in essayAttachments" |
12 | | - :href="attachment.url" |
13 | | - :key="attachment.id"> |
14 | | - <v-list-item-icon> |
15 | | - <v-icon>mdi-file</v-icon> |
16 | | - </v-list-item-icon> |
17 | | - <v-list-item-content> |
18 | | - <v-list-item-title>{{ attachment.name }}</v-list-item-title> |
19 | | - <v-list-item-subtitle v-if="attachment.createdAt">Uploaded {{ attachment.createdAt | moment("from", "now") }}</v-list-item-subtitle> |
20 | | - </v-list-item-content> |
21 | | - <v-list-item-action @click.prevent="remove(attachment.id)"> |
22 | | - <v-btn icon> |
23 | | - <v-icon color="grey lighten-1">mdi-delete</v-icon> |
24 | | - </v-btn> |
25 | | - </v-list-item-action> |
26 | | - </v-list-item> |
27 | | - |
28 | | - <v-list-item two-line> |
29 | | - <v-list-item-content> |
30 | | - <v-list-item-title> |
31 | | - <v-file-input v-model="file" label="Upload your essay responses" hint="Optionally, instead of entering your responses below, you may upload your responses as a PDF." persistent-hint/> |
32 | | - </v-list-item-title> |
33 | | - <v-list-item-subtitle></v-list-item-subtitle> |
34 | | - </v-list-item-content> |
35 | | - <v-list-item-action @click="upload"> |
36 | | - <v-btn color="primary"> |
37 | | - Upload |
38 | | - <v-icon right>mdi-upload</v-icon> |
39 | | - </v-btn> |
40 | | - </v-list-item-action> |
41 | | - </v-list-item> |
42 | | - </v-card-text> |
43 | | - </v-card></v-col></v-row> |
44 | | - |
45 | 7 | <v-row><v-col><v-card> |
46 | | - <v-card-title>Projects</v-card-title> |
47 | | - <v-card-subtitle><strong>Have you worked on some interesting mathematical projects?</strong> If so, what were the topics? For the project you enjoyed the most: How much time did you spend on it? Were you working alone, guided by a mentor, or as part of a team? What benefits do you feel you gained from doing that work?</v-card-subtitle> |
| 8 | + <v-card-title>Passion</v-card-title> |
| 9 | + <v-card-subtitle><strong>Tell us about your mathematical journey!</strong> Some possible things you could talk about |
| 10 | +are the following (you do not have to answer all of these, nor are you limited to these |
| 11 | +questions): |
| 12 | +<ul> |
| 13 | +<li>How did you come to love math? What draws you to math?</li> |
| 14 | +<li>What mathematical experiences have you enjoyed?</li> |
| 15 | +<li>What is a mathematical idea you find exciting and would love to share?</li> |
| 16 | +<li>Tell us about some mathematics that you’ve worked on and enjoyed.</li> |
| 17 | +</ul> |
| 18 | +All responses are welcome! This isn’t a test for coming up with something |
| 19 | +“impressive” or for you to try and figure out what math we’re “looking for” — we really |
| 20 | +want to hear about mathematics that you like and find interesting.) |
| 21 | +Coming to Ross is a 6-week endeavor. What makes you want to come to Ross and do |
| 22 | +math for 6 weeks? What do you hope to get out of Ross?</v-card-subtitle> |
48 | 23 | <v-card-text class="py-0"> |
49 | 24 | <v-textarea |
50 | 25 | outlined |
51 | 26 | label="Your response" |
52 | | - v-model="interestingProjects" |
| 27 | + v-model="passion" |
53 | 28 | > |
54 | 29 | </v-textarea> |
55 | 30 | </v-card-text> |
|
65 | 40 | </v-card-actions> |
66 | 41 | </v-card></v-col></v-row> |
67 | 42 |
|
| 43 | + |
68 | 44 | <v-row><v-col><v-card> |
69 | | - <v-card-title>Competitions</v-card-title> |
70 | | - <v-card-subtitle><strong>Have you recently participated in some math competitions?</strong> Which ones? Did you do well on them? Do you feel that the process of preparing for math competitions to be more interesting and worthwhile than the math courses you have taken in high school or in other venues?</v-card-subtitle> |
| 45 | + <v-card-title>Community</v-card-title> |
| 46 | + <v-card-subtitle>At Ross, you will have to live with many different people, some who you may have |
| 47 | + much in common with, and some who may have different life experiences from your |
| 48 | +own. <strong>What should people know about you to share the same |
| 49 | +space as you, and for you to feel valued in a community?</strong> (This can include, but is not |
| 50 | +limited to: what should people know about the way you engage with and learn |
| 51 | +mathematics?) What will you commit to doing to help make the community one that |
| 52 | +welcomes your future community members? |
| 53 | + </v-card-subtitle> |
71 | 54 | <v-card-text class="py-0"> |
72 | 55 | <v-textarea |
73 | 56 | outlined |
74 | 57 | label="Your response" |
75 | | - v-model="competitions" |
| 58 | + v-model="community" |
76 | 59 | > |
77 | 60 | </v-textarea> |
78 | 61 | </v-card-text> |
|
89 | 72 | </v-card></v-col></v-row> |
90 | 73 |
|
91 | 74 | <v-row><v-col><v-card> |
92 | | - <v-card-title>Other programs</v-card-title> |
93 | | - <v-card-subtitle><strong>Have you participated in academic programs outside of school?</strong> This might include another summer math camp, a local Math Club, or a Math Circle at some nearby college. What sorts of activities were involved? Did you enjoy those experiences? Were the programs online or were they in-person?</v-card-subtitle> |
| 75 | + <v-card-title>Collaboration</v-card-title> |
| 76 | + <v-card-subtitle> |
| 77 | +Collaborating and working together mathematically is an important aspect of Ross. |
| 78 | +<strong>Describe a project or otherwise that you have collaborated with others on (mathematical |
| 79 | +or otherwise).</strong> What norms, practices, and values made the collaboration effective? How |
| 80 | +will you practice collaboration at Ross to make Ross a welcoming learning environment |
| 81 | +for everyone? |
| 82 | + </v-card-subtitle> |
94 | 83 | <v-card-text class="py-0"> |
95 | 84 | <v-textarea |
96 | 85 | outlined |
97 | 86 | label="Your response" |
98 | | - v-model="otherPrograms" |
| 87 | + v-model="collaboration" |
99 | 88 | > |
100 | 89 | </v-textarea> |
101 | 90 | </v-card-text> |
|
112 | 101 | </v-card></v-col></v-row> |
113 | 102 |
|
114 | 103 | <v-row><v-col><v-card> |
115 | | - <v-card-title>Books and websites</v-card-title> |
116 | | - <v-card-subtitle><strong>What have you read recently about mathematics?</strong> Which math books are your favorites? What parts of them were most enjoyable or interesting to you? What interesting mathematical websites have you visited in the past year? What aspects of math have you learned by reading the material on those sites?</v-card-subtitle> |
| 104 | + <v-card-title>Background</v-card-title> |
| 105 | + <v-card-subtitle> |
| 106 | + Ross students often come from a myriad of personal backgrounds, with many rich and |
| 107 | +varied life experiences. <strong>How have your personal background and experiences have |
| 108 | +shaped your academic and/or mathematical journey?</strong> |
| 109 | + </v-card-subtitle> |
117 | 110 | <v-card-text class="py-0"> |
118 | 111 | <v-textarea |
119 | 112 | outlined |
120 | 113 | label="Your response" |
121 | | - v-model="books" |
| 114 | + v-model="previousExperience" |
122 | 115 | > |
123 | 116 | </v-textarea> |
124 | 117 | </v-card-text> |
|
135 | 128 | </v-card></v-col></v-row> |
136 | 129 |
|
137 | 130 | <v-row><v-col><v-card> |
138 | | - <v-card-title>Future goals</v-card-title> |
139 | | - <v-card-subtitle><strong>What do you plan to major in at college?</strong> What are your career goals? Do you feel “driven” toward one type of work? (Like an academic career in math, astronomy, or economics? Or a career in finance? etc.) Or will you take a variety of courses in college and see what areas seem most interesting?</v-card-subtitle> |
| 131 | + <v-card-title>Source</v-card-title> |
| 132 | + <v-card-subtitle><strong>How did you hear about Ross?</strong></v-card-subtitle> |
140 | 133 | <v-card-text class="py-0"> |
141 | 134 | <v-textarea |
142 | 135 | outlined |
143 | 136 | label="Your response" |
144 | | - v-model="intendedMajor" |
| 137 | + v-model="referral" |
145 | 138 | > |
146 | 139 | </v-textarea> |
147 | 140 | </v-card-text> |
|
158 | 151 | </v-card></v-col></v-row> |
159 | 152 |
|
160 | 153 | <v-row><v-col><v-card> |
161 | | - <v-card-title>Collaboration</v-card-title> |
162 | | - <v-card-subtitle><strong>When you work on hard math problems do you usually work alone? Or with a group of friends?</strong> Reminder: when you work on the Ross Application Problems, please be sure to work by yourself.</v-card-subtitle> |
| 154 | + <v-card-title>Activities</v-card-title> |
| 155 | + <v-card-subtitle><strong>What activities do you engage in outside of classes?</strong></v-card-subtitle> |
163 | 156 | <v-card-text class="py-0"> |
164 | 157 | <v-textarea |
165 | 158 | outlined |
166 | 159 | label="Your response" |
167 | | - v-model="collaboration" |
| 160 | + v-model="otherPrograms" |
168 | 161 | > |
169 | 162 | </v-textarea> |
170 | 163 | </v-card-text> |
|
181 | 174 | </v-card></v-col></v-row> |
182 | 175 |
|
183 | 176 | <v-row><v-col><v-card> |
184 | | - <v-card-title>Other coursework</v-card-title> |
185 | | - <v-card-subtitle><strong>Have you taken math courses outside of the standard high school curriculum?</strong> Those courses could have been at a local college, in a residential math program, from an educational website, etc.</v-card-subtitle> |
| 177 | + <v-card-title>Future goals</v-card-title> |
| 178 | + <v-card-subtitle>What do you plan to major in at college?</strong> What are your career goals? Do you feel “driven” toward one type of work? (Like an academic career in math, astronomy, or economics? Or a career in finance? etc.) Or will you take a variety of courses in college and see what areas seem most interesting?</v-card-subtitle> |
186 | 179 | <v-card-text class="py-0"> |
187 | 180 | <v-textarea |
188 | 181 | outlined |
189 | 182 | label="Your response" |
190 | | - v-model="otherCourses" |
| 183 | + v-model="intendedMajor" |
191 | 184 | > |
192 | 185 | </v-textarea> |
193 | 186 | </v-card-text> |
|
204 | 197 | </v-card></v-col></v-row> |
205 | 198 |
|
206 | 199 | <v-row><v-col><v-card> |
207 | | - <v-card-title>Being away from home</v-card-title> |
208 | | - <v-card-subtitle><strong>Are you eager to spend many weeks away from home, with with no distractions from non-mathematical activities, focusing all of your energies on one narrow area of mathematics?</strong> Ross students live in a college dormitory, with no access to televisions or electronic games. Most of their waking hours are spent working on challenging math problems. Does this intensity and focus appeal to you?</v-card-subtitle> |
| 200 | + <v-card-title>Other Information</v-card-title> |
| 201 | + <v-card-subtitle><strong>Is there anything else you’d like to tell us?</v-card-subtitle> |
209 | 202 | <v-card-text class="py-0"> |
210 | 203 | <v-textarea |
211 | 204 | outlined |
212 | 205 | label="Your response" |
213 | | - v-model="eager" |
| 206 | + v-model="otherInformation" |
214 | 207 | > |
215 | 208 | </v-textarea> |
216 | 209 | </v-card-text> |
|
225 | 218 | </v-btn> |
226 | 219 | </v-card-actions> |
227 | 220 | </v-card></v-col></v-row> |
228 | | - </v-container> |
| 221 | + |
| 222 | + |
| 223 | + </v-container> |
229 | 224 |
|
230 | 225 | <v-flex |
231 | 226 | xs12 |
@@ -259,41 +254,41 @@ export default { |
259 | 254 | }, |
260 | 255 | }, |
261 | 256 |
|
262 | | - interestingProblem: { |
263 | | - get() { return this.application.interestingProblem; }, |
264 | | - set(v) { this.$set(this.updatedApplication, 'interestingProblem', v); }, |
| 257 | + introduction: { |
| 258 | + get() { return this.application.introduction; }, |
| 259 | + set(v) { this.$set(this.updatedApplication, 'introduction', v); }, |
| 260 | + }, |
| 261 | + passion: { |
| 262 | + get() { return this.application.passion; }, |
| 263 | + set(v) { this.$set(this.updatedApplication, 'passion', v); }, |
| 264 | + }, |
| 265 | + community: { |
| 266 | + get() { return this.application.community; }, |
| 267 | + set(v) { this.$set(this.updatedApplication, 'community', v); }, |
| 268 | + }, |
| 269 | + collaboration: { |
| 270 | + get() { return this.application.collaboration; }, |
| 271 | + set(v) { this.$set(this.updatedApplication, 'collaboration', v); }, |
265 | 272 | }, |
266 | | - interestingProjects: { |
267 | | - get() { return this.application.interestingProjects; }, |
268 | | - set(v) { this.$set(this.updatedApplication, 'interestingProjects', v); }, |
| 273 | + previousExperience: { |
| 274 | + get() { return this.application.previousExperience; }, |
| 275 | + set(v) { this.$set(this.updatedApplication, 'previousExperience', v); }, |
269 | 276 | }, |
270 | | - competitions: { |
271 | | - get() { return this.application.competitions; }, |
272 | | - set(v) { this.$set(this.updatedApplication, 'competitions', v); }, |
| 277 | + referral: { |
| 278 | + get() { return this.application.referral; }, |
| 279 | + set(v) { this.$set(this.updatedApplication, 'referral', v); }, |
273 | 280 | }, |
274 | 281 | otherPrograms: { |
275 | 282 | get() { return this.application.otherPrograms; }, |
276 | 283 | set(v) { this.$set(this.updatedApplication, 'otherPrograms', v); }, |
277 | 284 | }, |
278 | | - books: { |
279 | | - get() { return this.application.books; }, |
280 | | - set(v) { this.$set(this.updatedApplication, 'books', v); }, |
281 | | - }, |
282 | | - eager: { |
283 | | - get() { return this.application.eager; }, |
284 | | - set(v) { this.$set(this.updatedApplication, 'eager', v); }, |
285 | | - }, |
286 | 285 | intendedMajor: { |
287 | 286 | get() { return this.application.intendedMajor; }, |
288 | 287 | set(v) { this.$set(this.updatedApplication, 'intendedMajor', v); }, |
289 | 288 | }, |
290 | | - collaboration: { |
291 | | - get() { return this.application.collaboration; }, |
292 | | - set(v) { this.$set(this.updatedApplication, 'collaboration', v); }, |
293 | | - }, |
294 | | - otherCourses: { |
295 | | - get() { return this.application.otherCourses; }, |
296 | | - set(v) { this.$set(this.updatedApplication, 'otherCourses', v); }, |
| 289 | + otherInformation: { |
| 290 | + get() { return this.application.otherInformation; }, |
| 291 | + set(v) { this.$set(this.updatedApplication, 'otherInformation', v); }, |
297 | 292 | }, |
298 | 293 |
|
299 | 294 | }, |
|
0 commit comments