├── .github └── ISSUE_TEMPLATE │ ├── Add-Your-Workflow-Already-Created.md │ ├── Add-Your-Workflow_1.md │ └── module-template-creator.md ├── LICENSE ├── README.md ├── _config.yml ├── _layouts ├── Bug Flow Logo_tcm.ai ├── Bug Flow Logo_tcm_forrepo.png ├── BugFlow_logo.png ├── ECNlogo.jpg ├── bugflow.css └── default.html ├── about_us.md ├── bestpractices ├── README.md └── stubbed_best_practices.md ├── controlled_vocabularies ├── README.md └── module_keywords.md ├── modules ├── 2013_modules.md ├── README.md ├── module_1 │ ├── module_1A.md │ ├── module_1B.md │ ├── module_1C.md │ ├── module_1D.md │ ├── module_1E.md │ └── readme.md ├── module_2 │ ├── README.md │ ├── module_2A.md │ ├── module_2B.md │ ├── module_2C.md │ ├── module_2D.md │ ├── module_2E.md │ └── module_2F.md ├── module_3 │ ├── README.md │ ├── module_3A.md │ ├── module_3B.md │ ├── module_3C.md │ └── module_3D.md ├── module_4 │ ├── 4Brecko J.pptx │ ├── README.md │ ├── SOP_ Creating new images of vial-preserved specimens for uploading into TaxonWorks.pdf │ ├── module_4A.md │ ├── module_4B.md │ ├── module_4C.md │ ├── module_4D.md │ ├── module_4E.md │ ├── module_4F.md │ ├── module_4G.md │ ├── module_4H.md │ ├── module_4I.md │ ├── module_4J.md │ ├── module_4K.md │ └── module_4L.md ├── module_5 │ ├── README.md │ ├── module_5A.md │ ├── module_5B.md │ ├── module_5C.md │ ├── module_5D.md │ └── module_5E.md ├── module_map.png └── module_template.md ├── training └── README.md └── workflows ├── Big-Bee General Label Imaging Instructions - to share.docx.pdf ├── Big-Bee-Specifications for a bee imaging box - to share.pdf ├── Cal-Academy-Slide-Scanning-tray-template.pdf ├── INHS-slide-scanning protocol.pdf ├── INHS-slide-scanning-assembly.pdf ├── INHS_workflow_links.md ├── Inselect Workflow Demo.pdf ├── MPM - General Digitization Workflow for Natural History Collections--LepNet Example.pdf ├── MPM Lepidoptera Storage Procedure.pdf ├── MPM Slide Scanning Workflow.pdf ├── MPM_GeoLocate_101_DRAFT.pdf ├── README.md ├── TAMU-TPT-ectoparasite-vial-metadata-template.xlsx ├── TAMU-TPT-ectoparasite-vial-protocol.pdf ├── TPT-MPM-EMu-Terrestrial Parasites Data Entry.pdf ├── TPT-Pinned Specimen and Label Photography Workflow Template.pdf ├── TPT-Scanning Tray Info w_vial tray.docx ├── UM - Georeferencing Specimens in Specify - 22 Oct 2019.pdf ├── UMMZI-Digitization-w-labels-procedure1.1-email.pdf ├── UMMZI-Remote databasing in Specify7-slides.pdf └── UMMZI-Slide-Scanning.pdf /.github/ISSUE_TEMPLATE/Add-Your-Workflow-Already-Created.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/.github/ISSUE_TEMPLATE/Add-Your-Workflow-Already-Created.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Add-Your-Workflow_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/.github/ISSUE_TEMPLATE/Add-Your-Workflow_1.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/module-template-creator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/.github/ISSUE_TEMPLATE/module-template-creator.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/_config.yml -------------------------------------------------------------------------------- /_layouts/Bug Flow Logo_tcm.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/_layouts/Bug Flow Logo_tcm.ai -------------------------------------------------------------------------------- /_layouts/Bug Flow Logo_tcm_forrepo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/_layouts/Bug Flow Logo_tcm_forrepo.png -------------------------------------------------------------------------------- /_layouts/BugFlow_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/_layouts/BugFlow_logo.png -------------------------------------------------------------------------------- /_layouts/ECNlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/_layouts/ECNlogo.jpg -------------------------------------------------------------------------------- /_layouts/bugflow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/_layouts/bugflow.css -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /about_us.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/about_us.md -------------------------------------------------------------------------------- /bestpractices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/bestpractices/README.md -------------------------------------------------------------------------------- /bestpractices/stubbed_best_practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/bestpractices/stubbed_best_practices.md -------------------------------------------------------------------------------- /controlled_vocabularies/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /controlled_vocabularies/module_keywords.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/controlled_vocabularies/module_keywords.md -------------------------------------------------------------------------------- /modules/2013_modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/2013_modules.md -------------------------------------------------------------------------------- /modules/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/README.md -------------------------------------------------------------------------------- /modules/module_1/module_1A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_1/module_1A.md -------------------------------------------------------------------------------- /modules/module_1/module_1B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_1/module_1B.md -------------------------------------------------------------------------------- /modules/module_1/module_1C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_1/module_1C.md -------------------------------------------------------------------------------- /modules/module_1/module_1D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_1/module_1D.md -------------------------------------------------------------------------------- /modules/module_1/module_1E.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_1/module_1E.md -------------------------------------------------------------------------------- /modules/module_1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_1/readme.md -------------------------------------------------------------------------------- /modules/module_2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_2/README.md -------------------------------------------------------------------------------- /modules/module_2/module_2A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_2/module_2A.md -------------------------------------------------------------------------------- /modules/module_2/module_2B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_2/module_2B.md -------------------------------------------------------------------------------- /modules/module_2/module_2C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_2/module_2C.md -------------------------------------------------------------------------------- /modules/module_2/module_2D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_2/module_2D.md -------------------------------------------------------------------------------- /modules/module_2/module_2E.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_2/module_2E.md -------------------------------------------------------------------------------- /modules/module_2/module_2F.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_2/module_2F.md -------------------------------------------------------------------------------- /modules/module_3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_3/README.md -------------------------------------------------------------------------------- /modules/module_3/module_3A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_3/module_3A.md -------------------------------------------------------------------------------- /modules/module_3/module_3B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_3/module_3B.md -------------------------------------------------------------------------------- /modules/module_3/module_3C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_3/module_3C.md -------------------------------------------------------------------------------- /modules/module_3/module_3D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_3/module_3D.md -------------------------------------------------------------------------------- /modules/module_4/4Brecko J.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/4Brecko J.pptx -------------------------------------------------------------------------------- /modules/module_4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/README.md -------------------------------------------------------------------------------- /modules/module_4/SOP_ Creating new images of vial-preserved specimens for uploading into TaxonWorks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/SOP_ Creating new images of vial-preserved specimens for uploading into TaxonWorks.pdf -------------------------------------------------------------------------------- /modules/module_4/module_4A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4A.md -------------------------------------------------------------------------------- /modules/module_4/module_4B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4B.md -------------------------------------------------------------------------------- /modules/module_4/module_4C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4C.md -------------------------------------------------------------------------------- /modules/module_4/module_4D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4D.md -------------------------------------------------------------------------------- /modules/module_4/module_4E.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4E.md -------------------------------------------------------------------------------- /modules/module_4/module_4F.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4F.md -------------------------------------------------------------------------------- /modules/module_4/module_4G.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4G.md -------------------------------------------------------------------------------- /modules/module_4/module_4H.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4H.md -------------------------------------------------------------------------------- /modules/module_4/module_4I.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4I.md -------------------------------------------------------------------------------- /modules/module_4/module_4J.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4J.md -------------------------------------------------------------------------------- /modules/module_4/module_4K.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4K.md -------------------------------------------------------------------------------- /modules/module_4/module_4L.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_4/module_4L.md -------------------------------------------------------------------------------- /modules/module_5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_5/README.md -------------------------------------------------------------------------------- /modules/module_5/module_5A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_5/module_5A.md -------------------------------------------------------------------------------- /modules/module_5/module_5B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_5/module_5B.md -------------------------------------------------------------------------------- /modules/module_5/module_5C.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_5/module_5C.md -------------------------------------------------------------------------------- /modules/module_5/module_5D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_5/module_5D.md -------------------------------------------------------------------------------- /modules/module_5/module_5E.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_5/module_5E.md -------------------------------------------------------------------------------- /modules/module_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_map.png -------------------------------------------------------------------------------- /modules/module_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/modules/module_template.md -------------------------------------------------------------------------------- /training/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/training/README.md -------------------------------------------------------------------------------- /workflows/Big-Bee General Label Imaging Instructions - to share.docx.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/Big-Bee General Label Imaging Instructions - to share.docx.pdf -------------------------------------------------------------------------------- /workflows/Big-Bee-Specifications for a bee imaging box - to share.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/Big-Bee-Specifications for a bee imaging box - to share.pdf -------------------------------------------------------------------------------- /workflows/Cal-Academy-Slide-Scanning-tray-template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/Cal-Academy-Slide-Scanning-tray-template.pdf -------------------------------------------------------------------------------- /workflows/INHS-slide-scanning protocol.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/INHS-slide-scanning protocol.pdf -------------------------------------------------------------------------------- /workflows/INHS-slide-scanning-assembly.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/INHS-slide-scanning-assembly.pdf -------------------------------------------------------------------------------- /workflows/INHS_workflow_links.md: -------------------------------------------------------------------------------- 1 | ## This will be a page for INHS Workflows 2 | 3 | ## Author 4 | Tommy McElrath 5 | INHS 6 | -------------------------------------------------------------------------------- /workflows/Inselect Workflow Demo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/Inselect Workflow Demo.pdf -------------------------------------------------------------------------------- /workflows/MPM - General Digitization Workflow for Natural History Collections--LepNet Example.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/MPM - General Digitization Workflow for Natural History Collections--LepNet Example.pdf -------------------------------------------------------------------------------- /workflows/MPM Lepidoptera Storage Procedure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/MPM Lepidoptera Storage Procedure.pdf -------------------------------------------------------------------------------- /workflows/MPM Slide Scanning Workflow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/MPM Slide Scanning Workflow.pdf -------------------------------------------------------------------------------- /workflows/MPM_GeoLocate_101_DRAFT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/MPM_GeoLocate_101_DRAFT.pdf -------------------------------------------------------------------------------- /workflows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/README.md -------------------------------------------------------------------------------- /workflows/TAMU-TPT-ectoparasite-vial-metadata-template.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/TAMU-TPT-ectoparasite-vial-metadata-template.xlsx -------------------------------------------------------------------------------- /workflows/TAMU-TPT-ectoparasite-vial-protocol.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/TAMU-TPT-ectoparasite-vial-protocol.pdf -------------------------------------------------------------------------------- /workflows/TPT-MPM-EMu-Terrestrial Parasites Data Entry.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/TPT-MPM-EMu-Terrestrial Parasites Data Entry.pdf -------------------------------------------------------------------------------- /workflows/TPT-Pinned Specimen and Label Photography Workflow Template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/TPT-Pinned Specimen and Label Photography Workflow Template.pdf -------------------------------------------------------------------------------- /workflows/TPT-Scanning Tray Info w_vial tray.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/TPT-Scanning Tray Info w_vial tray.docx -------------------------------------------------------------------------------- /workflows/UM - Georeferencing Specimens in Specify - 22 Oct 2019.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/UM - Georeferencing Specimens in Specify - 22 Oct 2019.pdf -------------------------------------------------------------------------------- /workflows/UMMZI-Digitization-w-labels-procedure1.1-email.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/UMMZI-Digitization-w-labels-procedure1.1-email.pdf -------------------------------------------------------------------------------- /workflows/UMMZI-Remote databasing in Specify7-slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/UMMZI-Remote databasing in Specify7-slides.pdf -------------------------------------------------------------------------------- /workflows/UMMZI-Slide-Scanning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EntCollNet/BugFlow/HEAD/workflows/UMMZI-Slide-Scanning.pdf --------------------------------------------------------------------------------