Skip to content

Commit

Permalink
preview text for expert search
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Sep 22, 2020
1 parent f8be885 commit 1db990c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
28 changes: 20 additions & 8 deletions src/app/search/expert-search/expert-search.component.html
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>
8 changes: 8 additions & 0 deletions src/app/search/expert-search/expert-search.component.scss
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;
}
}
}

0 comments on commit 1db990c

Please sign in to comment.