{"id":18283632,"url":"https://github.com/xovee/canv","last_synced_at":"2026-02-21T19:03:35.064Z","repository":{"id":111914590,"uuid":"387817621","full_name":"Xovee/canv","owner":"Xovee","description":"CANV: Co-Authorship Network Visualization.","archived":false,"fork":false,"pushed_at":"2024-03-10T12:45:30.000Z","size":3387,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T10:14:37.284Z","etag":null,"topics":["co-author","co-authorship","collaboration","collaboration-graph","dblp","network","visualization","webweb","xovee"],"latest_commit_sha":null,"homepage":"https://www.xoveexu.com/project/canv.html","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xovee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-20T14:26:41.000Z","updated_at":"2025-04-18T16:27:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"407e31e4-3282-48a0-8a6b-5055da86cbbc","html_url":"https://github.com/Xovee/canv","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Xovee/canv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xovee%2Fcanv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xovee%2Fcanv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xovee%2Fcanv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xovee%2Fcanv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xovee","download_url":"https://codeload.github.com/Xovee/canv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xovee%2Fcanv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279325504,"owners_count":26148880,"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","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["co-author","co-authorship","collaboration","collaboration-graph","dblp","network","visualization","webweb","xovee"],"created_at":"2024-11-05T13:10:12.612Z","updated_at":"2025-10-17T10:18:00.267Z","avatar_url":"https://github.com/Xovee.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CANV: Co-Authorship Network Visualization\n\n![Example](asset/teaser.png)\n\n**Update**: previously CANV is built on top of webweb. I plan to update CANV using ECharts directly. \n\nCANV is an interactive co-authorship network visualization tool (a.k.a. collaboration graph) based on [webweb](https://github.com/dblarremore/webweb). See an example above (my network) or at [here](https://www.xoveexu.com/project/canv.html). You can use this tool to create a standalone webpage containing your co-authorship network. \n\n## Dependency\n\n```shell\npip install -r requirements.txt\n```\n\n## Usage\n\nYou can create your co-authorship network with a few easy steps in no time.\n\n1. Open your [Google Scholar](https://scholar.google.com/) or [dblp](https://dblp.org) author page, download \nyour bibliographic data, e.g., `xovee-xu.bib` or `xovee-xu.xml`  \n\u003cimg src=\"asset/download_data.png\" alt=\"download data\" width=\"250\"/\u003e\n\n2. Run [canv.py](./canv.py), then you have `xovee-xu.html`, that's all! \n```shell\n\u003e python canv.py xovee-xu.bib # or xovee-xu.xml\n```\n\n## Option\n\nThere are several options you can customize your CANV page. For example, control the number of names show in the canvas. \n```shell\n\u003e python canv.py --help\n```\nExample:\n```shell\n\u003e python canv.py xovee-xu.xml --show_percentage_names 20\n```\n\n## Deep Customization\n\nYou can directly edit [template.html](./template.html) to deeply customize your page. Some examples:\n- If you want to change node colormap, search `d3.interpolateReds(webweb.scales.colors.scalar(x))` in [template.html](./template.html) and replace it within the color you like.\n- If you want to regularize node color/size values, modify the `getRawNodeValues()` function, e.g., `rawValues[i] = val;` to `rawValues[i] = Math.log(val)`\n\n\n## More Examples\n\n- Prof. [Andrew Y. Ng](https://www.xoveexu.com/html/canv/andrew-y-ng.html)\n![](./asset/andrew-ng.png)\n\n## Acknowledgment\n\nThanks to [webweb](https://github.com/dblarremore/webweb) and [dblp](https://dblp.org) and [Google Scholar](https://scholar.google.com) teams.\n\n## LICENSE\n\nGPL-3.0 License\n\n## Contact\n\nIf you notice any bugs or have suggestions, please contact me at `xovee at live.com`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxovee%2Fcanv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxovee%2Fcanv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxovee%2Fcanv/lists"}