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.
-
-
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 %>
-