Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions designsafe/apps/nco/templates/designsafe/apps/nco/nco_index.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ NHERI Facilities Scheduling Dashbaord
<div class="top-row">
<!-- SCHEDULER INTRO -->
<div class="title-intro-box">
<h1> Facility Scheduling Dashboard </h1>
<h3><em>Centralized management for NSF-funded awards using NHERI</em></h3>
<p>At any given time, dozens of research projects are underway at NHERI's <a href="/facilities/experimental/">eight Experimental Facilities</a>. The Facility Scheduling Dashboard provides researchers with a centralized location for managing project experiments and offers a public view of the work underway at NHERI facilities.</p>
<p>The NHERI <a href="/facilities/nco/">Network Coordination Office (NCO)</a> oversees NHERI's centralized scheduling and will be rolling out phased updates to the Scheduling Dashboard.</p>
<p>Questions? Contact <a href="mailto:zehner2@purdue.edu">Dan Zehner</a>, NCO Facility Scheduling and Operations Coordinator.</p>
<h1> Facility Scheduling Dashboard </h1>
<h3><em>Centralized management for NSF-funded awards using NHERI</em></h3>
<p>At any given time, dozens of research projects are underway at NHERI's <a href="/facilities/experimental/">eight Experimental Facilities</a>. The Facility Scheduling Dashboard provides researchers with a centralized location for managing project experiments and offers a public view of the work underway at NHERI facilities.</p>
<p>The NHERI <a href="/facilities/nco/">Network Coordination Office (NCO)</a> oversees NHERI's centralized scheduling and will be rolling out phased updates to the Scheduling Dashboard.</p>
<p>
Questions about specific experiments? Please contact the facility directly.
NHERI experimental facilities, including contact names, are listed <a href="/facilities/experimental">here</a>.
</p>
</div>

<!-- TOP ACTION BOX -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<td class="event-desc">{{event.awardDescription || 'Not available' }}
<p data-ng-if="event.depotProject"><br/>Data Depot: <a href="/data/browser/public/designsafe.storage.published/{{event.depotProject}}">{{event.depotProject}}</a></p></td>
<td class="event-action">
<div class="a-fac"><span><a href="mailto:zehner2@purdue.edu?subject=Requesting Contact with {{event.facility}}&body=Contact Request for {{event.facility}}%0D%0A%0D%0APlease provide details about why you would like to be placed in contact with the {{event.facility}} experimental facility and how best to contact you if not via a reply to this email address.%0D%0A%0D%0A--------------------%0D%0A%0D%0A">Contact Facility</a></span></div>
<div class="a-payload"><span><a href="mailto:zehner2@purdue.edu?subject=Payload Request for Award #{{event.awardNumber || ' N/A'}}&body=PAYLOAD REQUEST%0D%0A%0D%0AProject: {{event.awardTitle}}%0D%0AAward #{{event.awardNumber || ' N/A'}}%0D%0AFacility: {{event.facility}}%0D%0AStart Date: {{event.dateStart}}%0D%0AEnd Date: {{event.dateEnd}}%0D%0APlease provide details about your payload project for the award listed above and how best to contact you.%0D%0A%0D%0A--------------------%0D%0A%0D%0A">Request Payload</a></span></div>
<!-- <div class="a-fac"><span><a href="mailto:zehner2@purdue.edu?subject=Requesting Contact with {{event.facility}}&body=Contact Request for {{event.facility}}%0D%0A%0D%0APlease provide details about why you would like to be placed in contact with the {{event.facility}} experimental facility and how best to contact you if not via a reply to this email address.%0D%0A%0D%0A--------------------%0D%0A%0D%0A">Contact Facility</a></span></div> -->
<!-- <div class="a-payload"><span><a href="mailto:zehner2@purdue.edu?subject=Payload Request for Award #{{event.awardNumber || ' N/A'}}&body=PAYLOAD REQUEST%0D%0A%0D%0AProject: {{event.awardTitle}}%0D%0AAward #{{event.awardNumber || ' N/A'}}%0D%0AFacility: {{event.facility}}%0D%0AStart Date: {{event.dateStart}}%0D%0AEnd Date: {{event.dateEnd}}%0D%0APlease provide details about your payload project for the award listed above and how best to contact you.%0D%0A%0D%0A--------------------%0D%0A%0D%0A">Request Payload</a></span></div> -->
<!-- TODO: create a generic FSOC forwarding email address or load it from a variable -->
</td>
</tr>
Expand Down