Skip to content

Commit 33b8718

Browse files
Added Filter buttons onto Ecosystem
1 parent 54ff266 commit 33b8718

12 files changed

+75
-7
lines changed

_includes/ecosystem-buttons.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<p><i>Organisation</i></p>
2+
<p class="card btn btn-primary check-container">
3+
<input id="check-news" class="stretched-link" type="checkbox" data-toggle="collapse" href=".NetFPGA-collapse" role="button" aria-controls="newsCollapse" checked>
4+
<label class="check-label" for="check-news">NetFPGA</label>
5+
</p>
6+
<p class="card btn btn-primary check-container">
7+
<input id="check-events" class="stretched-link" type="checkbox" data-toggle="collapse" href=".OSNT-collapse" role="button" aria-controls="eventsCollapse" checked>
8+
<label class="check-label" for="check-events">OSNT</label>
9+
</p>
10+
<p><i>Organisation Type</i></p>
11+
<p class="card btn btn-primary check-container">
12+
<input id="check-events" class="stretched-link" type="checkbox" data-toggle="collapse" href=".academic-collapse" role="button" aria-controls="eventsCollapse" checked>
13+
<label class="check-label" for="check-events">Academic</label>
14+
</p>
15+
<p class="card btn btn-primary check-container">
16+
<input id="check-news" class="stretched-link" type="checkbox" data-toggle="collapse" href=".non-profit-collapse" role="button" aria-controls="newsCollapse" checked>
17+
<label class="check-label" for="check-news">Non-Profit</label>
18+
</p>
19+
<p class="card btn btn-primary check-container">
20+
<input id="check-events" class="stretched-link" type="checkbox" data-toggle="collapse" href=".vendor-collapse" role="button" aria-controls="eventsCollapse" checked>
21+
<label class="check-label" for="check-events">Vendor</label>
22+
</p>
23+
<p><i>Product Type</i></p>
24+
<p class="card btn btn-primary check-container">
25+
<input id="check-news" class="stretched-link" type="checkbox" data-toggle="collapse" href=".product-collapse" role="button" aria-controls="newsCollapse" checked>
26+
<label class="check-label" for="check-news">Product</label>
27+
</p>

_layouts/ecosystem-layout.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div class="row">
6+
<div class="offset-2 col-md-8 col-lg-8 mb-5">
7+
{{ content }}
8+
</div>
9+
<div class="column col-md-2 col-lg-2 mt-5">
10+
<div class="mt-5">
11+
{% include ecosystem-buttons.html %}
12+
</div>
13+
</div>
14+
</div>

_posts/ecosystem/2021-07-15-NetFPGA.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ category:
77
description: A line-rate, flexible, and open platform for research
88
organisation: NetFPGA
99
organisation-logo: ./assets/images/thumbnail.png
10+
organisation-type: academic
1011
product-repo: https://github.com/NetFPGA/NetFPGA-public
1112
product-site: https://netfpga.org
13+
product-image: ./assets/images/Boards/NetFPGA-SUME.jpg
1214
primary-contact-name: Andrew Moore
1315
primary-contact-email: enquiries@netfpga.org
1416
secondary-contact-name:
1517
secondary-contact-email:
1618
seller: Xilinx
17-
seller-url:
19+
seller-url: https://www.xilinx.com/products/boards-and-kits/alveo.html
1820
seller-email:
1921
seller-phone:
2022
---

_posts/ecosystem/2021-07-16-IIsy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category:
77
description:
88
organisation:
99
organisation-logo:
10+
organisation-type:
1011
product-repo: https://github.com/ox-computing/IIsy
1112
product-site:
1213
primary-contact-name:

_posts/ecosystem/2021-07-16-In-Networking-Computing-on-Demand.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category:
77
description:
88
organisation:
99
organisation-logo:
10+
organisation-type:
1011
product-repo:
1112
product-site: https://github.com/cucl-srg/INC-ondemand
1213
primary-contact-name:

_posts/ecosystem/2021-07-16-MTPSA.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category:
77
description:
88
organisation:
99
organisation-logo:
10+
organisation-type:
1011
product-repo: https://github.com/mtpsa/
1112
product-site:
1213
primary-contact-name:

_posts/ecosystem/2021-07-16-OSNT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category:
77
description:
88
organisation: OSNT
99
organisation-logo:
10+
organisation-type: academic
1011
product-repo: https://github.com/NetFPGA/OSNT-SUME-live
1112
product-site: https://www.osnt.org/
1213
primary-contact-name:

_posts/ecosystem/2021-07-16-P4DNS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category:
77
description:
88
organisation:
99
organisation-logo:
10+
organisation-type:
1011
product-repo: https://github.com/cucl-srg/P4DNS
1112
product-site:
1213
primary-contact-name:

_posts/ecosystem/2021-07-16-PTA.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ category:
77
description:
88
organisation:
99
organisation-logo:
10+
organisation-type:
1011
product-repo: https://github.com/pta-project-repo/pta-artifacts
1112
product-site:
1213
primary-contact-name:

_posts/ecosystem/example-ecosystem.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ category: software
77
description: this is an example
88
organisation: NetFPGA
99
organisation-logo: ./assets/images/thumbnail.png
10+
organisation-type: academic
1011
product-repo: https://github.com/NetFPGA/NetFPGA-public
1112
product-site: https://netfpga.org
13+
product-image: ./assets/images/Boards/NetFPGA-SUME.jpg
1214
primary-contact-name: Andrew Moore
1315
primary-contact-email: enquiries@netfpga.org
1416
secondary-contact-name:
@@ -27,7 +29,10 @@ category: what kind of product/project/service it is
2729
description: A description of the product/project/service
2830
organisation: The name of the organisation
2931
organisation-logo: the url to the organisation's logo
30-
product-repo: the link to the product/project/service's public repo/website
32+
organisation-type: The type of organisation it is (Academic, Non-profit or Vendor)
33+
product-repo: the link to the product/project/service's public repo
34+
product-site: the link to the product/project/service's website
35+
product-image: if provided an image of the product
3136
primary-contact-name: The name provided from the submission form
3237
primary-contact-email: The email provided from the submission form
3338
secondary-contact-name: If provided from the submission form

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy