Skip to content

Commit

Permalink
Added Sensor-Works and BluVib
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffyactive committed Apr 17, 2024
1 parent 074caa2 commit a886ff3
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 0 deletions.
Binary file added Organization/Sensor-Works_Ltd/540x540.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions Organization/Sensor-Works_Ltd/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE HTML>
<html>
<head>
<title> Sensor-Works Ltd </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/2.0.2/ui-bootstrap-tpls.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular-animate.min.js"></script>
<link rel="stylesheet" href="../../style/bubble.css">
<link rel="stylesheet" href="../../style/organization.css">
<script type="text/javascript" src="../../js/bubble.js"></script>
<script type="text/javascript" src="../../js/cormorant.js"></script>
<script type="text/javascript" src="../../js/cuttlefish.js"></script>
<script type="text/javascript" src="../../js/visualisation.js"></script>
<script type="application/ld+json">
{
"@context": {
"schema": "http://schema.org/"
},
"@graph": [
{
"@id": "organization",
"@type": "schema:Organization",
"schema:name": "Sensor-Works Ltd",
"schema:url": "https://sniffypedia.org/Organization/Sensor-Works_Ltd/",
"schema:logo": "https://sniffypedia.org/Organization/Sensor-Works_Ltd/540x540.png",
"schema:sameAs": [
"https://www.sensor-works.com/",
"https://twitter.com/SensorWorks",
"https://www.linkedin.com/company/sensor-works-limited"
]
}
]
}
</script>
</head>
<body ng-app="visualisation">
<div ng-controller="BubbleCtrl" class="container-fluid">
<div class="row">
<div class="col-md-6 bubble-container">
<bubble ng-if="story" json="story" size="240px" toggle="false">
</bubble>
</div>
<div class="col-md-6">
<br>
<pre uib-tooltip="Machine-readable Schema.org & JSON-LD"
tooltip-placement="bottom-right">{{storyString}}</pre>
<p class="text-center">
<a href="../../" class="btn btn-info btn-sm"> Sniffypedia </a>
<a href="../../about/" class="btn btn-default btn-sm"> About </a>
<a href="../../contribute/"
class="btn btn-default btn-sm"> Contribute </a>
</p>
</div>
</div>
</div>
<footer class="footer">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> &nbsp; This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</footer>
</body>
</html>
Binary file added Product/Sensor-Works_BluVib/320x320.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions Product/Sensor-Works_BluVib/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPE HTML>
<html>
<head>
<title> Sensor-Works BluVib </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/2.0.2/ui-bootstrap-tpls.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular-animate.min.js"></script>
<link rel="stylesheet" href="../../style/bubble.css">
<link rel="stylesheet" href="../../style/product.css">
<script type="text/javascript" src="../../js/bubble.js"></script>
<script type="text/javascript" src="../../js/cormorant.js"></script>
<script type="text/javascript" src="../../js/cuttlefish.js"></script>
<script type="text/javascript" src="../../js/visualisation.js"></script>
<script type="application/ld+json">
{
"@context": {
"schema": "http://schema.org/"
},
"@graph": [
{
"@id": "product",
"@type": "schema:Product",
"schema:name": "BluVib",
"schema:manufacturer": {
"@type": "schema:Organization",
"schema:name": "Sensor-Works"
},
"schema:url": "https://sniffypedia.org/Product/Sensor-Works_BluVib/",
"schema:image": "https://sniffypedia.org/Product/Sensor-Works_BluVib/320x320.png"
}
]
}
</script>
</head>
<body ng-app="visualisation">
<div ng-controller="BubbleCtrl" class="container-fluid">
<div class="row">
<div class="col-md-6 bubble-container">
<bubble ng-if="story" json="story" size="240px" toggle="false">
</bubble>
</div>
<div class="col-md-6">
<br>
<pre uib-tooltip="Machine-readable Schema.org & JSON-LD"
tooltip-placement="bottom-right">{{storyString}}</pre>
<p class="text-center">
<a href="../../" class="btn btn-info btn-sm"> Sniffypedia </a>
<a href="../../about/" class="btn btn-default btn-sm"> About </a>
<a href="../../contribute/"
class="btn btn-default btn-sm"> Contribute </a>
</p>
</div>
</div>
</div>
<footer class="footer">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> &nbsp; This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</footer>
</body>
</html>
1 change: 1 addition & 0 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ var ble_uuid16 = {

// Bluetooth Low Energy 128-bit UUIDs
var ble_uuid128 = {
"1c930001d45911e79296b8e856369374": "Product/Sensor-Works_BluVib",
"52052c11e701478299f58ce88dbb1500": "Product/Allegion_ENGAGE/",
"6e400001b5a3f393e0a9e50e24dcca9e": "Organization/Nordic_Semiconductor_ASA/",
"7265656c794163746976652055554944": "Product/reelyActive_RA-R436/",
Expand Down

0 comments on commit a886ff3

Please sign in to comment.