Skip to content

Commit

Permalink
changed the first paragraph for the Submission Process (#750)
Browse files Browse the repository at this point in the history
* changed the first paragraph for the Submission Process

* added the test for submission process
  • Loading branch information
kschuppius authored Apr 24, 2024
1 parent 9ba9a34 commit 4a37e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/author/submissions/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1>The Submission Process </h1>
<div class="col-xs-12">
<br/>
<p class="thesis_info">You will need to input your committee, upload your format review document, and upload your final document to be published. The site administrator will check the format review document for compliance to standards, and send an email detailing any format changes required. Once the status of your format review is updated to "Approved", a final document may be submitted. Your committee will then give a final approval. </p>
<p class="thesis_info">Upload your thesis/dissertation to the eTD website for format review, including your front matter, back matter and at least 3 chapters. The Office of Theses and Dissertations will check the format review and email you a PDF with comments. When all corrections are made submit the final by the final submission deadline, no changes can be made after the final is submitted. </p>
<% if current_partner.graduate? %>
<p class="thesis_info">There is a <strong>one-time</strong> fee for each thesis and/or dissertation submission required prior to the final submission of the thesis or dissertation. The fee can be paid at the <a href='https://secure.gradsch.psu.edu/paymentportal/' target='_blank'>Payment Section</a> of the Graduate School Thesis and Dissertation Information <a href='https://gradschool.psu.edu/completing-your-degree/thesis-and-dissertation-information/' target='_blank'>webpage</a>. You will not be permitted to submit your final document unless the fee is paid.</p>
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/author/author_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

context 'Author Submissions Page' do
it 'displays a paragraph of thesis instructions' do
expect(page).to have_content('You will need to input your committee, upload your format ')
expect(page).to have_content('Upload your thesis/dissertation to the eTD website for format review, including your front matter, back matter and at least 3 chapters. ')
expect(page).to have_link('Accessibility')
end

Expand Down

0 comments on commit 4a37e07

Please sign in to comment.