-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* next batch of nco ttc grants page updates * removing category filter, adding subjects as keywords to details modal * updating button styles * fixing bug in abstract details modal * adding pi name to the text field search
- Loading branch information
1 parent
d6bf8a9
commit 41839ff
Showing
10 changed files
with
193 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,19 @@ NHERI Facilities Scheduling Dashbaord | |
<!-- PAGE INTRO ROW --> | ||
<div class="top-row ttc-intro"> | ||
<!-- TTC INTRO --> | ||
<h1>NHERI Grants</h1> | ||
These are grants the NCO identified as being related to NHERI projects. | ||
<h1>NHERI Grant Research</h1> | ||
Search for NSF-funded research awards that employ one or more NHERI resources. | ||
<br /> | ||
The NCO Technology Transfer Committee maintains this database as a way for potential users | ||
of NHERI research and other researchers to discover cognate investigations conducted within the NHERI network. | ||
<br /><br /> | ||
Questions? Contact the NCO Technology Transfer Committee [[email protected]]. | ||
<ul> | ||
<li><a href="https://www.designsafe-ci.org/community/ttc/" target=”_blank”>TTC Webpage</a></li> | ||
<li>Contact TTC: [email protected]</li> | ||
<li><a href="https://www.designsafe-ci.org/nco/scheduler/" target=”_blank”>NHERI Scheduler Database</a></li> | ||
<li><a href="https://www.designsafe-ci.org/news/" target=”_blank”>NHERI News</a></li> | ||
</ul> | ||
</div> | ||
<hr class="top-line"/> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
from designsafe.apps.nco.views.base import NcoIndexView, NcoTtcGrantsView | ||
from designsafe.apps.nco.views.api import ProjectsListView, FiltersListView, TtcGrantsView, TtcFacilitiesView, TtcCategoriesView | ||
from designsafe.apps.nco.views.api import ( | ||
ProjectsListView, | ||
FiltersListView, | ||
TtcGrantsView, | ||
TtcFacilitiesView, | ||
TtcGrantTypesView, | ||
TtcHazardTypesView, | ||
) | ||
|
||
__all__ = ["NcoIndexView", "ProjectsListView", "FiltersListView", "NcoTtcGrantsView", "TtcGrantsView", "TtcFacilitiesView", "TtcCategoriesView"] | ||
__all__ = [ | ||
"NcoIndexView", | ||
"ProjectsListView", | ||
"FiltersListView", | ||
"NcoTtcGrantsView", | ||
"TtcGrantsView", | ||
"TtcFacilitiesView", | ||
"TtcGrantTypesView", | ||
"TtcHazardTypesView", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.