{"id":27309577,"url":"https://github.com/parmentf/browser-concept-network","last_synced_at":"2025-09-05T07:33:16.758Z","repository":{"id":6352902,"uuid":"7589690","full_name":"parmentf/browser-concept-network","owner":"parmentf","description":"The browserified version of node-concept-network.","archived":false,"fork":false,"pushed_at":"2013-01-16T21:16:06.000Z","size":464,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-09T01:30:34.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parmentf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-13T15:36:42.000Z","updated_at":"2024-04-09T01:30:34.058Z","dependencies_parsed_at":"2022-07-31T02:38:19.409Z","dependency_job_id":null,"html_url":"https://github.com/parmentf/browser-concept-network","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmentf%2Fbrowser-concept-network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmentf%2Fbrowser-concept-network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmentf%2Fbrowser-concept-network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parmentf%2Fbrowser-concept-network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parmentf","download_url":"https://codeload.github.com/parmentf/browser-concept-network/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248523686,"owners_count":21118543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-12T05:31:14.165Z","updated_at":"2025-04-12T05:31:15.183Z","avatar_url":"https://github.com/parmentf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Concept Network\n\nThe browserified ([browserify](https://github.com/substack/node-browserify/)) version of [node-concept-network](https://github.com/parmentf/node-concept-network).\n\nConcept Network is a weighted directed graph, in which activation values are propagated. Written in [Node.js](http://nodejs.org).\n\nbrowser-concept-network allows its use within a web browser.\n\n## Installation\n\n### Get the files\nDownload the files: https://github.com/parmentf/browser-concept-network/archive/master.zip\n\nOr clone the repository:\n```bash\ngit clone https://github.com/parmentf/browser-concept-network.git\n```\n\n### Try it\nThen, drag and drop file ``browser-concept-network/cn.html`` into your browser\n(tested in Google Chrome 23, Firefox 18 and Chromium 20 ?).\n\n### Put it in another application\n\nImport `js/bundle-concept-network.min.js`, `js/jquery-1.8.3.min.js`,\n`js/mustache.min.js`, and `js/concept-network.js` into your HTML page.\n\nTake a look at ``concept-network.js`` and ``cn.html``, and adapt it to your\nweb application.\n\nThe important part is:\n```javascript\nvar ConceptNetwork = require('concept-network').ConceptNetwork;\ncn = new ConceptNetwork();\n```\n\nWarning: until it is fixed, you have to write instead:\n```javascript\nvar ConceptNetwork = require('/home/francois/dev/browser-concept-network/lib/concept-network').ConceptNetwork;\ncn = new ConceptNetwork();\n```\n\n## Demonstration\n\nYou can take a look at [the demonstration](http://parmentf.github.com/browser-concept-network/cn.html) \nor drop the `cn.html` file on your browser.\n\nFor now, you can only load a Concept Network generated by [ECTOR's\ndemonstration](http://parmentf.github.com/browser-ector/ector.html) and\nvisualize their nodes.\n\n## Development\n\nWhen a new version of [node-concept-network](https://github.com/parmentf/node-concept-network)\nis available, and you want to update version 0.1.0 to 0.1.1, use these steps:\n```bash\nnpm update concept-network\nmake version v=0.1.1\nvi README.md\nmake index.html\ngit commit -a\nmake publish\n```\nFor publishing the page on github, use:\n```bash\ngit checkout gh-pages\ngit merge master\ngit push\ngit checkout master\n```\n\n## Release History\n* 2013/01/15: version 0.1.2: Nodes displayed in a JQuery DataTables\n* 2013/01/13: version 0.1.1: Demonstration initialized\n* 2013/01/13: version 0.1.0: Initial release\n\n## License\nCopyright (c) 2013 François Parmentier \u003cfrancois.parmentier@gmail.com\u003e\nLicensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparmentf%2Fbrowser-concept-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparmentf%2Fbrowser-concept-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparmentf%2Fbrowser-concept-network/lists"}