|
137 | 137 | <div v-if="hasGrantedDegree">
|
138 | 138 | <h3 class="h6 myuw-font-encode-sans">Post-Graduation Success</h3>
|
139 | 139 | <ul class="list-style myuw-text-md">
|
| 140 | + <li> |
| 141 | + Ensure that all information on your |
| 142 | + <a href="https://sdb.admin.uw.edu/sisStudents/uwnetid/untranscript.aspx" |
| 143 | + >unofficial transcript</a |
| 144 | + > is correct – any degrees, major and minor types. If anything is incorrect, |
| 145 | + contact the registrar's office and your academic advisor within 45 days of |
| 146 | + your degree being granted. |
| 147 | + </li> |
140 | 148 | <li>
|
141 | 149 | Get guidance and resources for
|
142 | 150 | <a href="https://www.washington.edu/graduation/after-graduation/"
|
|
229 | 237 | <uw-collapsed-item :notice="degreeDiploma">
|
230 | 238 | <template #notice-body>
|
231 | 239 | <p>
|
232 |
| - The Office of the University Registrar will send you an email about one month |
233 |
| - after graduation with the link to a form where you can log in and enter your |
234 |
| - diploma name and diploma mailing address. |
| 240 | + You can use the |
| 241 | + <a href="https://registrar.washington.edu/diploma-name/"> |
| 242 | + Diploma Name and Address form</a> |
| 243 | + to update your diploma name and mailing address until the registrar's |
| 244 | + office places the diploma order for your quarter of graduation – |
| 245 | + approximately one month after your degree is granted. |
235 | 246 | </p>
|
236 | 247 | <p>
|
237 |
| - If you do not submit the form by the deadline given in the email, the name on |
238 |
| - your diploma will default to the name on your official student record which |
239 |
| - may vary from your preferred name. |
| 248 | + We urge you to update your information now. If you do not update your diploma |
| 249 | + name and address within this timeframe, information from your student record |
| 250 | + will be used to issue and mail your diploma. |
240 | 251 | </p>
|
241 | 252 | <p>
|
242 |
| - For more information about diplomas, visit the |
| 253 | + For more information about diplomas, including shipping time and CeDiplomas, |
| 254 | + visit the |
243 | 255 | <a href="https://registrar.washington.edu/students/graduation-diplomas/"
|
244 | 256 | >Graduations and Diplomas</a
|
245 | 257 | >
|
246 |
| - site. |
| 258 | + page. |
247 | 259 | </p>
|
248 | 260 | </template>
|
249 | 261 | </uw-collapsed-item>
|
|
447 | 459 | import { mapGetters, mapState, mapActions } from 'vuex';
|
448 | 460 | import { faChevronUp, faChevronDown } from '@fortawesome/free-solid-svg-icons';
|
449 | 461 | import Card from '../../_templates/card.vue';
|
450 |
| -import CollapsedItem from './collapsed-item.vue'; |
| 462 | +import CollapsedItem from '../../_common/collapsed-item.vue'; |
451 | 463 | import Collapse from '../../_templates/collapse.vue';
|
452 | 464 | import Feedback from '../../_templates/feedback.vue';
|
453 | 465 |
|
|
0 commit comments