{"id":22367998,"url":"https://github.com/dridk/cellcounter","last_synced_at":"2025-03-26T16:11:36.937Z","repository":{"id":17903939,"uuid":"20860006","full_name":"dridk/cellcounter","owner":"dridk","description":"Cell counter is an application to manually count white cells in hematology. ","archived":false,"fork":false,"pushed_at":"2014-08-19T14:24:29.000Z","size":1060,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T17:52:42.054Z","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/dridk.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}},"created_at":"2014-06-15T16:41:19.000Z","updated_at":"2023-08-02T14:30:11.000Z","dependencies_parsed_at":"2022-08-31T22:02:08.959Z","dependency_job_id":null,"html_url":"https://github.com/dridk/cellcounter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fcellcounter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fcellcounter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fcellcounter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dridk%2Fcellcounter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dridk","download_url":"https://codeload.github.com/dridk/cellcounter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245689509,"owners_count":20656417,"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":"2024-12-04T18:25:35.160Z","updated_at":"2025-03-26T16:11:36.920Z","avatar_url":"https://github.com/dridk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"cellcounter\n===========\n\nCute Software to manual count blood cells. This application can be use in biology laboratories, particulary in hematolgy cytology. However this application is designed to be use for any counting task. Just edit a json file and open it. \n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"http://dridk.github.io/cellcounter/images/capture.png\" alt=\"Cellcounter\"/\u003e\n\u003c/p\u003e\n\n\n\n#Installation \n\nYou can install directly the binary version of cellcounter avaible for windows and Mac. You can also compile the code. [Download Qt](http://qt-project.org/downloads) according to your platform. Open the **cell.pro** from QtCreator and compile it by clicking on the green arrow. That's all \n\n#Setting a template\n\nCellcounter use a json file to descripe what you want to count. Check the definition as show below. You can create your own json file and open it from cellcounter\n\n    {\n    \"title\": \"Formule sanguine\",\n    \"max_count\" : 200,\n    \"concentration\" : 1.24,\n    \"author\": \"sacha schutz\",\n\n    \"elements\": [\n\n        {\n         \"name\":\"Polynucléaire neutrophile\",\n         \"count\" : 0,\n         \"color\":\"#ff6b33\",\n         \"shortcut\" : \"w\"\n        },\n\n        {\n         \"name\":\"Polynucléaire eosinophile\",\n         \"count\" : 0,\n         \"color\":\"#FFCA63\",\n         \"shortcut\" : \"x\"\n        },\n\n        {\n         \"name\":\"Polynucléaire basophile\",\n         \"count\" : 0,\n         \"color\":\"#C84FCB\",\n         \"shortcut\" : \"c\"\n        },\n\n        {\n         \"name\":\"Lymphocyte\",\n         \"count\" : 0,\n         \"color\":\"#905BF1\",\n         \"shortcut\" : \"v\"\n        },\n\n        {\n         \"name\":\"Monocyte\",\n         \"count\" : 0,\n         \"color\":\"#01C7A6\",\n         \"shortcut\" : \"b\"\n        }\n\n    ]\n    }\n\n*title*         : title of the template counting  \n*max_count*     : maximum limit of total count  \n*concentration* : this is a value where the percent obtained will be multiply  \n*author*        : the author of the template   \n\nElements is a table which contains each items to counts. Each of them can be defined by : \n\n*name*          : name of elements  \n*count*         : default count, by default it's zero  \n*color*         : the color . Keep it nice :D  \n*shortcut*      : the shortcut to perform a count.   \n\n#Use \n#### Open a template\nJust click on open \n\n#### Start counting \nClick on start to start counting and disable toolbar . You can also press Return to swich betwwen start and stop. \n\n####Stop counting\nAs above, click on stop or use the return shortcut. \n\n####Set the max count value \nThe first number from the left is the maximum limit of the count. You can see in elements lists each percents. \n\n####Set the concentration value\nThe second number from the left is the concentration value. You can see in  elements lists each value. \n\n####Shortcuts \nYou can use keyboard shortcut defined in the file and showed on your cellcounter. Press + **Key** to increase. Use **Maj + Key** to decrease.\nYou can also use your mouse. Click left to increase, click right to decrease.\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdridk%2Fcellcounter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdridk%2Fcellcounter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdridk%2Fcellcounter/lists"}