diff --git a/app/views/thesis/_author_fields.html.erb b/app/views/thesis/_author_fields.html.erb deleted file mode 100644 index 298f96da..00000000 --- a/app/views/thesis/_author_fields.html.erb +++ /dev/null @@ -1,13 +0,0 @@ -

Consent to send thesis to ProQuest

-
-

We are conducting a pilot program to provide additional open access to MIT theses through ProQuest Dissertation & Theses Global (PQDT). The aim is to make theses more visible and discoverable.

-

There is no cost to you and your thesis will not be sent to ProQuest until it is published by MIT. See PQDT's Author Dissertations FAQs for more information about participating.

-
- ProQuest consent * - <%= f.input :proquest_allowed, as: :radio_buttons, - collection: [['Yes', true], ['No', false]], - required: true, - validate_presence: true, - label: "I would like the full-text of my thesis to be made openly available in ProQuest Dissertation & Theses Global.".html_safe %> -
-
diff --git a/app/views/thesis/edit.html.erb b/app/views/thesis/edit.html.erb index 430c30a6..e69ee040 100644 --- a/app/views/thesis/edit.html.erb +++ b/app/views/thesis/edit.html.erb @@ -183,12 +183,6 @@ hint: 'If anything is incorrect in the non-editable fields, tell us here.'.html_safe, hint_html: { id: 'thesis_author_note-hint', class: 'col3q' } %> - <%= f.simple_fields_for :authors do |author| %> - <% if author.object.user_id == current_user.id && satisfies_advanced_degree?(@thesis) %> - <%= render 'author_fields', f: author %> - <% end %> - <% end %> -
<%= submit_tag 'Submit thesis information', class: 'btn button-primary' %>
@@ -205,13 +199,6 @@