-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'eslint-update' into 'master'
eslint Update See merge request inq-seeds/boilerplate!99
- Loading branch information
Showing
10 changed files
with
108 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,3 +55,4 @@ Thumbs.db | |
|
||
# Ignore JetBrains' IDEs | ||
.idea | ||
data |
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 |
---|---|---|
|
@@ -92,6 +92,21 @@ Evidence Links should describe how a resource supports or contradicts your model | |
###### Add a Comment | ||
1. Click on the comment icon | ||
---`, | ||
credittext: `###### About MEME: | ||
**About** -- The Model and Evidence Mapping Environment (**MEME**) was developed as part of the Scaffolding Explanations and Epistemic Development for Systems (**SEEDS**) project, a collaborative project that was funded by the National Science Foundation under award [1761019](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1761019&HistoricalAwards=false) to Joshua Danish, Ravit Duncan, Cindy Hmelo-Silver and Clark Chinn. | ||
**Design** -- The software design team included Joshua Danish, Ravit Duncan, Cindy Hmelo-Silver, | ||
Clark Chinn, Zachary Ryan, Na'ama Av-Shalom, Mimi Moreland, Morgan Vickery, Danielle | ||
Murphy and Christina Stiso. Software development was provided by [Inquirium](http://www.inquirium.net). | ||
**Citation** -- Please cite the MEME software as The Modeling and Evidence Mapping Environment | ||
(MEME) Software (2019) Danish, Duncan, Hmelo-Silver, Chinn, Ryan, Av-Shalom, | ||
Moreland, Vickery, Murphy, Stiso. | ||
**Contact** -- For more information, contact Joshua Danish at [[email protected]](mailto:[email protected]?subject=MEME) or [http://www.joshuadanish.com](http://www.joshuadanish.com). | ||
` | ||
}; | ||
|
||
|
@@ -113,7 +128,7 @@ Evidence Links should describe how a resource supports or contradicts your model | |
} | ||
|
||
render() { | ||
const { isOpen, helptext } = this.state; | ||
const { isOpen, helptext, credittext } = this.state; | ||
const { classes } = this.props; | ||
const criteria = ADM.GetCriteriaByModel(); // always use the current model's criteria | ||
|
||
|
@@ -133,6 +148,7 @@ Evidence Links should describe how a resource supports or contradicts your model | |
<h6>Criteria</h6> | ||
<CriteriaList Criteria={criteria} IsInEditMode={false} /> | ||
<MDReactComponent className={classes.helpViewText} text={helptext} /> | ||
<MDReactComponent className={classes.helpViewText} text={credittext} /> | ||
</div> | ||
</Paper> | ||
</Draggable> | ||
|
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
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.