├── README.md ├── accumulator.py ├── bingscraper.py ├── doctor ├── doctor-tags.txt ├── doctorviz.png ├── flare.json └── index.html └── engineer ├── engineer-tags.txt ├── engineerviz.png ├── flare.json └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alainakafkes/clarifaing-gender-roles/HEAD/README.md -------------------------------------------------------------------------------- /accumulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alainakafkes/clarifaing-gender-roles/HEAD/accumulator.py -------------------------------------------------------------------------------- /bingscraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alainakafkes/clarifaing-gender-roles/HEAD/bingscraper.py -------------------------------------------------------------------------------- /doctor/doctor-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alainakafkes/clarifaing-gender-roles/HEAD/doctor/doctor-tags.txt -------------------------------------------------------------------------------- /doctor/doctorviz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alainakafkes/clarifaing-gender-roles/HEAD/doctor/doctorviz.png -------------------------------------------------------------------------------- /doctor/flare.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alainakafkes/clarifaing-gender-roles/HEAD/doctor/flare.json -------------------------------------------------------------------------------- /doctor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alainakafkes/clarifaing-gender-roles/HEAD/doctor/index.html -------------------------------------------------------------------------------- /engineer/engineer-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alainakafkes/clarifaing-gender-roles/HEAD/engineer/engineer-tags.txt -------------------------------------------------------------------------------- /engineer/engineerviz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alainakafkes/clarifaing-gender-roles/HEAD/engineer/engineerviz.png -------------------------------------------------------------------------------- /engineer/flare.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alainakafkes/clarifaing-gender-roles/HEAD/engineer/flare.json -------------------------------------------------------------------------------- /engineer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alainakafkes/clarifaing-gender-roles/HEAD/engineer/index.html --------------------------------------------------------------------------------