Skip to content

Commit

Permalink
changed website
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Jan 18, 2018
1 parent cdbb069 commit 0dd2653
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 18 deletions.
Binary file added docs/assets/story1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/story2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/story3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/story4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/story5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/story6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 22 additions & 18 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,20 @@ <h5 class="w3-padding-32">Personalized Knowledge Base Construction and <br /> Ma
<button class="w3-button dots" onclick="currentDiv(2)">2</button>
<button class="w3-button dots" onclick="currentDiv(3)">3</button>
<button class="w3-button dots" onclick="currentDiv(4)">4</button>
<button class="w3-button dots" onclick="currentDiv(4)">5</button>
<button class="w3-button dots" onclick="currentDiv(4)">6</button>
<br />
<button class="w3-button" onclick="plusDivs(-1)">&#10094; Prev</button>
<button class="w3-button" onclick="plusDivs(1)">Next &#10095;</button>
</div>
<br />
<div style="max-width: 500px;">
<img class="screenshots" style="width:100%" src="assets/screen1.png"></img>
<img class="screenshots" style="width:100%" src="assets/screen2.png"></img>
<img class="screenshots" style="width:100%" src="assets/screen3.png"></img>
<img class="screenshots" style="width:100%" src="assets/screen4.png"></img>
<img class="screenshots" style="width:100%" src="assets/story1.png"></img>
<img class="screenshots" style="width:100%" src="assets/story2.png"></img>
<img class="screenshots" style="width:100%" src="assets/story3.png"></img>
<img class="screenshots" style="width:100%" src="assets/story4.png"></img>
<img class="screenshots" style="width:100%" src="assets/story5.png"></img>
<img class="screenshots" style="width:100%" src="assets/story6.png"></img>
</div>
</div>
</div>
Expand Down Expand Up @@ -174,13 +178,10 @@ <h1>Install plugin for Chrome</h1>
Download and install the latest <a href="https://www.google.com/chrome/">Google Chrome Browser</a> Application
</li>
<li>
Download the latest <a href="https://github.com/uhh-lt/storyfinder/releases">Storyfinder plugin</a> (.crx file)
Install the latest <a href="https://chrome.google.com/webstore/detail/storyfinder/hnndfanecdfnonofigcceaahflgfpgbd">Storyfinder Extension</a> from the Chrome Web Store
</li>
<li>
Open the Extensions menu in the Google Chrome Browser
</li>
<li>
Drop the downloaded .crx file into the extensions window
Right click the Storyfinder icon in the top right corner and select 'Options'
</li>
<li>
Enter a valid Storyfinder server address in the Storyfinder options menu and save it
Expand All @@ -194,16 +195,19 @@ <h1>Install plugin for Chrome</h1>
Create a user and log in to the Storyfinder server
</li>
<li>
Click the Storyfinder icon in the top right corner in order to use the Storyfinder plugin
Left click the Storyfinder icon in order to use the Storyfinder plugin
<ul>
<li>
activate and deactivate entity highlighting in web pages
Activate and deactivate entity highlighting in web pages
</li>
<li>
Parse the current article (manually)
</li>
<li>
switch to a readability view of the current article
Toggle the graph view of the current article in a side pane. This will also enable automatic parsing of articles
</li>
<li>
toggle the graph view of the current article in a side pane
Switch to a readability view of the current article
</li>
</ul>
</li>
Expand Down Expand Up @@ -236,10 +240,10 @@ <h1>Set up your own Server</h1>
<h5>Requirements:</h5>
<ul class="w3-text-grey">
<li>
Docker (>= Version 17.09.0)
<a href ="https://store.docker.com/search?type=edition&offering=community">Docker (>= Version 17.09.0)</a>
</li>
<li>
Docker Compose (>= Version 1.16.1)
<a href="https://docs.docker.com/compose/install/"Docker Compose (>= Version 1.16.1)</a>
</li>
</ul>

Expand All @@ -250,13 +254,13 @@ <h5>Run server stack with Docker and Docker-Compose:</h5>
Download the latest <code>docker-compose.yml</code> file <a href="https://github.com/uhh-lt/storyfinder/releases">here</a>.
</li>
<li>
run &nbsp;&nbsp;<code>'docker-compose -f &lt;filename&gt; -p storyfinder up'</code>&nbsp;&nbsp; and wait until the server stack is started. (Note: internet connection is required in order to download resources. Data directories for images and database will be created in the current directory.)
Run &nbsp;&nbsp;<code>'docker-compose -f &lt;filename&gt; -p storyfinder up'</code>&nbsp;&nbsp; and wait until the server stack is started. (Note: internet connection is required in order to download resources. Data directories for images and database will be created in the current directory.)
</li>
<li>
you can now access the Storyfinder web page at <a href="http://localhost:3055">http://localhost:3055</a>
You can now access the Storyfinder web page at <a href="http://localhost:3055">http://localhost:3055</a>
</li>
<li>
type &nbsp;&nbsp;<code>'docker-compose -f &lt;filename&gt; -p storyfinder down'</code>&nbsp;&nbsp; to stop the server stack
Type &nbsp;&nbsp;<code>'docker-compose -f &lt;filename&gt; -p storyfinder down'</code>&nbsp;&nbsp; to stop the server stack
</li>
</ul>
</div>
Expand Down

0 comments on commit 0dd2653

Please sign in to comment.