-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,25 @@ | ||
<div class="search-container" fxLayout="row" fxLayoutAlign="center"> | ||
<div fxFlex.gt-xs="550px"> | ||
Pending further funding, WordWeb/IDEM 2.0 will offer an expert search option with the following features:<br><br> | ||
<li>Searches for complex research questions such as "Show all passages which quote Doctor Faustus" or "Show | ||
all passages in which John Marston quotes tragedies". | ||
</li> | ||
<li>Innovative visualizations of search results</li> | ||
<li>Additional search parameters including date of first performance, author's gender, research field and | ||
formal classification of quoted phrases and expressions. | ||
</li> | ||
|
||
<h3>🚧 Under construction</h3> | ||
<div>Pending further funding, <i>WordWeb/IDEM 2.0</i> will offer an expert search option with additional search | ||
parameters and further search options. | ||
</div> | ||
<div class="features"> | ||
<div class="feature-title">New search parameters will include:</div> | ||
<li><b>Date of first performance</b></li> | ||
<li><b>Venue and Company</b> of the first performance if known</li> | ||
<li><b>Date of first publication</b> if known</li> | ||
<li><b>Subject</b> of nonfiction texts</li> | ||
<li><b>Research field</b></li> | ||
<li><b>Formal class of Lexias</b></li> | ||
<li><b>Images</b></li> | ||
<li><b>Contributor</b> (researchers who edited WordWeb/IDEM entries)</li> | ||
</div> | ||
<div>Additional features will include visualizations options for search results and, most importantly, the | ||
option to enter complex research questions such as "Show all passages which quote <i>Doctor Faustus</i>" or | ||
"Show all passages in which John Marston quotes tragedies". | ||
</div> | ||
|
||
</div> | ||
</div> |
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,3 +1,11 @@ | ||
.search-container { | ||
margin: 2rem 1rem; | ||
|
||
.features { | ||
margin: 2rem; | ||
|
||
.feature-title { | ||
margin-bottom: 1rem; | ||
} | ||
} | ||
} |