{"id":13426047,"url":"https://github.com/pattrn-project/pattrn","last_synced_at":"2025-03-15T20:31:56.295Z","repository":{"id":85643798,"uuid":"47126435","full_name":"pattrn-project/pattrn","owner":"pattrn-project","description":"Data-driven, participatory fact-mapping","archived":false,"fork":false,"pushed_at":"2017-05-13T16:19:22.000Z","size":583,"stargazers_count":81,"open_issues_count":38,"forks_count":19,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-12-06T21:36:32.413Z","etag":null,"topics":["conflict-monitoring","data-analytics","data-journalism","human-rights","investigative-journalism","visualization"],"latest_commit_sha":null,"homepage":"http://pattrn.co","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pattrn-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"authors.md","dei":null}},"created_at":"2015-11-30T15:06:04.000Z","updated_at":"2024-08-01T07:19:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d4b83c7-5684-4d49-a8c3-e1cca2dfaaf8","html_url":"https://github.com/pattrn-project/pattrn","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pattrn-project%2Fpattrn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pattrn-project%2Fpattrn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pattrn-project%2Fpattrn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pattrn-project%2Fpattrn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pattrn-project","download_url":"https://codeload.github.com/pattrn-project/pattrn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790939,"owners_count":20348378,"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":["conflict-monitoring","data-analytics","data-journalism","human-rights","investigative-journalism","visualization"],"created_at":"2024-07-31T00:01:25.158Z","updated_at":"2025-03-15T20:31:51.268Z","avatar_url":"https://github.com/pattrn-project.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Pattrn\n\n[Pattrn](http://pattrn.co) is a web platform for data-driven,\nparticipatory fact mapping.\nIts focus is on rapid deployment in the following contexts:\n\n* conflict monitoring\n* investigative journalism\n* human rights\n* citizen science\n* research and analysis\n\n## Quick start\n\n### For researchers and data scientists\n\nPlease see the Pattrn user manual: https://docs.pattrn.co/getting-started/index.html\n\n### For developers\n\nPattrn can be built via Gulp from its source tree; this allows to easily and\nautomatically package together the Pattrn app and the data you wish to visualise,\nif this is packaged as a\n[Pattrn data package](https://docs.pattrn.co/pattrn-data-packages/).\n\nIn order to build Pattrn from source, you will need Node.js (the current\n[Node.js LTS release](https://nodejs.org/en/download/) is recommended as\nPattrn is mainly developed and tested with this version) and\n[Yarn](https://yarnpkg.com/en/docs/install).\n\nIn order to build Pattrn:\n\n* Clone this repository or download a Pattrn v2.0 release as `zip` or `tar.gz` file\n\n* Install all the required Node packages:\n\n`yarn install`\n\n* Modify the `source-data-packages.json` file (which is configured to use a\n  sample dataset) to instruct the Pattrn build script to download and use\n  the Pattrn data package configured; the content of this file should be as\n  in the following example (replace `pattrn-data-where-the-drones-strike`\n  with the name of your Pattrn data package, if using a different one):\n\n```\n{\n  \"source_data_packages\": [\n    {\n      \"package\": \"pattrn-data-where-the-drones-strike\",\n      \"source\": \"https://gitlab.com/pattrn-data/pattrn-data-where-the-drones-strike.git#pattrn-data\"\n    }\n  ]\n}\n```\n\n* Build the Pattrn application: this will download and use the data package\n  configured in the previous step, and build all the assets needed for the\n  live Pattrn instance:\n\n`yarn run gulp build`\n\nIf you run into a build error related to the `node-sass` package, running\n`yarn install --force \u0026\u0026 yarn run gulp build` should fix the issue (see\nhttps://github.com/sass/node-sass/issues/1579#issuecomment-227663782 for\ndetails).\n\n* Start a local web server to test the Pattrn app:\n\n`yarn start`\n\nThis command will display some messages while the web server is started,\nsuch as:\n\n```\n\u003e pattrn@2.0.0-beta1 start /root/pattrn\n\u003e http-server dist/\n\nStarting up http-server, serving dist/\nAvailable on:\n  http:127.0.0.1:8080\n  http:10.2.200.149:8080\nHit CTRL-C to stop the server\n```\n\nYou can now open the Pattrn app in a web browser; if no other service is using port\n8080 on the computer, the address to use will be `http://localhost:8080`.\nIf the messages above include a number other than 8080 (e.g. 8081), change\nthe address accordingly (e.g. `http://localhost:8081`).\n\n## Authors and contributors\n\nThe PATTRN project was initiated thanks to a Proof-of-Concept Grant from the\n[European Research Council](https://erc.europa.eu/), awarded to\nProf. Eyal Weizman, in the framework of\n[Forensic Architecture](http://forensic-architecture.org) (2014-2015).\n\n### Pattrn v2.0\n\n* Technical lead and data science: [andrea rota](https://github.com/hotzeplotz)\n* Project management: [Nick Axel](https://github.com/alucidwake)\n\n### Pattrn v1.0\n\n* Project Architect: [FSBRG](https://twitter.com/fsbrg) (Francesco Sebregondi)\n* Frontend development: [TEKJA Data](http://tekja.com/)\n* Pattrn editor development: [Digital Consolidation](http://www.digital-consolidation.co.uk/)\n\nAll new contributors to the PATTRN project will be duly credited.\n\n## License\n\nPattrn is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nPattrn is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with Pattrn.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpattrn-project%2Fpattrn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpattrn-project%2Fpattrn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpattrn-project%2Fpattrn/lists"}