AD Research Wiki
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

FrontPage

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 3 as of 2018-01-19 01:56:56
AD Research Wiki:
  • StudentProjectsAndTheses

Demos from our (many) student projects and theses

Contents

  1. QLever UI (Julian Bürklin und Daniel Kemen), last tested 2018-01-17
  2. QA Completion (Natalie Prange), last tested 2018-01-18

QLever UI (Julian Bürklin und Daniel Kemen), last tested 2018-01-17

Dataset (version 22-12-2017): vulcano:/local/raid/ad/qleverUI/index<<BR> QLeverUI code (version 22-12-2017): vulcano:/local/raid/ad/qleverUI/svn (also contains db.sqlite3 from Django)
QLever binary (version 10-01-2018): vulcano:/local/raid/ad/schnelle/QLever/build/ServerMain

ssh vulcano
cd /local/raid/ad/qleverUI/svn

# SETUP (already done on vulcano)
python manage.py migrate          # Create initial db.sqlite3 for Django
python manage.py createsuperuser  # Create admin user, bast ist currently admin
vim qlever/settings.py            # Set DEBUG=False and set ALLOWED_HOSTS appropriately

# START QLEVER UI
python /local/raid/ad/qleverUI/manage.py runserver 0.0.0.0:8900 --insecure

# ADD BACKEND (already done on vulcano)
http://vulcano:8900/admin -> Backends -> ADD BACKEND -> fill in the following fields:
Name:       wikipedia-freebaseBase
BaseUrl:    http://vulcano.informatik.privat:9001/
NtFilePath: /local/raid/ad/qleverUI/index/wikipedia-freebase.nt

# START QLEVER
/local/raid/ad/schnelle/QLever/build/ServerMain -i /local/raid/ad/qleverUI/index/wikipedia-freebase -p 9001 -t -l

QA Completion (Natalie Prange), last tested 2018-01-18

ssh tarka
sudo su prangen
cd /nfs/raid4/prangen/natalie-prange/
python3 server.py 4 8181 [test]

With test option, smaller dataset, takes 1 minute; without test takes 4-5 minutes.

Then live on http://tarka.informatik.privat:8181

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01