-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathindex.html
126 lines (113 loc) · 5.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<title>FoodKG</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<nav class="navbar navbar-inverse mx-auto">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="endpoint.html">FoodKG Public Endpoint</a></li>
<li><a href="demo.html">Demo</a></li>
<li><a href="foodkg.html">FoodKG Construction</a></li>
<!-- <li><a href="whattomake.html">What To Make Application</a></li> -->
<li><a href="kbqa.html">QA over FoodKG</a></li>
<li><a href="dgo.html">Dietary Guideline Ontology</a></li>
<li><a href="subs.html">Ingredient Subsitutions</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid text-center">
<div class="row content">
<div class="col-sm-2 sidenav">
<div class="bg"></div>
<span class="caption">
source: <a
href="https://www.freeimages.com/search/food-question-mark">https://www.freeimages.com/search/food-question-mark</a>.
</span>
</div>
<div class="col-sm-8 text-left">
<a href="https://github.com/foodkg/foodkg.github.io"><img
style="position: absolute; top: 0; right: 0; border: 0;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
<h1>FoodKG: A Semantics-Driven Knowledge Graph for Food Recommendation</h1>
<br />
<p>The proliferation of recipes and other food information on the Web presents an opportunity for discovering
and
organizing diet-related knowledge into a knowledge graph.
Currently, there are several ontologies related to food, but they are specialized in specific domains, e.g.,
from an
agricultural, production, or specific health condition
point-of-view. There is a lack of a unified knowledge graph that is oriented towards
consumers who want to eat healthily, and who need an integrated food suggestion
service that encompasses food and recipes that they encounter on a day-to-day basis, along with the provenance
of the
information they receive.
Our resource contribution is a software toolkit that can be used to create a
unified food knowledge graph that links the various silos related to food
while preserving the provenance information.
</p>
<hr>
<h2>Resources</h2>
<ul>
<li><a href="demo.html">Demo Videos</a>: Demonstration videos shared here.</li>
<li><a href="foodkg.html">FoodKG construction</a>: we describe the construction process of our knowledge graph
and make available all the scripts that were used.</li>
<li><a href="whattomake.html">What To Make Ontology and Application</a>: An Ontology modeled to to let a user
determine what recipe to make based on ingredients at hand while taking constraints such as allergies into
account.</li>
<li><a href="kbqa.html">Answering Natural Language Questions over FoodKG</a>: A cognitive agent that can
perform natural language question answering on the knowledge graph.</li>
</ul>
<h3>Knowledge Graph Store</h3>
<p>To load the integrated knowledge graph that will be generated using the software we have provided, we recommend using <a
href="https://www.blazegraph.com">Blazegraph</a>.
Please follow the instructions in the <a href="https://wiki.blazegraph.com/wiki/index.php/Quick_Start">User Guide</a>
to download, install, and load the RDF data in to the Blazegraph endpoint on your system.</p>
<p>Optionally, you may use <a href="http://tetherless-world.github.io/whyis/">whyis</a> as your knowledge graph store.</p>
<hr>
<h2>Team</h2>
<p>FoodKG is a research and development effort of the <a
href="https://science.rpi.edu/biology/news/ibm-and-rensselaer-team-research-chronic-diseases-cognitive-computing">Health
Empowerment by Analytics Learning and Semantics (HEALS) project</a>.</p>
<!-- <p>The team members include:</p>
<ul>
<li><a href="https://researcher.watson.ibm.com/researcher/view.php?person=us-chinghua">Ching-Hua Chen</a>, IBM
Research, USA</li>
<li><a href="https://tw.rpi.edu/web/person/deborah_l_mcguinness">Deborah L. McGuinness</a>, Rensselaer
Polytechnic Institute</li>
<li>Nidhi Rastogi, Rensselaer Polytechnic Institute</li>
<li><a href="https://idea.tw.rpi.edu/people/oshani">Oshani Seneviratne</a>, Rensselaer Polytechnic Institute
</li>
<li>Sola Shirai, Rensselaer Polytechnic Institute
</li>
<li>Ananya Subburathinam, Rensselaer Polytechnic Institute
</li>
<li><a href="https://www.cs.rpi.edu/~zaki/">Mohammed J. Zaki</a>, Rensselaer Polytechnic Institute</li>
</ul> -->
</div>
</div>
</div>
<!-- <footer class="container-fluid text-center">
<p></p>
</footer> -->
</body>
</html>