Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add HYDRA to project ideas #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,29 @@ <h2>Project Ideas</h2>
</tr>

<tr>

<!-- Logo -->
<td rowspan="4" class="logo">
<img src="http://www.hydra-cg.com/img/logo.png" width="128px"></td>
<!-- Info -->
<td><h4>HYDRA W3C Group</h4></td>
<tr><td>A Python server/middleware to automate Web APIs navigation using intelligent clients. This project aims to:
<ul>
<li>create a metadata-powered REST API leveraging HYDRA framework,</li>
<li>define a design for future development of client/server interactions using smart clients,</li>
<li>use graphs and machine-learning to solve complex queries using HYDRA framework,</li>
<li>define a middleware (low-level client) to collect requests from external
clients and provide the requested data using reasoning and machine-learning algorithms</li>.
</ul>
</td></tr>
<tr><td><a href="http://www.hydra-cg.com/">Website</a> |
<a href="https://www.w3.org/community/hydra/">Contact</a> |
<a href="http://hydra-gsoc.appspot.com/s">Ideas Page</a>

</td>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
</tr>

<!-- Logo -->
<td rowspan="4" class="logo">
<img src="http://www.statsmodels.org/devel/_static/statsmodels_hybi_banner.png"
Expand Down