first commit
This commit is contained in:
10
.idea/.gitignore
generated
vendored
Normal file
10
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Ignored default folder with query files
|
||||||
|
/queries/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
37
.idea/Desk-Reviews-Section-1.iml
generated
Normal file
37
.idea/Desk-Reviews-Section-1.iml
generated
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/libs/MilestoneAttributionStudy" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/libs/pasbdc_data_cleaning" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/libs/word_library" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/scripts/dataset" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/scripts/graph_generation_library" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/scripts/graph_generation_scripts" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/scripts/word_generation_library" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/section_1_datasets_module" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/section_1_graph_library_module" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/milestone_attribution_dataset_module" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/milestone_attribution_graph_library_module" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/section_1_word_library_module" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/section_3_graph_library_module" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/section_3_word_library_module" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/shared_tools_module" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/streamlit_dashboard" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/neoserra-api" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/neoserra-api/neoserra_api_module" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/neoserra-api/neoserra_api_module/data_models_old" isTestSource="false" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="jdk" jdkName="Python 3.12 (Desk-Reviews-Section-1)" jdkType="Python SDK" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
<component name="PyDocumentationSettings">
|
||||||
|
<option name="format" value="PLAIN" />
|
||||||
|
<option name="myDocStringFormat" value="Plain" />
|
||||||
|
</component>
|
||||||
|
<component name="TestRunnerService">
|
||||||
|
<option name="PROJECT_TEST_RUNNER" value="py.test" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
10
.idea/constants_module.iml
generated
Normal file
10
.idea/constants_module.iml
generated
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/project_constants">
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/project_constants/.venv" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="jdk" jdkName="Python 3.12 (constants_module)" jdkType="Python SDK" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
15
.idea/deployment.xml
generated
Normal file
15
.idea/deployment.xml
generated
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="PublishConfigData" serverName="dev server" remoteFilesAllowedToDisappearOnAutoupload="false">
|
||||||
|
<serverData>
|
||||||
|
<paths name="dev server">
|
||||||
|
<serverdata>
|
||||||
|
<mappings>
|
||||||
|
<mapping local="$PROJECT_DIR$/milestone_attribution_graph_library_module" web="/" />
|
||||||
|
<mapping local="$PROJECT_DIR$" web="/" />
|
||||||
|
</mappings>
|
||||||
|
</serverdata>
|
||||||
|
</paths>
|
||||||
|
</serverData>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
6
.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<settings>
|
||||||
|
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||||
|
<version value="1.0" />
|
||||||
|
</settings>
|
||||||
|
</component>
|
||||||
7
.idea/milestone_attribution_dataset_module.iml
generated
Normal file
7
.idea/milestone_attribution_dataset_module.iml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/milestone_attribution_dataset_module" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
7
.idea/milestone_attribution_graph_export_module.iml
generated
Normal file
7
.idea/milestone_attribution_graph_export_module.iml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/milestone_attribution_graph_export_module" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
7
.idea/milestone_attribution_graph_library_module.iml
generated
Normal file
7
.idea/milestone_attribution_graph_library_module.iml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/milestone_attribution_graph_library_module" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
7
.idea/misc.xml
generated
Normal file
7
.idea/misc.xml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="Black">
|
||||||
|
<option name="sdkName" value="Python 3.12 (Desk-Reviews-Section-1)" />
|
||||||
|
</component>
|
||||||
|
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12" project-jdk-type="Python SDK" />
|
||||||
|
</project>
|
||||||
20
.idea/modules.xml
generated
Normal file
20
.idea/modules.xml
generated
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/Desk-Reviews-Section-1.iml" filepath="$PROJECT_DIR$/.idea/Desk-Reviews-Section-1.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/constants_module.iml" filepath="$PROJECT_DIR$/.idea/constants_module.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/milestone_attribution_dataset_module.iml" filepath="$PROJECT_DIR$/.idea/milestone_attribution_dataset_module.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/milestone_attribution_graph_export_module.iml" filepath="$PROJECT_DIR$/.idea/milestone_attribution_graph_export_module.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/milestone_attribution_graph_library_module.iml" filepath="$PROJECT_DIR$/.idea/milestone_attribution_graph_library_module.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/pasbdc_data_cleaning.iml" filepath="$PROJECT_DIR$/.idea/pasbdc_data_cleaning.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/pasbdc_word_library.iml" filepath="$PROJECT_DIR$/.idea/pasbdc_word_library.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/section_1_datasets_module.iml" filepath="$PROJECT_DIR$/.idea/section_1_datasets_module.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/section_1_graph_library_module.iml" filepath="$PROJECT_DIR$/.idea/section_1_graph_library_module.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/section_1_word_library_module.iml" filepath="$PROJECT_DIR$/.idea/section_1_word_library_module.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/section_3_graph_library_module.iml" filepath="$PROJECT_DIR$/.idea/section_3_graph_library_module.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/section_3_word_library_module.iml" filepath="$PROJECT_DIR$/.idea/section_3_word_library_module.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/shared_tools_module.iml" filepath="$PROJECT_DIR$/.idea/shared_tools_module.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
7
.idea/pasbdc_data_cleaning.iml
generated
Normal file
7
.idea/pasbdc_data_cleaning.iml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/libs/pasbdc_data_cleaning" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
7
.idea/pasbdc_word_library.iml
generated
Normal file
7
.idea/pasbdc_word_library.iml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/libs/word_library" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
7
.idea/pyProjectModel.xml
generated
Normal file
7
.idea/pyProjectModel.xml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="PyProjectModelSettings">
|
||||||
|
<option name="showConfigurationNotification" value="false" />
|
||||||
|
<option name="usePyprojectToml" value="true" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
14
.idea/pySourceRootDetection.xml
generated
Normal file
14
.idea/pySourceRootDetection.xml
generated
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="PySourceRootDetectionService">
|
||||||
|
<option name="sourcePathsSet">
|
||||||
|
<set>
|
||||||
|
<option value="$PROJECT_DIR$/constants_module/constants_module" />
|
||||||
|
<option value="$PROJECT_DIR$/project_constants/constants_module" />
|
||||||
|
<option value="$PROJECT_DIR$/constants_module" />
|
||||||
|
<option value="$PROJECT_DIR$/project_constants" />
|
||||||
|
<option value="$PROJECT_DIR$/section_1_graph_export_module" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
7
.idea/section_1_datasets_module.iml
generated
Normal file
7
.idea/section_1_datasets_module.iml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/section_1_datasets_module" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
7
.idea/section_1_graph_library_module.iml
generated
Normal file
7
.idea/section_1_graph_library_module.iml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/section_1_graph_library_module" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
7
.idea/section_1_word_library_module.iml
generated
Normal file
7
.idea/section_1_word_library_module.iml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/section_1_word_library_module" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
7
.idea/section_3_graph_library_module.iml
generated
Normal file
7
.idea/section_3_graph_library_module.iml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/section_3_graph_library_module" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
7
.idea/section_3_word_library_module.iml
generated
Normal file
7
.idea/section_3_word_library_module.iml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/section_3_word_library_module" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
7
.idea/shared_tools_module.iml
generated
Normal file
7
.idea/shared_tools_module.iml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module external.system.id="java-source" type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/shared_tools_module" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
14
.idea/webServers.xml
generated
Normal file
14
.idea/webServers.xml
generated
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="WebServers">
|
||||||
|
<option name="servers">
|
||||||
|
<webServer id="bd6496d6-8464-4b45-9d95-1713b137aba6" name="dev server">
|
||||||
|
<fileTransfer accessType="SFTP" host="mc.vtallen.com" port="22" sshConfigId="3ce2df17-31ba-4d6e-9f0d-3f59e08010d7" sshConfig="vtallen@mc.vtallen.com:22 password">
|
||||||
|
<advancedOptions>
|
||||||
|
<advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" />
|
||||||
|
</advancedOptions>
|
||||||
|
</fileTransfer>
|
||||||
|
</webServer>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
6
.ipynb_checkpoints/Untitled-checkpoint.ipynb
Normal file
6
.ipynb_checkpoints/Untitled-checkpoint.ipynb
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"cells": [],
|
||||||
|
"metadata": {},
|
||||||
|
"nbformat": 4,
|
||||||
|
"nbformat_minor": 5
|
||||||
|
}
|
||||||
33760
.ipynb_checkpoints/clients_naics_data-checkpoint.csv
Normal file
33760
.ipynb_checkpoints/clients_naics_data-checkpoint.csv
Normal file
File diff suppressed because it is too large
Load Diff
BIN
.ipynb_checkpoints/comparison_graph-checkpoint.png
Normal file
BIN
.ipynb_checkpoints/comparison_graph-checkpoint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 248 KiB |
BIN
.ipynb_checkpoints/county_coverage_heat_map-checkpoint.png
Normal file
BIN
.ipynb_checkpoints/county_coverage_heat_map-checkpoint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 479 KiB |
BIN
.ipynb_checkpoints/county_heat_map-checkpoint.png
Normal file
BIN
.ipynb_checkpoints/county_heat_map-checkpoint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 220 KiB |
BIN
.ipynb_checkpoints/county_missing_heat_map-checkpoint.png
Normal file
BIN
.ipynb_checkpoints/county_missing_heat_map-checkpoint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 474 KiB |
31
.ipynb_checkpoints/naics_data_csv-checkpoint.csv
Normal file
31
.ipynb_checkpoints/naics_data_csv-checkpoint.csv
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
,EMP,EMP_F,EMP_IMP,EMP_IMP_F,ESTAB,ESTAB_F,FIRM,FIRM_F,GEO_ID,GEO_ID_F,NAME,NAICS2022,NAICS2022_F,NAICS2022_LABEL,PAYANN,PAYANN_F,PAYANN_IMP,PAYANN_IMP_F,PAYQTR1,PAYQTR1_F,RCPTOT,RCPTOT_F,RCPTOT_IMP,RCPTOT_IMP_F,TAXSTAT,TAXSTAT_LABEL,TYPOP,TYPOP_LABEL,YEAR,NAICS2022,ucgid
|
||||||
|
0,19792,,0,2,832,,614,,0400000US42,,Pennsylvania,21,,"Mining, quarrying, and oil and gas extraction",1784460,,0,2,445665,,44369022,,0,0,00,All establishments,00,All establishments,2022,21,0400000US42
|
||||||
|
1,30844,,0,1,917,,252,,0400000US42,,Pennsylvania,22,,Utilities,3538744,,0,0,1078106,,32259552,,0,0,00,All establishments,00,All establishments,2022,22,0400000US42
|
||||||
|
2,261765,,0,2,28792,,28433,,0400000US42,,Pennsylvania,23,,Construction,18896978,,0,0,4007954,,93996998,,0,1,00,All establishments,00,All establishments,2022,23,0400000US42
|
||||||
|
3,563035,,0,2,13377,,11984,,0400000US42,,Pennsylvania,31-33,,Manufacturing,36353647,,0,2,8835257,,262564512,,0,3,00,All establishments,00,All establishments,2022,31-33,0400000US42
|
||||||
|
4,252741,,0,3,12585,,9750,,0400000US42,,Pennsylvania,42,,Wholesale trade,21162185,,0,4,5607679,,411318239,,0,1,00,All establishments,00,All establishments,2022,42,0400000US42
|
||||||
|
5,202600,,0,3,10632,,8321,,0400000US42,,Pennsylvania,42,,Wholesale trade,15143956,,0,3,3728627,,259322722,,0,1,00,All establishments,10,"Merchant wholesalers, except manufacturers' sales branches and offices",2022,42,0400000US42
|
||||||
|
6,40420,,0,6,732,,330,,0400000US42,,Pennsylvania,42,,Wholesale trade,5294916,,0,7,1708821,,121491259,,0,1,00,All establishments,20,Manufacturers' sales branches and offices,2022,42,0400000US42
|
||||||
|
7,689445,,0,2,40165,,24552,,0400000US42,,Pennsylvania,44-45,,Retail trade,22798490,,0,2,5482917,,301886383,,0,2,00,All establishments,00,All establishments,2022,44-45,0400000US42
|
||||||
|
8,272785,,0,2,10858,,8798,,0400000US42,,Pennsylvania,48-49,107,Transportation and warehousing,13976679,,0,2,3337124,,42748848,,0,3,00,All establishments,00,All establishments,2022,48-49,0400000US42
|
||||||
|
9,107284,,0,3,5645,,2877,,0400000US42,,Pennsylvania,51,,Information,10240723,,0,3,2874268,,47462326,,0,3,00,All establishments,00,All establishments,2022,51,0400000US42
|
||||||
|
10,319889,,0,2,17692,,8906,,0400000US42,,Pennsylvania,52,115,Finance and insurance,32714999,,0,2,10239224,,270729542,,0,0,00,All establishments,00,All establishments,2022,52,0400000US42
|
||||||
|
11,77732,,0,2,11674,,8702,,0400000US42,,Pennsylvania,53,,Real estate and rental and leasing,4747740,,0,1,1182233,,27046613,,0,2,00,All establishments,00,All establishments,2022,53,0400000US42
|
||||||
|
12,391239,,0,2,30362,,27665,,0400000US42,,Pennsylvania,54,,"Professional, scientific, and technical services",35025855,,0,2,8635386,,92640000,,0,3,00,All establishments,00,All establishments,2022,54,0400000US42
|
||||||
|
13,385749,,0,2,30161,,27552,,0400000US42,,Pennsylvania,54,,"Professional, scientific, and technical services",34609148,,0,2,8540229,,91663124,,0,3,T,Establishments subject to federal income tax,00,All establishments,2022,54,0400000US42
|
||||||
|
14,5490,,0,2,201,,118,,0400000US42,,Pennsylvania,54,,"Professional, scientific, and technical services",416707,,0,1,95157,,976876,,0,3,Y,Establishments exempt from federal income tax,00,All establishments,2022,54,0400000US42
|
||||||
|
15,243649,,0,3,2356,,1369,,0400000US42,,Pennsylvania,55,,Management of companies and enterprises,22253581,,0,3,6614090,,2963566,,0,3,00,All establishments,00,All establishments,2022,55,0400000US42
|
||||||
|
16,362904,,0,2,16769,,14161,,0400000US42,,Pennsylvania,56,,Administrative and support and waste management and remediation services,16073022,,0,2,3744495,,41378855,,0,3,00,All establishments,00,All establishments,2022,56,0400000US42
|
||||||
|
17,26627,,0,1,2860,,2720,,0400000US42,,Pennsylvania,61,117,Educational services,957785,,0,1,222531,,2767178,,0,2,00,All establishments,00,All establishments,2022,61,0400000US42
|
||||||
|
18,18878,,0,2,2270,,2163,,0400000US42,,Pennsylvania,61,117,Educational services,600188,,0,2,137158,,1844599,,0,3,T,Establishments subject to federal income tax,00,All establishments,2022,61,0400000US42
|
||||||
|
19,7749,,0,1,590,,558,,0400000US42,,Pennsylvania,61,117,Educational services,357597,,0,1,85373,,922579,,0,1,Y,Establishments exempt from federal income tax,00,All establishments,2022,61,0400000US42
|
||||||
|
20,1109625,,0,2,39375,,23841,,0400000US42,,Pennsylvania,62,,Health care and social assistance,61823458,,0,2,14423975,,154216328,,0,4,00,All establishments,00,All establishments,2022,62,0400000US42
|
||||||
|
21,585444,,0,2,30646,,20539,,0400000US42,,Pennsylvania,62,,Health care and social assistance,32274263,,0,2,7491659,,74148150,,0,4,T,Establishments subject to federal income tax,00,All establishments,2022,62,0400000US42
|
||||||
|
22,524181,,0,3,8729,,3414,,0400000US42,,Pennsylvania,62,,Health care and social assistance,29549195,,0,3,6932316,,80068178,,0,4,Y,Establishments exempt from federal income tax,00,All establishments,2022,62,0400000US42
|
||||||
|
23,100712,,0,1,5076,,4693,,0400000US42,,Pennsylvania,71,,"Arts, entertainment, and recreation",4172509,,0,0,881024,,13079147,,0,1,00,All establishments,00,All establishments,2022,71,0400000US42
|
||||||
|
24,69561,,0,2,3762,,3501,,0400000US42,,Pennsylvania,71,,"Arts, entertainment, and recreation",3218925,,0,1,684522,,10360135,,0,1,T,Establishments subject to federal income tax,00,All establishments,2022,71,0400000US42
|
||||||
|
25,31151,,0,1,1314,,1194,,0400000US42,,Pennsylvania,71,,"Arts, entertainment, and recreation",953584,,0,0,196502,,2719012,,0,0,Y,Establishments exempt from federal income tax,00,All establishments,2022,71,0400000US42
|
||||||
|
26,462379,,0,1,29042,,23281,,0400000US42,,Pennsylvania,72,,Accommodation and food services,9724441,,0,1,2193189,,34888736,,0,2,00,All establishments,00,All establishments,2022,72,0400000US42
|
||||||
|
27,162373,,0,1,26781,,24498,,0400000US42,,Pennsylvania,81,119,Other services (except public administration),6204798,,0,1,1420492,,40428262,,0,0,00,All establishments,00,All establishments,2022,81,0400000US42
|
||||||
|
28,122551,,0,1,22075,,19955,,0400000US42,,Pennsylvania,81,119,Other services (except public administration),4422834,,0,1,1003809,,14823996,,0,2,T,Establishments subject to federal income tax,00,All establishments,2022,81,0400000US42
|
||||||
|
29,39822,,0,0,4706,,4548,,0400000US42,,Pennsylvania,81,119,Other services (except public administration),1781964,,0,0,416683,,25604266,,0,0,Y,Establishments exempt from federal income tax,00,All establishments,2022,81,0400000US42
|
||||||
|
33976
.ipynb_checkpoints/naics_tagged_client_list-checkpoint.csv
Normal file
33976
.ipynb_checkpoints/naics_tagged_client_list-checkpoint.csv
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
27543
.ipynb_checkpoints/section1_1-checkpoint.ipynb
Normal file
27543
.ipynb_checkpoints/section1_1-checkpoint.ipynb
Normal file
File diff suppressed because one or more lines are too long
624
.ipynb_checkpoints/section1_2-checkpoint.ipynb
Normal file
624
.ipynb_checkpoints/section1_2-checkpoint.ipynb
Normal file
@@ -0,0 +1,624 @@
|
|||||||
|
{
|
||||||
|
"cells": [
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 1,
|
||||||
|
"id": "036980a4-7309-4ea4-8dac-e8901c4525cf",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"import pandas as pd"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"id": "ba89b925-5fc4-41bc-8b5e-81e53cfe1e4e",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"# Getting the client counseling sessions data\n",
|
||||||
|
"---\n",
|
||||||
|
"The data can be obtained from this filter. You will need to break it up into smaller chunks and export them into the folder client_counseling\n",
|
||||||
|
"https://pasbdc.neoserra.com/activity/list/10?__formid=10&remove=&savename=&sort=DATE&sortdir=DESC&expr=&field_1=DATE&opt_auto_1=pfy&field_2=CLI_TYPE2&opt_2=&opt_2=AC&opt_2=IC&field_3=F_CENTER_ID&opt_3=2805&opt_3=2790&opt_3=2782&opt_3=2784&opt_3=2806&opt_3=2789&opt_3=4491&opt_3=2783&opt_3=2807&opt_3=2809&opt_3=2788&opt_3=2780&opt_3=2808&opt_3=2786&opt_3=2785&opt_3=2787&opt_3=2791&opt_3=2781&field_4=&sortdir=DESC\n",
|
||||||
|
"\n",
|
||||||
|
"Then combine the csvs into one big file"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 54,
|
||||||
|
"id": "7c3bf1e4-57bc-419b-909d-fca0043c1df7",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"name": "stdout",
|
||||||
|
"output_type": "stream",
|
||||||
|
"text": [
|
||||||
|
"<class 'pandas.core.frame.DataFrame'>\n",
|
||||||
|
"RangeIndex: 828614 entries, 0 to 828613\n",
|
||||||
|
"Data columns (total 9 columns):\n",
|
||||||
|
" # Column Non-Null Count Dtype \n",
|
||||||
|
"--- ------ -------------- ----- \n",
|
||||||
|
" 0 Session Date 828614 non-null object \n",
|
||||||
|
" 1 Client 828614 non-null object \n",
|
||||||
|
" 2 Client ID 828614 non-null object \n",
|
||||||
|
" 3 Counselor 823892 non-null object \n",
|
||||||
|
" 4 Session Type 828611 non-null object \n",
|
||||||
|
" 5 Contact Type 828614 non-null object \n",
|
||||||
|
" 6 Center 828614 non-null object \n",
|
||||||
|
" 7 Prep+Contact 828614 non-null float64\n",
|
||||||
|
" 8 Total Hours 828614 non-null float64\n",
|
||||||
|
"dtypes: float64(2), object(7)\n",
|
||||||
|
"memory usage: 56.9+ MB\n"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"source": [
|
||||||
|
"sessions_df = pd.read_csv('counselling_sessions_fy2225.csv')\n",
|
||||||
|
"sessions_df.info()"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"id": "acb44859-ef4f-4dcb-82a9-80e5c30ce778",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"# Get the unique clients list\n",
|
||||||
|
"---\n",
|
||||||
|
"Download and load the unique clients list with these columns\n",
|
||||||
|
"https://pasbdc.neoserra.com/clients?__formid=3&remove=&savename=&sort=CLIENT_ID&sortdir=ASC&expr=&field_1=REVIEWID&opt_1=13213656&field_2=&sortdir=ASC"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 59,
|
||||||
|
"id": "4563ea40-4d94-41c5-86f4-6d620a45c1de",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"text/html": [
|
||||||
|
"<div>\n",
|
||||||
|
"<style scoped>\n",
|
||||||
|
" .dataframe tbody tr th:only-of-type {\n",
|
||||||
|
" vertical-align: middle;\n",
|
||||||
|
" }\n",
|
||||||
|
"\n",
|
||||||
|
" .dataframe tbody tr th {\n",
|
||||||
|
" vertical-align: top;\n",
|
||||||
|
" }\n",
|
||||||
|
"\n",
|
||||||
|
" .dataframe thead th {\n",
|
||||||
|
" text-align: right;\n",
|
||||||
|
" }\n",
|
||||||
|
"</style>\n",
|
||||||
|
"<table border=\"1\" class=\"dataframe\">\n",
|
||||||
|
" <thead>\n",
|
||||||
|
" <tr style=\"text-align: right;\">\n",
|
||||||
|
" <th></th>\n",
|
||||||
|
" <th>Unnamed: 0</th>\n",
|
||||||
|
" <th>Client ID</th>\n",
|
||||||
|
" <th>Client</th>\n",
|
||||||
|
" <th>Primary Contact</th>\n",
|
||||||
|
" <th>Last Counseling</th>\n",
|
||||||
|
" <th>Phone</th>\n",
|
||||||
|
" <th>Email</th>\n",
|
||||||
|
" <th>Physical Address</th>\n",
|
||||||
|
" <th>Physical Address County</th>\n",
|
||||||
|
" <th>Physical Address State</th>\n",
|
||||||
|
" <th>Primary NAICS</th>\n",
|
||||||
|
" <th>NAICs</th>\n",
|
||||||
|
" <th>NAICS_2</th>\n",
|
||||||
|
" <th>PA NAICs Code Percentage</th>\n",
|
||||||
|
" <th>PASBDC NAICs Code Percentage</th>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" </thead>\n",
|
||||||
|
" <tbody>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>0</th>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>WD04170</td>\n",
|
||||||
|
" <td>\\tProinnov@ LLC (WD04170)</td>\n",
|
||||||
|
" <td>Jardenson Castro</td>\n",
|
||||||
|
" <td>9/9/2025 12:00 AM</td>\n",
|
||||||
|
" <td>(267) 748-4465</td>\n",
|
||||||
|
" <td>JardensonC@ICLOUD.com</td>\n",
|
||||||
|
" <td>6752 Oakland St.</td>\n",
|
||||||
|
" <td>Philadelphia</td>\n",
|
||||||
|
" <td>Pennsylvania</td>\n",
|
||||||
|
" <td>NaN</td>\n",
|
||||||
|
" <td>NaN</td>\n",
|
||||||
|
" <td>0.0</td>\n",
|
||||||
|
" <td>0.000000</td>\n",
|
||||||
|
" <td>14.915377</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>1</th>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>WD02759</td>\n",
|
||||||
|
" <td>\"C.J.A.\"/ Crawley Jones and Allen real estate...</td>\n",
|
||||||
|
" <td>mark crawley</td>\n",
|
||||||
|
" <td>10/20/2025 12:00 AM</td>\n",
|
||||||
|
" <td>(215) 290-9828</td>\n",
|
||||||
|
" <td>mrkcrawley@gmail.com</td>\n",
|
||||||
|
" <td>673 Rively ave</td>\n",
|
||||||
|
" <td>Delaware</td>\n",
|
||||||
|
" <td>Pennsylvania</td>\n",
|
||||||
|
" <td>531390 - Other Activities Related to Real Esta...</td>\n",
|
||||||
|
" <td>531390-OtherActivitiesRelatedtoRealEstate\\r\\r\\...</td>\n",
|
||||||
|
" <td>53.0</td>\n",
|
||||||
|
" <td>2.510127</td>\n",
|
||||||
|
" <td>2.688026</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>2</th>\n",
|
||||||
|
" <td>2</td>\n",
|
||||||
|
" <td>PS018402</td>\n",
|
||||||
|
" <td>Anjie's Cleaning Bees (PS018402)</td>\n",
|
||||||
|
" <td>Anjelica Gonzez</td>\n",
|
||||||
|
" <td>10/14/2024 12:00 AM</td>\n",
|
||||||
|
" <td>(717) 521-3625</td>\n",
|
||||||
|
" <td>anjelicagonzalez2001@gmail.com</td>\n",
|
||||||
|
" <td>1129 High St</td>\n",
|
||||||
|
" <td>Lycoming</td>\n",
|
||||||
|
" <td>Pennsylvania</td>\n",
|
||||||
|
" <td>561720 - Janitorial Services \\r\\r\\n</td>\n",
|
||||||
|
" <td>561720-JanitorialServices\\r\\r\\n\\r\\r\\n</td>\n",
|
||||||
|
" <td>56.0</td>\n",
|
||||||
|
" <td>3.605647</td>\n",
|
||||||
|
" <td>4.344285</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>3</th>\n",
|
||||||
|
" <td>3</td>\n",
|
||||||
|
" <td>C8538</td>\n",
|
||||||
|
" <td>BRENIMAN PROPERTIES, LLC (C8538)</td>\n",
|
||||||
|
" <td>RYAN BRENIMAN</td>\n",
|
||||||
|
" <td>10/17/2025 12:00 AM</td>\n",
|
||||||
|
" <td>NaN</td>\n",
|
||||||
|
" <td>r_breniman@yahoo.com</td>\n",
|
||||||
|
" <td>147 Heeter Rd</td>\n",
|
||||||
|
" <td>Clarion</td>\n",
|
||||||
|
" <td>Pennsylvania</td>\n",
|
||||||
|
" <td>531120 - Lessors of Nonresidential Buildings (...</td>\n",
|
||||||
|
" <td>531120-LessorsofNonresidentialBuildings(except...</td>\n",
|
||||||
|
" <td>53.0</td>\n",
|
||||||
|
" <td>2.510127</td>\n",
|
||||||
|
" <td>2.688026</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>4</th>\n",
|
||||||
|
" <td>4</td>\n",
|
||||||
|
" <td>BU016079</td>\n",
|
||||||
|
" <td>Civil War Cider Co., Inc. (BU016079)</td>\n",
|
||||||
|
" <td>Robert Antanitis, II</td>\n",
|
||||||
|
" <td>10/21/2024 12:00 AM</td>\n",
|
||||||
|
" <td>(570) 523-3414</td>\n",
|
||||||
|
" <td>rob@civilwarcider.com</td>\n",
|
||||||
|
" <td>606 Market St.</td>\n",
|
||||||
|
" <td>Union</td>\n",
|
||||||
|
" <td>Pennsylvania</td>\n",
|
||||||
|
" <td>312130 - Wineries \\r\\r\\n</td>\n",
|
||||||
|
" <td>312130-Wineries\\r\\r\\n\\r\\r\\n</td>\n",
|
||||||
|
" <td>31.0</td>\n",
|
||||||
|
" <td>2.876304</td>\n",
|
||||||
|
" <td>4.923522</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" </tbody>\n",
|
||||||
|
"</table>\n",
|
||||||
|
"</div>"
|
||||||
|
],
|
||||||
|
"text/plain": [
|
||||||
|
" Unnamed: 0 Client ID Client \\\n",
|
||||||
|
"0 0 WD04170 \\tProinnov@ LLC (WD04170) \n",
|
||||||
|
"1 1 WD02759 \"C.J.A.\"/ Crawley Jones and Allen real estate... \n",
|
||||||
|
"2 2 PS018402 Anjie's Cleaning Bees (PS018402) \n",
|
||||||
|
"3 3 C8538 BRENIMAN PROPERTIES, LLC (C8538) \n",
|
||||||
|
"4 4 BU016079 Civil War Cider Co., Inc. (BU016079) \n",
|
||||||
|
"\n",
|
||||||
|
" Primary Contact Last Counseling Phone \\\n",
|
||||||
|
"0 Jardenson Castro 9/9/2025 12:00 AM (267) 748-4465 \n",
|
||||||
|
"1 mark crawley 10/20/2025 12:00 AM (215) 290-9828 \n",
|
||||||
|
"2 Anjelica Gonzez 10/14/2024 12:00 AM (717) 521-3625 \n",
|
||||||
|
"3 RYAN BRENIMAN 10/17/2025 12:00 AM NaN \n",
|
||||||
|
"4 Robert Antanitis, II 10/21/2024 12:00 AM (570) 523-3414 \n",
|
||||||
|
"\n",
|
||||||
|
" Email Physical Address Physical Address County \\\n",
|
||||||
|
"0 JardensonC@ICLOUD.com 6752 Oakland St. Philadelphia \n",
|
||||||
|
"1 mrkcrawley@gmail.com 673 Rively ave Delaware \n",
|
||||||
|
"2 anjelicagonzalez2001@gmail.com 1129 High St Lycoming \n",
|
||||||
|
"3 r_breniman@yahoo.com 147 Heeter Rd Clarion \n",
|
||||||
|
"4 rob@civilwarcider.com 606 Market St. Union \n",
|
||||||
|
"\n",
|
||||||
|
" Physical Address State Primary NAICS \\\n",
|
||||||
|
"0 Pennsylvania NaN \n",
|
||||||
|
"1 Pennsylvania 531390 - Other Activities Related to Real Esta... \n",
|
||||||
|
"2 Pennsylvania 561720 - Janitorial Services \\r\\r\\n \n",
|
||||||
|
"3 Pennsylvania 531120 - Lessors of Nonresidential Buildings (... \n",
|
||||||
|
"4 Pennsylvania 312130 - Wineries \\r\\r\\n \n",
|
||||||
|
"\n",
|
||||||
|
" NAICs NAICS_2 \\\n",
|
||||||
|
"0 NaN 0.0 \n",
|
||||||
|
"1 531390-OtherActivitiesRelatedtoRealEstate\\r\\r\\... 53.0 \n",
|
||||||
|
"2 561720-JanitorialServices\\r\\r\\n\\r\\r\\n 56.0 \n",
|
||||||
|
"3 531120-LessorsofNonresidentialBuildings(except... 53.0 \n",
|
||||||
|
"4 312130-Wineries\\r\\r\\n\\r\\r\\n 31.0 \n",
|
||||||
|
"\n",
|
||||||
|
" PA NAICs Code Percentage PASBDC NAICs Code Percentage \n",
|
||||||
|
"0 0.000000 14.915377 \n",
|
||||||
|
"1 2.510127 2.688026 \n",
|
||||||
|
"2 3.605647 4.344285 \n",
|
||||||
|
"3 2.510127 2.688026 \n",
|
||||||
|
"4 2.876304 4.923522 "
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"execution_count": 59,
|
||||||
|
"metadata": {},
|
||||||
|
"output_type": "execute_result"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"source": [
|
||||||
|
"client_df = pd.read_csv('naics_client_list_tagged.csv')\n",
|
||||||
|
"client_df.head()"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 60,
|
||||||
|
"id": "9307bc7a-8ba1-4c7f-b7eb-e2b5f6d4c8d7",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"text/html": [
|
||||||
|
"<div>\n",
|
||||||
|
"<style scoped>\n",
|
||||||
|
" .dataframe tbody tr th:only-of-type {\n",
|
||||||
|
" vertical-align: middle;\n",
|
||||||
|
" }\n",
|
||||||
|
"\n",
|
||||||
|
" .dataframe tbody tr th {\n",
|
||||||
|
" vertical-align: top;\n",
|
||||||
|
" }\n",
|
||||||
|
"\n",
|
||||||
|
" .dataframe thead th {\n",
|
||||||
|
" text-align: right;\n",
|
||||||
|
" }\n",
|
||||||
|
"</style>\n",
|
||||||
|
"<table border=\"1\" class=\"dataframe\">\n",
|
||||||
|
" <thead>\n",
|
||||||
|
" <tr style=\"text-align: right;\">\n",
|
||||||
|
" <th></th>\n",
|
||||||
|
" <th>Session Type</th>\n",
|
||||||
|
" <th>count</th>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" </thead>\n",
|
||||||
|
" <tbody>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>0</th>\n",
|
||||||
|
" <td>Administrative</td>\n",
|
||||||
|
" <td>476099</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>1</th>\n",
|
||||||
|
" <td>Follow-up</td>\n",
|
||||||
|
" <td>316915</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>2</th>\n",
|
||||||
|
" <td>Initial/New</td>\n",
|
||||||
|
" <td>17024</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>3</th>\n",
|
||||||
|
" <td>Close-out</td>\n",
|
||||||
|
" <td>14902</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>4</th>\n",
|
||||||
|
" <td>Impact</td>\n",
|
||||||
|
" <td>3671</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" </tbody>\n",
|
||||||
|
"</table>\n",
|
||||||
|
"</div>"
|
||||||
|
],
|
||||||
|
"text/plain": [
|
||||||
|
" Session Type count\n",
|
||||||
|
"0 Administrative 476099\n",
|
||||||
|
"1 Follow-up 316915\n",
|
||||||
|
"2 Initial/New 17024\n",
|
||||||
|
"3 Close-out 14902\n",
|
||||||
|
"4 Impact 3671"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"execution_count": 60,
|
||||||
|
"metadata": {},
|
||||||
|
"output_type": "execute_result"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"source": [
|
||||||
|
"session_type_value_counts = sessions_df['Session Type'].value_counts().reset_index()\n",
|
||||||
|
"session_type_value_counts"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 83,
|
||||||
|
"id": "97465a49-4e13-4e23-88ba-6bd7d72c6520",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"text/html": [
|
||||||
|
"<div>\n",
|
||||||
|
"<style scoped>\n",
|
||||||
|
" .dataframe tbody tr th:only-of-type {\n",
|
||||||
|
" vertical-align: middle;\n",
|
||||||
|
" }\n",
|
||||||
|
"\n",
|
||||||
|
" .dataframe tbody tr th {\n",
|
||||||
|
" vertical-align: top;\n",
|
||||||
|
" }\n",
|
||||||
|
"\n",
|
||||||
|
" .dataframe thead th {\n",
|
||||||
|
" text-align: right;\n",
|
||||||
|
" }\n",
|
||||||
|
"</style>\n",
|
||||||
|
"<table border=\"1\" class=\"dataframe\">\n",
|
||||||
|
" <thead>\n",
|
||||||
|
" <tr style=\"text-align: right;\">\n",
|
||||||
|
" <th>Session Type</th>\n",
|
||||||
|
" <th>Client ID</th>\n",
|
||||||
|
" <th>Center</th>\n",
|
||||||
|
" <th>Administrative</th>\n",
|
||||||
|
" <th>Close-out</th>\n",
|
||||||
|
" <th>Follow-up</th>\n",
|
||||||
|
" <th>Impact</th>\n",
|
||||||
|
" <th>Initial/New</th>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" </thead>\n",
|
||||||
|
" <tbody>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>0</th>\n",
|
||||||
|
" <td>D 14632</td>\n",
|
||||||
|
" <td>Duquesne University SBDC</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>2</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>1</th>\n",
|
||||||
|
" <td>S015040</td>\n",
|
||||||
|
" <td>The University of Scranton SBDC</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>7</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>2</th>\n",
|
||||||
|
" <td>00000043</td>\n",
|
||||||
|
" <td>TE - TEMPLE SBDC</td>\n",
|
||||||
|
" <td>1</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>3</th>\n",
|
||||||
|
" <td>00000052</td>\n",
|
||||||
|
" <td>WD - WIDENER SBDC</td>\n",
|
||||||
|
" <td>3</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>8</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" <tr>\n",
|
||||||
|
" <th>4</th>\n",
|
||||||
|
" <td>000002</td>\n",
|
||||||
|
" <td>Kutztown University SBDC</td>\n",
|
||||||
|
" <td>2</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" <td>0</td>\n",
|
||||||
|
" </tr>\n",
|
||||||
|
" </tbody>\n",
|
||||||
|
"</table>\n",
|
||||||
|
"</div>"
|
||||||
|
],
|
||||||
|
"text/plain": [
|
||||||
|
"Session Type Client ID Center Administrative \\\n",
|
||||||
|
"0 D 14632 Duquesne University SBDC 0 \n",
|
||||||
|
"1 S015040 The University of Scranton SBDC 0 \n",
|
||||||
|
"2 00000043 TE - TEMPLE SBDC 1 \n",
|
||||||
|
"3 00000052 WD - WIDENER SBDC 3 \n",
|
||||||
|
"4 000002 Kutztown University SBDC 2 \n",
|
||||||
|
"\n",
|
||||||
|
"Session Type Close-out Follow-up Impact Initial/New \n",
|
||||||
|
"0 0 2 0 1 \n",
|
||||||
|
"1 1 7 0 0 \n",
|
||||||
|
"2 0 0 0 0 \n",
|
||||||
|
"3 0 8 0 0 \n",
|
||||||
|
"4 0 0 0 0 "
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"execution_count": 83,
|
||||||
|
"metadata": {},
|
||||||
|
"output_type": "execute_result"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"source": [
|
||||||
|
"session_counts = sessions_df.groupby('Client ID')['Session Type'].value_counts()\n",
|
||||||
|
"client_centers = sessions_df.groupby('Client ID')['Center'].first()\n",
|
||||||
|
"\n",
|
||||||
|
"\n",
|
||||||
|
"unified_counts_df = session_counts.unstack(fill_value=0)\n",
|
||||||
|
"unified_counts_df['Center'] = client_centers\n",
|
||||||
|
"\n",
|
||||||
|
"\n",
|
||||||
|
"\n",
|
||||||
|
"all_cols = list(unified_counts_df.columns)\n",
|
||||||
|
"all_cols.remove('Center')\n",
|
||||||
|
"all_cols.insert(0, 'Center')\n",
|
||||||
|
"\n",
|
||||||
|
"unified_counts_df = unified_counts_df[all_cols].reset_index()\n",
|
||||||
|
"unified_counts_df.head()"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 78,
|
||||||
|
"id": "0eb344e3-a1e2-4ae8-b2ad-a40cc775eec9",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"text/plain": [
|
||||||
|
"Center\n",
|
||||||
|
"University of Pittsburgh SBDC 11263\n",
|
||||||
|
"TE - TEMPLE SBDC 8851\n",
|
||||||
|
"Kutztown University SBDC 8454\n",
|
||||||
|
"WD - WIDENER SBDC 4452\n",
|
||||||
|
"The University of Scranton SBDC 3798\n",
|
||||||
|
"K - Kutztown SBDC 2608\n",
|
||||||
|
"PennWest University Clarion SBDC 2574\n",
|
||||||
|
"WI - WILKES SBDC 2387\n",
|
||||||
|
"LE - LEHIGH UNIVERSITY SBDC 2211\n",
|
||||||
|
"G - GANNON SBDC 1794\n",
|
||||||
|
"Penn State SBDC 1782\n",
|
||||||
|
"SH - SHIPPENSBURG SBDC 1751\n",
|
||||||
|
"Duquesne University SBDC 1604\n",
|
||||||
|
"Bucknell SBDC 1149\n",
|
||||||
|
"SF - ST. FRANCIS UNIVERSITY SBDC 1033\n",
|
||||||
|
"SV - ST. VINCENT COLLEGE SBDC 738\n",
|
||||||
|
"G - Meadville 186\n",
|
||||||
|
"SV - Fayette Outreach 176\n",
|
||||||
|
"G - Mercer 131\n",
|
||||||
|
"Indiana County 125\n",
|
||||||
|
"Clarion CARES Act 20\n",
|
||||||
|
"G - Warren 1\n",
|
||||||
|
"SC - Monroe Outreach 1\n",
|
||||||
|
"LE - Bucks County/Lehigh SBDC 1\n",
|
||||||
|
"Name: count, dtype: int64"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"execution_count": 78,
|
||||||
|
"metadata": {},
|
||||||
|
"output_type": "execute_result"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"source": [
|
||||||
|
"unified_counts_df['Center'].value_counts()"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 86,
|
||||||
|
"id": "e38f57b8-f362-4bba-ae20-b858f2be4504",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"text/plain": [
|
||||||
|
"Center\n",
|
||||||
|
"Pittsburgh 11263\n",
|
||||||
|
"Temple 8851\n",
|
||||||
|
"Kutztown University SBDC 8454\n",
|
||||||
|
"Widner 4452\n",
|
||||||
|
"Scranton 3798\n",
|
||||||
|
"Kutztown 2608\n",
|
||||||
|
"Clarion 2574\n",
|
||||||
|
"Wilkes 2387\n",
|
||||||
|
"Lehigh 2212\n",
|
||||||
|
"Gannon 1794\n",
|
||||||
|
"Penn State 1782\n",
|
||||||
|
"Shippensburg 1751\n",
|
||||||
|
"Duquesne 1604\n",
|
||||||
|
"Bucknell 1149\n",
|
||||||
|
"St. Francis 1033\n",
|
||||||
|
"St. Vincent 738\n",
|
||||||
|
"G - Meadville 186\n",
|
||||||
|
"SV - Fayette Outreach 176\n",
|
||||||
|
"G - Mercer 131\n",
|
||||||
|
"Indiana County 125\n",
|
||||||
|
"Clarion CARES Act 20\n",
|
||||||
|
"G - Warren 1\n",
|
||||||
|
"SC - Monroe Outreach 1\n",
|
||||||
|
"Name: count, dtype: int64"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"execution_count": 86,
|
||||||
|
"metadata": {},
|
||||||
|
"output_type": "execute_result"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"source": [
|
||||||
|
"center_mapping = {\n",
|
||||||
|
" \"University of Pittsburgh SBDC\":\"Pittsburgh\",\n",
|
||||||
|
" \"TE - TEMPLE SBDC\":\"Temple\",\n",
|
||||||
|
" \"Kutztown University SBDC\": \"Kutztown\",\n",
|
||||||
|
" \"K - Kutztown SBDC\":\"Kutztown\",\n",
|
||||||
|
" \"WD - WIDENER SBDC\": \"Widner\",\n",
|
||||||
|
" \"The University of Scranton SBDC\": \"Scranton\",\n",
|
||||||
|
" \"PennWest University Clarion SBDC\":\"Clarion\",\n",
|
||||||
|
" \"WI - WILKES SBDC\":\"Wilkes\",\n",
|
||||||
|
" \"LE - LEHIGH UNIVERSITY SBDC\":\"Lehigh\",\n",
|
||||||
|
" \"G - GANNON SBDC\":\"Gannon\",\n",
|
||||||
|
" \"Penn State SBDC\":\"Penn State\",\n",
|
||||||
|
" \"SH - SHIPPENSBURG SBDC\":\"Shippensburg\",\n",
|
||||||
|
" \"Duquesne University SBDC\":\"Duquesne\",\n",
|
||||||
|
" \"Bucknell SBDC\":\"Bucknell\",\n",
|
||||||
|
" \"SF - ST. FRANCIS UNIVERSITY SBDC\": \"St. Francis\",\n",
|
||||||
|
" \"SV - ST. VINCENT COLLEGE SBDC\":\"St. Vincent\",\n",
|
||||||
|
" \"LE - Bucks County/Lehigh SBDC\":\"Lehigh\",\n",
|
||||||
|
"}\n",
|
||||||
|
"\n",
|
||||||
|
"unified_counts_df['Center'] = unified_counts_df['Center'].replace(center_mapping)\n",
|
||||||
|
"unified_counts_df['Center'].value_counts()"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": null,
|
||||||
|
"id": "39772f4d-0c9b-40cb-ab7a-0d3e152bd7a3",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": null,
|
||||||
|
"id": "369dddf9-4b1a-47ea-aa08-cc0404c0f60a",
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"metadata": {
|
||||||
|
"kernelspec": {
|
||||||
|
"display_name": "Python 3 (ipykernel)",
|
||||||
|
"language": "python",
|
||||||
|
"name": "python3"
|
||||||
|
},
|
||||||
|
"language_info": {
|
||||||
|
"codemirror_mode": {
|
||||||
|
"name": "ipython",
|
||||||
|
"version": 3
|
||||||
|
},
|
||||||
|
"file_extension": ".py",
|
||||||
|
"mimetype": "text/x-python",
|
||||||
|
"name": "python",
|
||||||
|
"nbconvert_exporter": "python",
|
||||||
|
"pygments_lexer": "ipython3",
|
||||||
|
"version": "3.13.7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nbformat": 4,
|
||||||
|
"nbformat_minor": 5
|
||||||
|
}
|
||||||
BIN
.ipynb_checkpoints/sector_table-checkpoint.jpg
Normal file
BIN
.ipynb_checkpoints/sector_table-checkpoint.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
1
.python-version
Normal file
1
.python-version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.12
|
||||||
BIN
Desk Review Project Documentation.docx
Normal file
BIN
Desk Review Project Documentation.docx
Normal file
Binary file not shown.
661
Desk_Review_Project_Documentation_Corrected.md
Normal file
661
Desk_Review_Project_Documentation_Corrected.md
Normal file
@@ -0,0 +1,661 @@
|
|||||||
|
# Desk Reviews Section 1 Project Documentation
|
||||||
|
|
||||||
|
## Contents
|
||||||
|
* Desk Reviews Section 1 Project Documentation 1
|
||||||
|
* Contents 1
|
||||||
|
* Folder manifest: 4
|
||||||
|
* A note on project organization and re-usability 4
|
||||||
|
* Report Running Guide: 5
|
||||||
|
* Environment Setup 5
|
||||||
|
* Exporting Datasets from Neoserra 7
|
||||||
|
* Funding Milestones 7
|
||||||
|
* Client List 11
|
||||||
|
* New Business Start Milestones 12
|
||||||
|
* Counselling Interval Snapshot 13
|
||||||
|
* Satisfaction Survey 15
|
||||||
|
* Training Events 17
|
||||||
|
* Running The Reports 18
|
||||||
|
* Network Wide Trainings Report 18
|
||||||
|
* Graph Image Generation 18
|
||||||
|
* Word Document Generation 20
|
||||||
|
* Counselling Interval Snapshot Report 21
|
||||||
|
* Word Document Generation 22
|
||||||
|
* Milestone Analysis Reports 22
|
||||||
|
* New Business Start Report Graph Generation 23
|
||||||
|
* Capital Funding Report Graph Generation 23
|
||||||
|
* Word Document Generation 24
|
||||||
|
* Satisfaction Survey Report 25
|
||||||
|
* Word Document Generation 26
|
||||||
|
* NAICS Coverage Report 27
|
||||||
|
* Word Document Generation 27
|
||||||
|
* Changing Script Mappings 29
|
||||||
|
* mappings.json key Dictionary 30
|
||||||
|
* Per file notes/docs 33
|
||||||
|
* scripts/dataset/desk_review_dataset_generator/make_client_list_dataset.py 33
|
||||||
|
* External data sources queried 34
|
||||||
|
* Script data prerequisites: 34
|
||||||
|
* Script command line arguments 34
|
||||||
|
* Column Mapping Configuration 35
|
||||||
|
* scripts/dataset/desk_review_dataset_generator/dataset/make_county_naics_dataset.py 35
|
||||||
|
* Script data prerequisites 36
|
||||||
|
* Script command line arguments 36
|
||||||
|
* Column Mapping Configuration 36
|
||||||
|
* Example usage 37
|
||||||
|
* scripts/dataset/desk_review_dataset_generator/make_trainings_dataset.py 37
|
||||||
|
* Description 37
|
||||||
|
* Script Data Prerequisites 37
|
||||||
|
* Script Command Line Arguments 37
|
||||||
|
* Column Mapping Configuration 38
|
||||||
|
* scripts/dataset/desk_review_dataset_generator/make_satisfaction_survey_dataset.py 38
|
||||||
|
* Script data prerequisites 39
|
||||||
|
* Script command line arguments 39
|
||||||
|
* Column Mapping Configuration 39
|
||||||
|
* scripts/dataset/desk_review_dataset_generator/make_nps_dataset.py 40
|
||||||
|
* Script data prerequisites: 40
|
||||||
|
* Script command line arguments 40
|
||||||
|
* Column Mapping Configuration 40
|
||||||
|
* Graph Image Generation Scripts 41
|
||||||
|
* A Note on How Image Filenames are Derived 41
|
||||||
|
* How Files Are Retrieved Once They are Written to Disk 41
|
||||||
|
* scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/counselling_interval_script.py 41
|
||||||
|
* scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/pasbdc_funding_analysis_script.py 44
|
||||||
|
* scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/nbs_analysis_script.py 46
|
||||||
|
* scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/naics_census_analysis_script.py 49
|
||||||
|
* scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/pasbdc_survey_analysis_script.py 52
|
||||||
|
* scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/pasbdc_trainings_analysis_script.py 55
|
||||||
|
* scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/pasbdc_center_topic_analysis_script.py 58
|
||||||
|
* Word Document Generation Scripts 60
|
||||||
|
* scripts/word_generation_scripts/counselling_interval_analysis.py 60
|
||||||
|
* scripts/word_generation_scripts/generate_naics_word.py 61
|
||||||
|
* scripts/word_generation_scripts/generate_trainings_analysis_word.py 62
|
||||||
|
* scripts/word_generation_scripts/make_nbs_funding_analysis.py 64
|
||||||
|
* scripts/word_generation_scripts/satisfaction_survey_report_controller.py 66
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Folder manifest:
|
||||||
|
* **libs** – Python libraries written by me which are dependencies of this project
|
||||||
|
* **notebooks** – Python Jupyter notebooks that were used to prototype the finalized data analysis programs and graph generation. These were very early versions of the final analysis. You probably do not need these, but they have been kept in case they are needed for reference
|
||||||
|
* **reports** – Final exported report files
|
||||||
|
* **scripts** – Finalized data generation and analysis programs for this project
|
||||||
|
|
||||||
|
## A note on project organization and re-usability
|
||||||
|
Within the `scripts` folder (the final working application for this report) there are several sub folders.
|
||||||
|
Many of them are configured as python modules, any folder with a `pyproject.toml` can be installed as a module.
|
||||||
|
Therefore, they can be taken out of this project and used somewhere else as long as that project’s virtual environment has them installed as editable packages.
|
||||||
|
(See https://setuptools.pypa.io/en/latest/userguide/development_mode.html)
|
||||||
|
|
||||||
|
Internally this project uses this mechanism to install internal library code to the virtual environment so it can be imported anywhere it is needed in the code (See https://stackoverflow.com/questions/72257466/can-i-have-an-editable-entry-in-my-requirements-txt)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Report Running Guide:
|
||||||
|
|
||||||
|
## Environment Setup
|
||||||
|
All final utilities contained within this project are meant to be used on the command line.
|
||||||
|
Below are the Windows instructions for how to setup your computer to run these programs.
|
||||||
|
|
||||||
|
1. Download python and install it from here: https://www.python.org/ftp/python/3.14.2/python-3.14.2-amd64.exe
|
||||||
|
2. Open the Windows Powershell application as an administrator
|
||||||
|
|
||||||
|
*[Image Placeholder: Windows PowerShell Run as Administrator]*
|
||||||
|
|
||||||
|
3. Navigate to this project folder using the `cd` command
|
||||||
|
|
||||||
|
*[Image Placeholder: PowerShell cd command]*
|
||||||
|
|
||||||
|
4. Execute the command `python -m venv .venv`
|
||||||
|
* This will create the place where dependencies will be downloaded and stored
|
||||||
|
5. Execute the command `.\.venv\Scripts\Activate.ps1`
|
||||||
|
* This enables the environment for scripts to execute in
|
||||||
|
6. Execute the command `pip install -r ./requirements.txt`
|
||||||
|
* This installs the necessary packages to run the scripts as well as registers the dependencies I have written myself
|
||||||
|
7. Now your environment is set up, simply execute `.\.venv\Scripts\Activate.ps1` from the root of the project folder before executing any of the scripts to ensure they work properly
|
||||||
|
|
||||||
|
**Additional note:** The plotly package which is used to generate all of the graph figures in this project depends on a python package called kelido. Kelido requires an instance of Google Chrome to generate static image files. Before attempting to run any of these scripts ensure you have a copy of google chrome installed on your system. Either the official Google chrome or Chromium will work.
|
||||||
|
|
||||||
|
## Exporting Datasets from Neoserra
|
||||||
|
|
||||||
|
### Funding Milestones
|
||||||
|
To acquire the data for the capital infusion transaction milestones we will export the data from the “SBDC Minimum Deliverable Expectations” scorecard for the year of interest for the report.
|
||||||
|
1. Navigate to https://pasbdc.neoserra.com/scorecards
|
||||||
|
2. Click on “Goal Sets”
|
||||||
|
|
||||||
|
*[Image Placeholder: Goal Sets Menu]*
|
||||||
|
|
||||||
|
3. Locate the goalset starting with “SBDC Minimum Deliverable Expectations” for the year you are interested in. You may have to flip through the pages of goalsets to find it. (Tip: Use `Ctrl + F` (Cmd + F on Mac) to search the website to find the correct goalset)
|
||||||
|
4. For this example we will be using FY25
|
||||||
|
|
||||||
|
*[Image Placeholder: Goal Sets List FY25]*
|
||||||
|
|
||||||
|
5. In the “Data Elements” table, click on the number in the “Value” column for the “Capital Infusion Transactions” row
|
||||||
|
|
||||||
|
*[Image Placeholder: Data Elements Table]*
|
||||||
|
|
||||||
|
6. Now we need to select the correct columns for the report to run. In the top right corner of the screen select “Filter > Select Columns.” Then, once the below dialog launches, select the columns as shown.
|
||||||
|
|
||||||
|
*[Image Placeholder: Filter Menu]*
|
||||||
|
*[Image Placeholder: Select Columns Dialog]*
|
||||||
|
|
||||||
|
7. To export the dataset as a CSV: In the top right corner select “Reports > Quick Report.“
|
||||||
|
8. On the resulting dialog click “Save.” This will bring you to a new tab with the contents of the CSV displayed.
|
||||||
|
9. Copy this text and paste it in a file named `funding_milestones_raw_FY25.csv` (Or any other filename of your choice). Notepad is a good tool for this.
|
||||||
|
|
||||||
|
*[Image Placeholder: Quick Report Save Dialog]*
|
||||||
|
|
||||||
|
**TIP:** You can save a scorecard to your “Dashboard” in Neoserra.
|
||||||
|
1. Locate the “Accounts” tab on the right side of the screen and select “Link”
|
||||||
|
|
||||||
|
*[Image Placeholder: Link Accounts Menu]*
|
||||||
|
|
||||||
|
2. Type in your name in the “Accounts” box and click your name once it appears
|
||||||
|
3. Then click “Save”
|
||||||
|
|
||||||
|
*[Image Placeholder: Link Accounts To Goal Set]*
|
||||||
|
|
||||||
|
The scorecard should show up at: https://pasbdc.neoserra.com/dashboard
|
||||||
|
|
||||||
|
### Client List
|
||||||
|
1. Stay on the same “SBDC Minimum Deliverable Expectations” scorecard as the previous dataset
|
||||||
|
2. Click on the “Value” number for the “Clients Advised (excluding training)” data element
|
||||||
|
3. Select the following columns from “Filter > Select Columns”
|
||||||
|
|
||||||
|
*[Image Placeholder: Select Columns Dialog]*
|
||||||
|
|
||||||
|
4. Export the data as csv using “Report > Quick Report” to a csv file (`client_list_raw_FY25.csv`)
|
||||||
|
|
||||||
|
### New Business Start Milestones
|
||||||
|
**Note:** While there is an option for this data within the deliverables scorecard, it does not allow the export of the columns we need, therefore we must source this data from a different section in Neoserra.
|
||||||
|
1. Navigate to https://pasbdc.neoserra.com/activity/list/7?restore=1
|
||||||
|
2. Recrate the following filter, changing the milestone date to the desired range, then click “Apply”
|
||||||
|
|
||||||
|
*[Image Placeholder: Filter Parameters]*
|
||||||
|
|
||||||
|
3. In the same manner as before, in the top right corner, select “Filter > Select Columns” and check the shown columns
|
||||||
|
|
||||||
|
*[Image Placeholder: Select Columns Dialog]*
|
||||||
|
|
||||||
|
4. Again, select “Reports > Quick Report”, click “Save,” then copy the resulting data into a file named `nbs_milestones_raw_FY25.csv`
|
||||||
|
|
||||||
|
### Counselling Interval Snapshot
|
||||||
|
1. Go back to the “Goal Sets” page (https://pasbdc.neoserra.com/scorecards/goalsets) and search for “PASBDC Date Interval Snapshot FY” and click the scorecard for the fiscal year of interest
|
||||||
|
|
||||||
|
*[Image Placeholder: Scorecards / Goal Sets]*
|
||||||
|
|
||||||
|
The following steps should be repeated for the following data elements (numbers 2-6). Filenames are for demonstration; you can, and should, use different names as long as you are consistent when you run the scripts.
|
||||||
|
* “Average # of Days between Client Sign-up and Client Start Date” -> `days_client_signup_to_start_FY25.csv`
|
||||||
|
* “Average # of Days between Client Sign-up and 1st Counseling Session” -> `days_client_signup_to_counselling_FY25.csv`
|
||||||
|
* “Average # of Days between Client Start Date to 1st Counseling Session” -> `days_client_start_to_counselling_FY25.csv`
|
||||||
|
* “Average # of Days between Initial Counseling in the period to 1st Followup Counseling” -> `days_initial_to_followup_FY25.csv`
|
||||||
|
* “Avg. # of Days between Training in the period to 1st Counseling Session” -> `days_training_to_counselling_FY25.csv`
|
||||||
|
|
||||||
|
2. Click on the number in the “Value” column for the data element you wish to export
|
||||||
|
3. Select the shown columns from “Filter > Select Columns”
|
||||||
|
|
||||||
|
*[Image Placeholder: Select Columns Dialog]*
|
||||||
|
|
||||||
|
4. Then export the CSV file with “Reports > Quick Report”
|
||||||
|
5. Repeat steps 2-4 for each of the data elements listed above.
|
||||||
|
|
||||||
|
### Satisfaction Survey
|
||||||
|
1. Navigate to the goal sets page: https://pasbdc.neoserra.com/scorecards/goalsets
|
||||||
|
2. Find the scorecard beginning with “PA SBDC Client Satisfaction Survey Responses FY” for the fiscal year of interest.
|
||||||
|
|
||||||
|
*[Image Placeholder: Goal Sets List]*
|
||||||
|
|
||||||
|
3. Click on the number in the “Value” column for the “Total Survey Responses” row
|
||||||
|
|
||||||
|
*[Image Placeholder: Data Element Table - Total Survey Responses]*
|
||||||
|
|
||||||
|
4. Select the shown columns via “Filter > Select Columns”
|
||||||
|
|
||||||
|
*[Image Placeholder: Select Columns Dialog]*
|
||||||
|
|
||||||
|
5. Create a quick report via “Reports > Quick Report”, and save the resulting file to `satisfaction_survey_FY25.csv`
|
||||||
|
|
||||||
|
### Training Events
|
||||||
|
1. Navigate to the training events page: https://pasbdc.neoserra.com/conferences
|
||||||
|
2. Ensure the following filter is set, apply it by clicking “Apply”
|
||||||
|
|
||||||
|
*[Image Placeholder: Filter Parameters - Training Events]*
|
||||||
|
|
||||||
|
3. Select the below columns with “Filter > Select Columns”
|
||||||
|
|
||||||
|
*[Image Placeholder: Select Columns Dialog]*
|
||||||
|
|
||||||
|
4. Create a quick report and save it to the file `trainings_raw_FY25.csv` via “Reports > Quick Report”
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Running the Reports With Make
|
||||||
|
|
||||||
|
Included in the root directory of the project is a makefile. Running this file will allow the entire report to be generated with a single command. Make is a code build system that works by tracking file modification times and allowing you to define steps that create files and other steps that depend on files. Therefore if an input file is changed, or an output file is deleted, then only the required commands will be run to update those parts of the report.
|
||||||
|
|
||||||
|
At the top of the makefile are the variables that control which files the script will use when it runs and how it will produce the output files. A makefile variable looks like this `VARIABLE_NAME:=VALUE`.
|
||||||
|
|
||||||
|
The makefile has 2 main sections that can be modified.
|
||||||
|
1. The first is the CSV file section, each of the variables ending in CSV is the path to an input dataset file that the scripts expect. Change these variables to match where your csv files are located and what their names are.
|
||||||
|
2. Below this section is the set of variables that control the naming of the output word documents. Leaving these as default is fine, but they can be customized if desired.
|
||||||
|
|
||||||
|
The make file will run on Linux or Windows. For Linux users, install make through your distribution’s package manager.
|
||||||
|
For Windows users, follow the instructions at this link: https://leangaurav.medium.com/how-to-setup-install-gnu-make-on-windows-324480f1da69
|
||||||
|
For a crash course on make see: https://github.com/ahockersten/makefile_tutorial
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Manually Running The Reports
|
||||||
|
|
||||||
|
## Network Wide Trainings Report
|
||||||
|
|
||||||
|
### Graph Image Generation
|
||||||
|
This report requires the raw trainings dataset we exported earlier.
|
||||||
|
1. Navigate to the following subfolder in the project directory using an administrator Powershell window, either by using the `cd` command followed by the path you would like to navigate to, or by opening the path in file explorer and selecting “Open in Terminal”
|
||||||
|
* Folder: `section_1_graph_export_module/`
|
||||||
|
2. Within your powershell window, type:
|
||||||
|
`python trainings_analysis_script.py --fiscalyear <Fiscal year for the report> --inputcsv <path to the trainings csv file> --outpath <path to save the generated images to>`
|
||||||
|
|
||||||
|
*[Image Placeholder: PowerShell Command Execution]*
|
||||||
|
|
||||||
|
*The script may take some time to complete depending on the speed of your computer. Once it is done, all of the relevant files will be in the folder you specified when entering the command.*
|
||||||
|
|
||||||
|
3. Next we need to generate the center specific trainings report by changing directories to `section_3_graph_export_module/` then typing:
|
||||||
|
`python trainings_topic_per_center_script.py --fiscalyear <Fiscal year for the report> --inputcsv <path to the trainings csv file> --outpath <path to save the generated images to>` and hitting enter.
|
||||||
|
|
||||||
|
*[Image Placeholder: PowerShell Command Execution]*
|
||||||
|
|
||||||
|
*This will find each center that is in the input trainings csv and will create the same set of graphs for each center. For ease of use select the same folder you used for the last script.*
|
||||||
|
|
||||||
|
### Word Document Generation
|
||||||
|
Now that we have the image files, we can generate the word document.
|
||||||
|
1. Navigate to `scripts\section_1_word_export_scripts/` and open a powershell terminal as before.
|
||||||
|
2. Type the following command and press enter:
|
||||||
|
`python .\generate_trainings_analysis_word.py --images trainingsanalysis --output trainingsreport.docx -c "Lead Office" -c Wilkes -c Shippensburg -c Widener -c "Penn State" -c Bucknell -c "St. Francis" -c Gannon -c Clarion -c Temple -c Scranton -c Lehigh -c Duquesne -c Pittsburgh -c Kutztown -c “St. Vincent”`
|
||||||
|
|
||||||
|
For each center that a center specific report was generated for, a `-c` argument must be supplied for the program to include the appropriate sections for that center. The name must be exactly as it appears in the filenames generated by the graph generation step. Notice how any center name that contains a space is wrapped in double quotes.
|
||||||
|
This process should be very quick; the resulting Word document will be saved to the filename you specified in the `--output` parameter.
|
||||||
|
|
||||||
|
## Counselling Interval Snapshot Report
|
||||||
|
This report requires the 5 CSV files exported from the Counselling Interval Snapshot scorecard.
|
||||||
|
1. Navigate to `section_1_graph_export_module` and open a PowerShell terminal in the folder.
|
||||||
|
2. Execute the command:
|
||||||
|
`python counselling_interval_script.py --signuptostartcsv ..\.. esting_datasets\days_client_signup_to_start_FY25.csv --signuptocounsellingcsv ..\.. esting_datasets\days_client_signup_to_counselling_FY25.csv --starttocounsellingcsv ..\.. esting_datasets\days_client_start_to_counselling_FY25.csv --initialtofollowupcsv ..\.. esting_datasets\days_inital_to_followup_FY25.csv --trainingtocounsellingcsv ..\.. esting_datasets\days_training_to_counselling_FY25.csv --fiscalyear FY25 --outpath intervalanalysis`
|
||||||
|
|
||||||
|
Ensure that a fiscal year is provided with `--fiscalyear` (if the desired fiscal year has spaces, surround it in double quotes). Each of the arguments ending in csv should be pointed to the dataset CSV file they describe.
|
||||||
|
|
||||||
|
### Word Document Generation
|
||||||
|
1. Navigate back to `section_1_word_export_scripts/`
|
||||||
|
2. Execute the following command:
|
||||||
|
`python3 counselling_interval_analysis.py --images <path to the folder containing the generated image files> --output example_document_name.docx`
|
||||||
|
|
||||||
|
*[Image Placeholder: PowerShell Command Execution]*
|
||||||
|
|
||||||
|
3. Once the script completes, you should have a new word document at the location you specified.
|
||||||
|
|
||||||
|
## Milestone Analysis Reports
|
||||||
|
There are two different graph generation scripts in this step. One for the new business start milestones and one for the capital funding milestones. They were kept as separate scripts as they deal with wholly separate sets of data. They are grouped together as there is only 1 word document generation script that pertains to these images.
|
||||||
|
|
||||||
|
### New Business Start Report Graph Generation
|
||||||
|
1. Navigate to `section_1_graph_export_module/` and open a Powershell window into the folder.
|
||||||
|
2. Execute the following python command:
|
||||||
|
`python .
|
||||||
|
bs_analysis_script.py --inputcsv <path to the raw NBS dataset> --fiscalyear <the fiscal year of the data> --outpath <folder to place the graphs in>`
|
||||||
|
|
||||||
|
*[Image Placeholder: PowerShell Command Execution]*
|
||||||
|
|
||||||
|
All of the NBS related graphs will now be in the folder specified by `--output`.
|
||||||
|
|
||||||
|
### Capital Funding Report Graph Generation
|
||||||
|
1. Remain in the same folder you executed the NBS script in.
|
||||||
|
2. Execute the following python command:
|
||||||
|
`python .unding_analysis_script.py --inputcsv ..\.. esting_datasetsunding_milestones_raw_FY25.csv --fiscalyear FY25 --outpath milestoneanalysis`
|
||||||
|
|
||||||
|
*[Image Placeholder: PowerShell Command Execution]*
|
||||||
|
|
||||||
|
Now all the milestone report images should be in the folder you supplied to both scripts.
|
||||||
|
|
||||||
|
### Word Document Generation
|
||||||
|
1. Navigate back to the `scripts\word_generation_scripts\` folder and open a Powershell terminal in the folder.
|
||||||
|
2. Execute the following python command:
|
||||||
|
`python .\make_nbs_funding_analysis.py --images .\milestoneanalysis\ --output milestone_report.docx`
|
||||||
|
|
||||||
|
*[Image Placeholder: PowerShell Command Execution]*
|
||||||
|
|
||||||
|
Now a word document containing both the NBS and funding milestone reports should be at the location specified in the command.
|
||||||
|
|
||||||
|
## Satisfaction Survey Report
|
||||||
|
1. Navigate back to the `section_1_graph_export_module/` directory and open a Powershell terminal.
|
||||||
|
2. Execute the following python command:
|
||||||
|
`python .\satisfaction_survey_analysis_script.py --inputcsv <satisfaction survey csv path> --clientlistcsv <client list csv path> --outpath <image output directory>`
|
||||||
|
|
||||||
|
*[Image Placeholder: PowerShell Command Execution]*
|
||||||
|
|
||||||
|
### Word Document Generation
|
||||||
|
1. Navigate to the `section_1_word_export_scripts/` directory (or appropriate folder).
|
||||||
|
2. Execute the python command:
|
||||||
|
`python .\satisfaction_survey_word.py --images <path to the images folder> --output example_document_name.docx`
|
||||||
|
|
||||||
|
*[Image Placeholder: PowerShell Command Execution]*
|
||||||
|
|
||||||
|
The created word document will now be at the location specified by `--output`.
|
||||||
|
|
||||||
|
## NAICS Coverage Report
|
||||||
|
This script uses three US government APIs to source data for census NAICS codes, BLS statistics, and USDA statistics. As such, they are flakey at very best. If the script fails with an error message that mentions SSL certificate issue, just keep re-running the script till it works.
|
||||||
|
1. Navigate back to `scripts\graph_generation_scripts\pasbdc_desk_review_graph_scripts` and open a Powershell terminal in the folder.
|
||||||
|
2. Execute the following python command:
|
||||||
|
`python .
|
||||||
|
aics_census_analysis_script.py --inputcsv <path to raw client list CSV file> --fiscalyear <the fiscal year of the data> --outpath <desired output directory path>`
|
||||||
|
|
||||||
|
*[Image Placeholder: PowerShell Command Execution]*
|
||||||
|
|
||||||
|
The NAICs coverage report graphs will now be contained in the folder specified by `--output`.
|
||||||
|
|
||||||
|
### Word Document Generation
|
||||||
|
1. Navigate to `section_1_word_export_scripts/` and open a Powershell terminal.
|
||||||
|
2. Execute the following python command:
|
||||||
|
`python .\generate_naics_word.py --images <path to report images> --output example_document.name.docx`
|
||||||
|
|
||||||
|
*[Image Placeholder: PowerShell Command Execution]*
|
||||||
|
|
||||||
|
The report document will now be written to the path and filename specified by `--output`.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Changing Script Mappings
|
||||||
|
|
||||||
|
To balance both customizability and limit complexity for the end user of these scripts I have devised a simple single file solution for changing the naming of columns that the script expects in CSV files. Also included is the ability to change key sentinel values used to make data cleaning decisions within the script.
|
||||||
|
|
||||||
|
Each of the scripts in the project that need to ingest a CSV file also have a `--mapping` argument. This argument expects a JSON format file containing a list of strings that map to other strings. (See https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/JSON for more info on JSON).
|
||||||
|
|
||||||
|
In the documentation below, each script that uses the key value mapping system details which keys it will use if present in the provided `mappings.json`. You can then use that information in combination with the `mappings.json` key dictionary section to determine how to set your column mappings if you need to change them.
|
||||||
|
|
||||||
|
For example, take this `mappings.json`:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"col_unified_naics": "NAICS_CODE",
|
||||||
|
"col_census_pct": "Percentage",
|
||||||
|
"col_naics_2": "NAICS_2",
|
||||||
|
"col_naics_label":"NAICS2022_LABEL",
|
||||||
|
"col_pa_naics_pct": "PA NAICs Code Percentage",
|
||||||
|
"col_pasbdc_pct": "PASBDC NAICs Code Percentage",
|
||||||
|
"col_census_estab": "ESTAB",
|
||||||
|
"col_bls_industry": "industry_code",
|
||||||
|
"col_bls_estab": "annual_avg_estabs",
|
||||||
|
"col_usda_value": "Value",
|
||||||
|
"col_neo_primary_naics": "Primary NAICS",
|
||||||
|
"col_neo_naics": "NAICs"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
The left side of the `:` is the name that these programs refer to the column names as, this is referred to as the key. The right side of the `:` is the value that replaces the left side value when the program runs, this is referred to as the value.
|
||||||
|
|
||||||
|
Additionally, if you only need to override one or two of the column names you can omit any of the keys that a script is listed as accepting and the defaults will be used. Each script stores its default values as a constant python dictionary at the top of the script called `DEFAULT_CONFIG`.
|
||||||
|
|
||||||
|
## mappings.json key Dictionary
|
||||||
|
* `business_established_val`: The tag to identify Business Established milestones.
|
||||||
|
* `business_start_impact_val`: The tag to identify Business Start impacts.
|
||||||
|
* `col_attendees_range`: The column containing the range of attendees that the total attendees value falls into
|
||||||
|
* `col_attendees_total`: The number of attendees that came to an event
|
||||||
|
* `col_attrib_source`: The column in the data at which the attribution source for a milestone can be found
|
||||||
|
* `col_bls_estab`: The column in the BLS stats API to look for the count of establishments for government run institutions
|
||||||
|
* `col_bls_industry`: The column in the BLS stats API to look for the NAICs code of an industry
|
||||||
|
* `col_census_estab`: The column in the US Census CSV API to look for the count of establishments for a certain NAICs code
|
||||||
|
* `col_census_naics`: The column in the US census data for the NAICs code
|
||||||
|
* `col_census_pct`: The column for the percentage a NAICs code represents of the PA census data in the industry descriptions table
|
||||||
|
* `col_doc_level`: The column in the data at which the documentation level can be found for a milestone
|
||||||
|
* `col_event_title`: The column containing the training event title
|
||||||
|
* `col_funding_source`: The funding source for an event
|
||||||
|
* `col_interval_data_value`: Maps to the column containing the numerical interval/day values (Default: "Value").
|
||||||
|
* `col_is_preplanning`: The output column that shows if an event is preplanning or not
|
||||||
|
* `col_naics_2`: The output column in the clients dataset for the combined and parsed NAICs codes. Neoserra has many digits for specific industry codes, but we only care about the first 2 which signify the main industry.
|
||||||
|
* `col_naics_label`: The output column at which the description of a NAICS code is stored
|
||||||
|
* `col_neo_affirmation`: The column indicating if the funding was affirmed.
|
||||||
|
* `col_neo_answers`: The column in the Neoserra data to look for the response survey answers
|
||||||
|
* `col_neo_attendees_total`: The column containing the total number of attendees for a training event
|
||||||
|
* `col_neo_attribution_date`: The date the attribution was recorded.
|
||||||
|
* `col_neo_attribution_source`: The source of the milestone attribution.
|
||||||
|
* `col_neo_center`: The column in the data at which the Center can be found
|
||||||
|
* `col_neo_client_id`: Unique identifier for the client.
|
||||||
|
* `col_neo_county`: The column in the Neoserra data to look for the county of a client
|
||||||
|
* `col_neo_event_title`: The column containing the training event title
|
||||||
|
* `col_neo_funding_source`: The column containing the funding source for a training event
|
||||||
|
* `col_neo_milestone_date`: The date a milestone occurred.
|
||||||
|
* `col_neo_milestone_type`: The category of a milestone.
|
||||||
|
* `col_neo_naics`: The secondary column in the Neoserra data corresponding to the NAICs code of a client. This data is combined with the primary column.
|
||||||
|
* `col_neo_primary_naics`: The column in the Neoserra data corresponding to the primary NAICs code of a client
|
||||||
|
* `col_neo_primary_topic`: The column containing the primary topic of a training event
|
||||||
|
* `col_neo_program_format`: The column containing information on if a training event was on demand (recorded and uploaded to the hub) or was in person
|
||||||
|
* `col_neo_training_topics`: The list of all training topics associated with a training event
|
||||||
|
* `col_out_attendees_range`: The output column for the tagged range of attendees for an event.
|
||||||
|
* `col_out_county`: The output column for the county of a row of data
|
||||||
|
* `col_out_documentation_level`: The output column name created during sanitization to store the ranked documentation status.
|
||||||
|
* `col_out_fips`: The output column for the fips code for a row of data
|
||||||
|
* `col_out_missing`: The output column for the number of missing NAICs codes for a county out of all possible codes
|
||||||
|
* `col_out_of_state`: The column in the cleaned Neoserra data that indicates whether a client is in state or out of state. This is only used to exclude any counties outside of PA as this data later gets used to create a county map.
|
||||||
|
* `col_out_pct_missing`: The percentage of possible NAICs codes that are missing from a county
|
||||||
|
* `col_out_total`: The output column for the total number of clients in a county
|
||||||
|
* `col_out_unique`: The output column for the number of unique NAICs codes that appear within a county.
|
||||||
|
* `col_pa_naics_pct`: The output column in the final clients dataset that contains the percentage a NAICs code makes up of all business in the PA census
|
||||||
|
* `col_pasbdc_pct`: The output column in the final clients dataset that contains the percentage that a NAICs code makes up of PASBDC client businesses
|
||||||
|
* `col_satisfaction_score`: The column containing the question to derive a net promoter score from.
|
||||||
|
* `col_score`: The column containing the answer to the question to derive a net promoter score from
|
||||||
|
* `col_training_id`: The unique ID for a training event
|
||||||
|
* `col_training_topics`: The column containing the additional training topics for a training event
|
||||||
|
* `col_unified_naics`: The column for the NAICs code to be placed in for the industry description table which will be combined from the `col_neo_primary_naics` and `col_neo_naics` columns as for some reason there are two spots to put a NAICs code in Neoserra
|
||||||
|
* `col_usda_value`: The column in the USDA stats API to look for the count of farm establishments
|
||||||
|
* `val_affirmation_missing`: The string value used to identify milestones that have documentation but lack proper affirmation.
|
||||||
|
* `val_documented`: The value to look for the the documentation level column that causes a milestone to be considered documented
|
||||||
|
* `val_preplanning`: The value that if seen in the primary training topic will cause the training event to be considered a preplanning event
|
||||||
|
* `val_wrong_spot`: The value to look for in the documentation level column that causes a milestone to be considered documented but in the wrong spot
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Per file notes/docs
|
||||||
|
Each python file within this project that has something usable by the end user in it has some amount of documentation here. If it is not included here then it is most likely library code. All python files have inline documentation that will be useful if you want to use them. Listed here are required prerequisites for each script, what parameters they take as command line arguments, and a brief description of what they output.
|
||||||
|
|
||||||
|
## `scripts/dataset/desk_review_dataset_generator/make_client_list_dataset.py`
|
||||||
|
**Description:** This file implements the data cleaning code to tag the Neoserra clients list score card with:
|
||||||
|
* A 2 digit NAICs code derived from the multiple NAICs columns in the data
|
||||||
|
* A percentage of how much that client’s NAICs code makes up of all NAICs codes across the PASBDC
|
||||||
|
* A percentage of how much that client’s NAICs code makes up of all business in the PA Census
|
||||||
|
* Whether the client’s physical address county is in or out of state
|
||||||
|
|
||||||
|
It also generates a table that contains each 2 digit NAICs code with both a description of what that NAICs code means and how much it makes up of the PA census.
|
||||||
|
|
||||||
|
**External data sources queried:**
|
||||||
|
* https://quickstats.nass.usda.gov/api - Used to obtain stats for number of NAICS code 11 organizations
|
||||||
|
* https://api.census.gov – Used to obtain US census data for PA including count of organizations by NAICs code
|
||||||
|
* https://data.bls.gov – Used to obtain number of NAICs code 92 organizations
|
||||||
|
|
||||||
|
**Script data prerequisites:**
|
||||||
|
* The client list dataset export from Neoserra. See report running guide for how to export this.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `-c` / `--censusyear`: The census year to use (must be a valid US census year). Optional, defaults to 2022.
|
||||||
|
* `-u` / `--usdaapikey`: The API key used to access the USDA census API. Optional, defaults to a key valid as of 12/17/25. A new key can be obtained from: https://quickstats.nass.usda.gov/api
|
||||||
|
* `-i` / `--inputcsv`: The path to the exported client list CSV file from Neoserra. Required.
|
||||||
|
* `-m` / `--mapping`: The path to a JSON file containing CSV column name overrides. Optional, defaults are provided.
|
||||||
|
* `-o` / `--out`: The path to save the tagged client list to. Optional.
|
||||||
|
* `-t` / `--tableout`: The path to save the census NAICs table data to. Optional.
|
||||||
|
|
||||||
|
## `scripts/dataset/desk_review_dataset_generator/dataset/make_county_naics_dataset.py`
|
||||||
|
**Description:** This file implements the data cleaning code to turn the dataset generated by `make_client_list_dataset.py` into a form that can be used to create a county heat map of which county’s clients have missing NAICs codes in their profiles. The output data contains the following for each county:
|
||||||
|
* County name
|
||||||
|
* Fips code (an identifier used to identify a specific state or county)
|
||||||
|
* The count of unique valid NAICs codes present
|
||||||
|
* The count of missing NAICs codes in client profiles
|
||||||
|
* The total number of clients in the county
|
||||||
|
* The percentage of clients with missing NAICs codes (derived from the previous attributes)
|
||||||
|
|
||||||
|
**Script data prerequisites:**
|
||||||
|
This script requires the output file from running `make_client_list_dataset.py`. Pass this dataset’s file as the `--inputcsv` to this script.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `-i` / `--inputcsv`: The path to the raw clients list dataset. Required.
|
||||||
|
* `-m` / `--mapping`: The path to a JSON file containing CSV column name overrides. Optional.
|
||||||
|
* `-o` / `--out`: The path to save the output dataset to. Optional.
|
||||||
|
|
||||||
|
**Example usage:**
|
||||||
|
`python make_county_naics_dataset.py --inputcsv client_data.csv`
|
||||||
|
This command would: Ingest the provided data, calculate the per county statistics above, and save the resulting file.
|
||||||
|
|
||||||
|
## `scripts/dataset/desk_review_dataset_generator/make_trainings_dataset.py`
|
||||||
|
**Description:** This script contains all of the needed functionality to turn the raw export from Neoserra of all training events for a fiscal year into the dataset that can be used in our reports.
|
||||||
|
|
||||||
|
**Script Data Prerequisites:**
|
||||||
|
This script requires the raw trainings dataset as exported in the report running guide.
|
||||||
|
|
||||||
|
**Script Command Line Arguments:**
|
||||||
|
* `--inputcsv`: The path to the input dataset from Neoserra. Required.
|
||||||
|
* `-o` / `--out`: The filename to write the cleaned dataset to. Required.
|
||||||
|
* `-m` / `--mapping`: The path to a `.json` mappings file that allows the user to override column mappings. Optional.
|
||||||
|
* `--mode`: Whether to make the master all trainings dataset or the center specific statistics dataset. Valid options: clean, stats.
|
||||||
|
* `-f` / `--fundingsources`: The list of funding sources to include in the output dataset.
|
||||||
|
|
||||||
|
## `scripts/dataset/desk_review_dataset_generator/make_satisfaction_survey_dataset.py`
|
||||||
|
**Description:** This file implements the data cleaning steps required to extract both individual question prompts and their answers from survey data extracted from Neoserra. While this script was tested on the client satisfaction survey, this code should work so long as there is a ‘Center’ column and an ‘Answers’ column that follows this format:
|
||||||
|
* Survey questions start with a number and a `.` (ex 1., 2., 3. … etc)
|
||||||
|
* Following each survey question is a new line and an answer
|
||||||
|
|
||||||
|
This script then transforms the data by adding 2 columns for each question parsed. The first column contains the question’s text and the second column contains the recorded answer for the question.
|
||||||
|
|
||||||
|
**Script data prerequisites:**
|
||||||
|
A CSV exported from the satisfaction survey scorecard as described in the report running guide.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `-i` / `--inputcsv`: The path to the survey scorecard data. Required.
|
||||||
|
* `-m` / `--mapping`: The path to a JSON file containing CSV column name overrides. Optional.
|
||||||
|
* `-o` / `--out`: The path to save the output dataset to. Optional.
|
||||||
|
|
||||||
|
## `scripts/dataset/desk_review_dataset_generator/make_nps_dataset.py`
|
||||||
|
**Description:** This file implements the data cleaning code to take the processed satisfaction survey dataset and derive a per center net promoter score (NPS). The value is multiplied by 100 to obtain a percentage-like figure.
|
||||||
|
|
||||||
|
**Script data prerequisites:**
|
||||||
|
This script requires the output of `make_satisfaction_survey_dataset.py` as its input. The computation done within this script can apply to any numeric 1-10 scale score column. Question 1 is the main question of interest for this analysis so that is the default.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `--inputcsv`: The path to the satisfaction survey dataset. Required.
|
||||||
|
* `-m` / `--mapping`: The path to a JSON file containing CSV column name overrides. Optional.
|
||||||
|
* `-o` / `--out`: The path to save the tagged client list to. Optional.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Graph Image Generation Scripts
|
||||||
|
|
||||||
|
## A Note on How Image Filenames are Derived
|
||||||
|
A structured file naming scheme was developed to allow the word document generation scripts to load in all of the files they require without the user needing to manually specify each exact path. The format is structured as follows `<report>_<graph name>_<graph variant>.png`. For example, `trainingsreport_attendee-bins_no-first-no-pre-percent.png`.
|
||||||
|
|
||||||
|
## How Files Are Retrieved Once They are Written to Disk
|
||||||
|
Once these graph generation scripts are executed the word document generation scripts must construct a list of graph images somehow. This is where the `ImageRegistry` class comes in, it can be found at `scripts/word_generation_scripts/image_registry.py`. It works by first collecting all `.png` files from the target folder. Once this data is acquired, it splits each filename on the underscores to get 3 separate strings. The class organizes this data within two nested python dictionaries that maps `graph name -> variant -> image path`.
|
||||||
|
|
||||||
|
## `scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/counselling_interval_script.py`
|
||||||
|
**Description:** This file implements the control code needed to process yearly satisfaction survey data (specifically counseling intervals) exported from Neoserra. It passes the data to library functions to generate comparative graph images. The script focuses on several key performance intervals:
|
||||||
|
* Days between Client Sign-up and Client Start Date
|
||||||
|
* Days between Client Sign-up and 1st Counseling Session
|
||||||
|
* Days between Client Start Date and 1st Counseling Session
|
||||||
|
* Days between Initial Counseling and 1st Followup Counseling
|
||||||
|
* Days between Training and 1st Counseling Session
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `--signuptostartcsv`: The path to the dataset containing "Average # of Days between Client Sign-up and Client Start Date". Required.
|
||||||
|
* `--signuptostartfigure`: The filename for the generated sign-up to start date graph. Optional, defaults to "signuptostart".
|
||||||
|
* `--signuptocounsellingcsv`: The path to the dataset. Required.
|
||||||
|
* `--signuptocounsellingfigure`: The filename. Optional.
|
||||||
|
* `--starttocounsellingcsv`: The path to the dataset. Required.
|
||||||
|
* `--starttocounsellingfigure`: The filename. Optional.
|
||||||
|
* `--initialtofollowupcsv`: The path to the dataset. Required.
|
||||||
|
* `--initialtofollowupfigure`: The filename. Optional.
|
||||||
|
* `--trainingtocounsellingcsv`: The path to the dataset. Required.
|
||||||
|
* `--trainingtocounsellingfigure`: The filename. Optional.
|
||||||
|
* `--fiscalyear`: The fiscal year tag (e.g., "FY2025") to be appended to graph titles. Required.
|
||||||
|
* `--outpath`: The base directory path where all generated PNG files will be saved. Required.
|
||||||
|
* `--report`: The report prefix used for naming the output files. Optional, defaults to "counselling-interval".
|
||||||
|
* `--mapping`: The path to a JSON file containing CSV column name overrides. Optional.
|
||||||
|
|
||||||
|
## `scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/pasbdc_funding_analysis_script.py`
|
||||||
|
**Description:** This script processes raw capital funding data from Neoserra to perform a detailed attribution analysis. It cleans the data and generates several visualization charts and supporting datasets to evaluate how funding milestones are documented and affirmed across the SBDC network. The script generates four primary analyses: Network-Wide Attribution, Attribution Rate, Theoretical Rate, and Director Confirmed.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `-i` / `--inputcsv`: The path to the raw capital funding CSV dataset. Required.
|
||||||
|
* `-o` / `--outpath`: The base directory path where all generated PNG graphs and CSV datasets will be saved. Required.
|
||||||
|
* `-f` / `--fiscalyear`: The fiscal year associated with the input data (e.g., "2025"). Required.
|
||||||
|
* `-m` / `--mapping`: Path to a JSON file containing CSV column name overrides. Optional.
|
||||||
|
|
||||||
|
## `scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/nbs_analysis_script.py`
|
||||||
|
**Description:** This script implements the control logic for analyzing New Business Starts (NBS) milestones within the PASBDC network. It performs data cleaning and sanitization specifically for NBS milestones before generating a suite of visualization graphs and intermediate datasets used for reporting.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `--inputcsv`: The path to the raw NBS analysis CSV dataset. Required.
|
||||||
|
* `--outpath`: The base directory path where generated PNG graphs and CSV data exports will be saved. Required.
|
||||||
|
* `--fiscalyear`: The fiscal year tag (e.g., "2025") used for labeling graph titles and naming output files. Required.
|
||||||
|
* `--mapping`: Path to a JSON file for overriding default column name mappings. Optional.
|
||||||
|
|
||||||
|
## `scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/naics_census_analysis_script.py`
|
||||||
|
**Description:** This file serves as the main control script for the NAICS analysis pipeline. It processes an input dataset of Neoserra client records to tag the client list with a unified 2-digit NAICS code, enrich the data with external census statistics, calculate internal statistics, and generate a "County Coverage" dataset that tracks missing NAICS codes per county.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `-inputcsv` / `--inputcsv`: The path to the exported client data list from Neoserra. Required.
|
||||||
|
* `-outpath` / `--outpath`: The directory path where all generated files (CSVs and Images) will be saved. Required.
|
||||||
|
* `-fiscalyear` / `--fiscalyear`: The fiscal year string (e.g., "FY 25") used to label graphs and titles. Required.
|
||||||
|
* `-usdaapikey` / `--usdaapikey`: The API key used to access the USDA census API. Optional.
|
||||||
|
* `-censusyear` / `--censusyear`: The census year to use for fetching external data. Optional, defaults to "2022".
|
||||||
|
|
||||||
|
## `scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/pasbdc_survey_analysis_script.py`
|
||||||
|
**Description:** This file implements the data cleaning and analysis pipeline for Neoserra client satisfaction survey data. It produces four key performance indicator (KPI) graphs: Response Counts, Average Score, Responses Per Client, Net Promoter Score (NPS).
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `-inputcsv` / `--inputcsv`: The path to the raw Neoserra survey export CSV. Required.
|
||||||
|
* `-clientlistcsv` / `--clientlistcsv`: The path to the client list CSV. Required.
|
||||||
|
* `-outpath` / `--outpath`: The base directory path to place generated files into. Required.
|
||||||
|
|
||||||
|
## `scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/pasbdc_trainings_analysis_script.py`
|
||||||
|
**Description:** This file implements the end-to-end data pipeline for analyzing Neoserra training event data. It performs three main functions: Data Cleaning, Statistics Generation, and Multi-Variant Graphing.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `-inputcsv` / `--inputcsv`: The path to the RAW Neoserra trainings CSV export. Required.
|
||||||
|
* `-outpath` / `--outpath`: The base directory path to place generated files into. Required.
|
||||||
|
* `-cleanedfilename` / `--cleanedfilename`: The name to give the intermediate cleaned dataset. Optional.
|
||||||
|
* `-fiscalyear` / `--fiscalyear`: The label for the fiscal year to appear in graph titles (e.g., "FY25"). Optional.
|
||||||
|
|
||||||
|
## `scripts/graph_generation_scripts/pasbdc_desk_review_graph_scripts/pasbdc_center_topic_analysis_script.py`
|
||||||
|
**Description:** This file is a specialized analysis script designed to generate individual training topic breakdowns for every SBDC center within the network. Unlike the aggregate reports, this script iterates through each center found in the dataset and produces a unique topic analysis chart for that specific location.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Word Document Generation Scripts
|
||||||
|
|
||||||
|
## `scripts/word_generation_scripts/counselling_interval_analysis.py`
|
||||||
|
**Description:** This file is a report assembly script that generates the "Counseling Interval" section of the Neoserra scorecard. It uses the `WordDocumentBuilder` class to construct a Word document (`.docx`) populated with pre-generated analysis charts.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `--images`: The path to the directory containing the generated analysis images/charts. Required.
|
||||||
|
* `--output`: The filename (including path) to give the resulting Word document. Required.
|
||||||
|
* `--reportname`: The filename prefix used to identify which images belong to this specific report within the images directory. Optional, defaults to "counselling-interval".
|
||||||
|
|
||||||
|
## `scripts/word_generation_scripts/generate_naics_word.py`
|
||||||
|
**Description:** This file is the report assembly script for the "NAICS Penetration" section of the scorecard. It utilizes the `WordDocumentBuilder` to compile a two-page Word document containing the analysis generated by the NAICS census analysis pipeline.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `--images`: The path to the directory containing the generated analysis images/charts. Required.
|
||||||
|
* `--output`: The filename (including path) to give the resulting Word document. Required.
|
||||||
|
* `--reportname`: The filename prefix used to identify which images belong to this specific report. Optional, defaults to "naicsanalysis".
|
||||||
|
|
||||||
|
## `scripts/word_generation_scripts/generate_trainings_analysis_word.py`
|
||||||
|
**Description:** This file is the comprehensive report assembly script for the "Trainings Analysis" section of the scorecard. It iterates through a list of centers provided via command-line arguments to generate a dedicated topic analysis page for each specified center.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `--images`: The path to the directory containing the generated analysis images/charts. Required.
|
||||||
|
* `--output`: The filename (including path) to give the resulting Word document. Required.
|
||||||
|
* `-c` / `--center`: The name of a center to include in the report (e.g., `-c Kutztown`). This argument can be repeated multiple times to include multiple centers. Required.
|
||||||
|
|
||||||
|
## `scripts/word_generation_scripts/make_nbs_funding_analysis.py`
|
||||||
|
**Description:** Generates the "Capital Acquisition" (Funding) and "New Business Starts" (NBS) attribution sections of the scorecard. It utilizes two separate ImageRegistry instances to pull charts from independent analysis runs and compiles them into a single report.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `--images`: The path to the directory containing the generated analysis images/charts. Required.
|
||||||
|
* `--output`: The filename (including path) to give the resulting Word document. Required.
|
||||||
|
|
||||||
|
## `scripts/word_generation_scripts/satisfaction_survey_report_controller.py`
|
||||||
|
**Description:** Generates the "Satisfaction Survey" section of the scorecard. It utilizes the ImageRegistry to retrieve the four Key Performance Indicator (KPI) charts generated by the survey analysis pipeline and compiles them into a formatted one-page Word report.
|
||||||
|
|
||||||
|
**Script command line arguments:**
|
||||||
|
* `--images`: The path to the folder containing the images for this report. Required.
|
||||||
|
* `--output`: The `.docx` file to save the final report to. Must end in `.docx`. Required.
|
||||||
136
MAKEFILE_TUTORIAL.md
Normal file
136
MAKEFILE_TUTORIAL.md
Normal file
@@ -0,0 +1,136 @@
|
|||||||
|
# Makefile Tutorial: Generating PASBDC Reports
|
||||||
|
|
||||||
|
This project uses a `makefile` to automate the generation of Section 1 (Network Wide) and Section 3 (Center Specific) reports. The pipeline can process data either from manually exported CSV files or directly from Neoserra via the Export Module (API).
|
||||||
|
|
||||||
|
## Table of Contents
|
||||||
|
1. [Prerequisites](#prerequisites)
|
||||||
|
2. [Data Source Modes](#data-source-modes)
|
||||||
|
3. [Running Reports](#running-reports)
|
||||||
|
4. [Targeting Specific Fiscal Years](#targeting-specific-fiscal-years)
|
||||||
|
5. [Manual Setup for Scorecard Reports (Intervals & Satisfaction)](#manual-setup-for-scorecard-reports)
|
||||||
|
6. [Output Structure](#output-structure)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
- **Python 3.12+**: Ensure Python is installed.
|
||||||
|
- **Virtual Environment**: The makefile expects a virtual environment at `.venv/`.
|
||||||
|
```bash
|
||||||
|
python -m venv .venv
|
||||||
|
source .venv/bin/activate # Linux/macOS
|
||||||
|
# or
|
||||||
|
.venv\Scripts\activate # Windows
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Data Source Modes
|
||||||
|
|
||||||
|
The makefile supports two ways to ingest data from Neoserra.
|
||||||
|
|
||||||
|
### 1. Manual CSV Mode (Default)
|
||||||
|
This mode uses CSV files stored locally in the `csv_files/` directory.
|
||||||
|
|
||||||
|
- **Requirement**: `USE_EXPORT_MODULE=false` (default).
|
||||||
|
- **File Naming**: CSVs must follow a specific naming convention: `[type]_raw_[FYXX].csv`.
|
||||||
|
Example for FY25:
|
||||||
|
- `csv_files/trainings_raw_FY25.csv`
|
||||||
|
- `csv_files/client_list_raw_FY25.csv`
|
||||||
|
- `csv_files/nbs_milestones_raw_FY25.csv`
|
||||||
|
- `csv_files/funding_milestones_raw_FY25.csv`
|
||||||
|
- *Plus specialized interval CSVs:* `days_client_signup_to_start_FY25.csv`, etc.
|
||||||
|
|
||||||
|
### 2. Export Module Mode (API)
|
||||||
|
This mode fetches data directly from Neoserra using pre-configured Export Module URLs.
|
||||||
|
|
||||||
|
- **Requirement**: `USE_EXPORT_MODULE=true`.
|
||||||
|
- **Usage**:
|
||||||
|
```bash
|
||||||
|
make all USE_EXPORT_MODULE=true
|
||||||
|
```
|
||||||
|
- **Note**: **Counselling Interval Analysis** and **Satisfaction Survey** reports are skipped in this mode. Neoserra does not currently support exporting scorecard/survey data via the Export Module API; these reports require manual CSV exports.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Running Reports
|
||||||
|
|
||||||
|
### Generate All Reports (Current FY)
|
||||||
|
To generate all Section 1 and Section 3 reports for the current fiscal year:
|
||||||
|
```bash
|
||||||
|
make all
|
||||||
|
```
|
||||||
|
|
||||||
|
### Clean Previous Runs
|
||||||
|
To delete the generated reports for the resolved fiscal year:
|
||||||
|
```bash
|
||||||
|
make clean
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Targeting Specific Fiscal Years
|
||||||
|
|
||||||
|
The makefile automatically calculates the `CURRENT` and `PREVIOUS` fiscal years based on the system date (FY starts Oct 1st). You can override this in two ways:
|
||||||
|
|
||||||
|
### 1. Using Helper Targets
|
||||||
|
```bash
|
||||||
|
make current # Force current FY
|
||||||
|
make previous # Force previous FY
|
||||||
|
make fy24 # Specific year
|
||||||
|
make fy23 # Specific year
|
||||||
|
```
|
||||||
|
|
||||||
|
### 2. Overriding the Variable
|
||||||
|
```bash
|
||||||
|
make all FISCAL_YEAR=FY25
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Manual Setup for Scorecard Reports
|
||||||
|
|
||||||
|
Because Neoserra does not support exporting Scorecard data (Satisfaction and Intervals) via the API, these must always be run using CSV files. **Critically, you must ensure `USE_EXPORT_MODULE=false` is set (which is the default).**
|
||||||
|
|
||||||
|
### 1. Export Data from Neoserra
|
||||||
|
Manual exports must be performed in Neoserra for the following categories:
|
||||||
|
- Satisfaction Survey
|
||||||
|
- Counselling Intervals (Signup to Start, Start to Counselling, etc.)
|
||||||
|
|
||||||
|
### 2. Place CSVs in `csv_files/`
|
||||||
|
Ensure the files are named correctly according to the `RESOLVED_FY`. If you are running for **FY26**, your files must be:
|
||||||
|
- `csv_files/satisfaction_survey_raw_FY26.csv`
|
||||||
|
- `csv_files/days_client_signup_to_start_FY26.csv`
|
||||||
|
- `csv_files/days_client_signup_to_counselling_FY26.csv`
|
||||||
|
- `csv_files/days_client_start_to_counselling_FY26.csv`
|
||||||
|
- `csv_files/days_initial_to_followup_FY26.csv`
|
||||||
|
- `csv_files/days_training_to_counselling_FY26.csv`
|
||||||
|
|
||||||
|
### 3. Running the Reports
|
||||||
|
To generate these reports for a new fiscal year (e.g., FY26), ensure the CSVs are in place and run:
|
||||||
|
```bash
|
||||||
|
# Explicitly disable export module to ensure these targets are not skipped
|
||||||
|
make all FISCAL_YEAR=FY26 USE_EXPORT_MODULE=false
|
||||||
|
```
|
||||||
|
|
||||||
|
### 4. Overriding Specific Paths (Optional)
|
||||||
|
If you need to use a non-standard file location:
|
||||||
|
```bash
|
||||||
|
make all SATISFACTION_SURVEY_CSV=special_exports/survey_data.csv USE_EXPORT_MODULE=false
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Output Structure
|
||||||
|
|
||||||
|
Reports are generated in the `reports/` directory, sub-folder by fiscal year:
|
||||||
|
```text
|
||||||
|
reports/
|
||||||
|
└── FY25/
|
||||||
|
├── section_1_trainings_analysis_FY25.docx
|
||||||
|
├── section_1_milestone_analysis_FY25.docx
|
||||||
|
├── section_3_trainings_topics_analysis_FY25.docx
|
||||||
|
├── section_3_trainings_analysis_word/ (Folder containing individual center docs)
|
||||||
|
└── ... (folders containing generated graphs)
|
||||||
|
```
|
||||||
20263
csv_files/client_list_raw_FY25.csv
Normal file
20263
csv_files/client_list_raw_FY25.csv
Normal file
File diff suppressed because it is too large
Load Diff
5115
csv_files/days_client_signup_to_counselling_FY25.csv
Normal file
5115
csv_files/days_client_signup_to_counselling_FY25.csv
Normal file
File diff suppressed because it is too large
Load Diff
6349
csv_files/days_client_signup_to_start_FY25.csv
Normal file
6349
csv_files/days_client_signup_to_start_FY25.csv
Normal file
File diff suppressed because it is too large
Load Diff
4878
csv_files/days_client_start_to_counselling_FY25.csv
Normal file
4878
csv_files/days_client_start_to_counselling_FY25.csv
Normal file
File diff suppressed because it is too large
Load Diff
2785
csv_files/days_initial_to_followup_FY25.csv
Normal file
2785
csv_files/days_initial_to_followup_FY25.csv
Normal file
File diff suppressed because it is too large
Load Diff
956
csv_files/days_training_to_counselling_FY25.csv
Normal file
956
csv_files/days_training_to_counselling_FY25.csv
Normal file
@@ -0,0 +1,956 @@
|
|||||||
|
"Client ID","Center","Value"
|
||||||
|
TE032532,TE - TEMPLE SBDC,339.0
|
||||||
|
PI707163,University of Pittsburgh SBDC,35.0
|
||||||
|
BU018452,Bucknell SBDC,20.0
|
||||||
|
PI707715,University of Pittsburgh SBDC,63.0
|
||||||
|
025220,LE - LEHIGH UNIVERSITY SBDC,390.0
|
||||||
|
GA008143,G - GANNON SBDC,0.0
|
||||||
|
C10697,PennWest University Clarion SBDC,7.0
|
||||||
|
020092,WI - WILKES SBDC,35.0
|
||||||
|
PI707506,University of Pittsburgh SBDC,35.0
|
||||||
|
020052,WI - WILKES SBDC,66.0
|
||||||
|
GA501123,G - Meadville,61.0
|
||||||
|
025119,LE - LEHIGH UNIVERSITY SBDC,97.0
|
||||||
|
025356,LE - LEHIGH UNIVERSITY SBDC,208.0
|
||||||
|
127584,Duquesne University SBDC,6.0
|
||||||
|
SH04679,SH - SHIPPENSBURG SBDC,92.0
|
||||||
|
TE033614,TE - TEMPLE SBDC,13.0
|
||||||
|
KUP270809,Kutztown University SBDC ,11.0
|
||||||
|
020005,WI - WILKES SBDC,30.0
|
||||||
|
S018095,The University of Scranton SBDC,42.0
|
||||||
|
PI707763,University of Pittsburgh SBDC,11.0
|
||||||
|
D-14756,Duquesne University SBDC,49.0
|
||||||
|
025278,LE - LEHIGH UNIVERSITY SBDC,1.0
|
||||||
|
TE032809,TE - TEMPLE SBDC,8.0
|
||||||
|
TE032928,TE - TEMPLE SBDC,11.0
|
||||||
|
KUP269533,Kutztown University SBDC ,322.0
|
||||||
|
TE033629,TE - TEMPLE SBDC,2.0
|
||||||
|
PI707427,University of Pittsburgh SBDC,39.0
|
||||||
|
019954,WI - WILKES SBDC,31.0
|
||||||
|
GA501112,G - Meadville,42.0
|
||||||
|
TE032513,TE - TEMPLE SBDC,2.0
|
||||||
|
PI707661,University of Pittsburgh SBDC,123.0
|
||||||
|
BU018489,Bucknell SBDC,12.0
|
||||||
|
020155,WI - WILKES SBDC,41.0
|
||||||
|
020149,WI - WILKES SBDC,133.0
|
||||||
|
127701,Duquesne University SBDC,12.0
|
||||||
|
020139,WI - WILKES SBDC,23.0
|
||||||
|
020075,WI - WILKES SBDC,38.0
|
||||||
|
127588,Duquesne University SBDC,119.0
|
||||||
|
TE032931,TE - TEMPLE SBDC,160.0
|
||||||
|
PI707825,University of Pittsburgh SBDC,102.0
|
||||||
|
GA008332,G - GANNON SBDC,4.0
|
||||||
|
GA008327,G - GANNON SBDC,76.0
|
||||||
|
KUP270975,Kutztown University SBDC ,1.0
|
||||||
|
TE032670,TE - TEMPLE SBDC,0.0
|
||||||
|
WD07687,WD - WIDENER SBDC,112.0
|
||||||
|
TE030765,TE - TEMPLE SBDC,1.0
|
||||||
|
019964,WI - WILKES SBDC,1.0
|
||||||
|
PI707404,University of Pittsburgh SBDC,31.0
|
||||||
|
D-14707,Duquesne University SBDC,74.0
|
||||||
|
S018233,The University of Scranton SBDC,50.0
|
||||||
|
GA501109,G - Meadville,5.0
|
||||||
|
GA008149,G - GANNON SBDC,5.0
|
||||||
|
S018079,The University of Scranton SBDC,34.0
|
||||||
|
C10683,PennWest University Clarion SBDC,76.0
|
||||||
|
WD08172,WD - WIDENER SBDC,2.0
|
||||||
|
KUP271080,Kutztown University SBDC ,1.0
|
||||||
|
PI707531,University of Pittsburgh SBDC,83.0
|
||||||
|
C10387,PennWest University Clarion SBDC,154.0
|
||||||
|
WD06648,WD - WIDENER SBDC,41.0
|
||||||
|
PI707478,University of Pittsburgh SBDC,27.0
|
||||||
|
025190,LE - LEHIGH UNIVERSITY SBDC,71.0
|
||||||
|
PI707980,University of Pittsburgh SBDC,7.0
|
||||||
|
C10507,PennWest University Clarion SBDC,0.0
|
||||||
|
TE033876,TE - TEMPLE SBDC,309.0
|
||||||
|
025265,LE - LEHIGH UNIVERSITY SBDC,8.0
|
||||||
|
024957,LE - LEHIGH UNIVERSITY SBDC,7.0
|
||||||
|
S018014,The University of Scranton SBDC,143.0
|
||||||
|
WD08055,WD - WIDENER SBDC,29.0
|
||||||
|
SF416716,SF - ST. FRANCIS UNIVERSITY SBDC,15.0
|
||||||
|
025269,LE - LEHIGH UNIVERSITY SBDC,1.0
|
||||||
|
TE021843,TE - TEMPLE SBDC,4.0
|
||||||
|
127824,Duquesne University SBDC,148.0
|
||||||
|
PI707928,University of Pittsburgh SBDC,8.0
|
||||||
|
TE032843,TE - TEMPLE SBDC,5.0
|
||||||
|
PS018842,Penn State SBDC,14.0
|
||||||
|
WD06574,WD - WIDENER SBDC,21.0
|
||||||
|
PI707905,University of Pittsburgh SBDC,62.0
|
||||||
|
PI707500,University of Pittsburgh SBDC,30.0
|
||||||
|
TE033023,TE - TEMPLE SBDC,1.0
|
||||||
|
PI707861,University of Pittsburgh SBDC,118.0
|
||||||
|
PI707674,University of Pittsburgh SBDC,0.0
|
||||||
|
GA008290,G - GANNON SBDC,25.0
|
||||||
|
KUP270697,Kutztown University SBDC ,8.0
|
||||||
|
GA008101,G - GANNON SBDC,0.0
|
||||||
|
TE033211,TE - TEMPLE SBDC,7.0
|
||||||
|
S018022,The University of Scranton SBDC,21.0
|
||||||
|
WD07865,WD - WIDENER SBDC,10.0
|
||||||
|
WD07489,WD - WIDENER SBDC,21.0
|
||||||
|
GA601136,G - Mercer,7.0
|
||||||
|
020048,WI - WILKES SBDC,7.0
|
||||||
|
GA601160,G - Mercer,19.0
|
||||||
|
020137,WI - WILKES SBDC,21.0
|
||||||
|
D-14781,Duquesne University SBDC,12.0
|
||||||
|
GA008224,G - GANNON SBDC,11.0
|
||||||
|
S018011,The University of Scranton SBDC,47.0
|
||||||
|
PI707982,University of Pittsburgh SBDC,53.0
|
||||||
|
SV223194,SV - ST. VINCENT COLLEGE SBDC,5.0
|
||||||
|
025340,LE - LEHIGH UNIVERSITY SBDC,4.0
|
||||||
|
PI707676,University of Pittsburgh SBDC,3.0
|
||||||
|
PI707690,University of Pittsburgh SBDC,26.0
|
||||||
|
GA008364,G - GANNON SBDC,6.0
|
||||||
|
TE032336,TE - TEMPLE SBDC,1.0
|
||||||
|
TE032708,TE - TEMPLE SBDC,30.0
|
||||||
|
PI707854,University of Pittsburgh SBDC,45.0
|
||||||
|
PI707533,University of Pittsburgh SBDC,107.0
|
||||||
|
S018034,The University of Scranton SBDC,79.0
|
||||||
|
D-14828,Duquesne University SBDC,12.0
|
||||||
|
C10614,PennWest University Clarion SBDC,0.0
|
||||||
|
020175,WI - WILKES SBDC,80.0
|
||||||
|
GA008163,G - GANNON SBDC,4.0
|
||||||
|
C10539,PennWest University Clarion SBDC,6.0
|
||||||
|
SV223229,SV - ST. VINCENT COLLEGE SBDC,105.0
|
||||||
|
WD02932,WD - WIDENER SBDC,128.0
|
||||||
|
TE028400,TE - TEMPLE SBDC,6.0
|
||||||
|
WD08052,WD - WIDENER SBDC,2.0
|
||||||
|
PS018760,Penn State SBDC,9.0
|
||||||
|
127728,Duquesne University SBDC,16.0
|
||||||
|
KUP270152,Kutztown University SBDC ,99.0
|
||||||
|
KUP270440,Kutztown University SBDC ,0.0
|
||||||
|
019962,WI - WILKES SBDC,317.0
|
||||||
|
PI707391,University of Pittsburgh SBDC,7.0
|
||||||
|
PI707841,University of Pittsburgh SBDC,60.0
|
||||||
|
GA008285,G - GANNON SBDC,5.0
|
||||||
|
PS018817,Penn State SBDC,12.0
|
||||||
|
BU017259,Bucknell SBDC,400.0
|
||||||
|
127822,Duquesne University SBDC,19.0
|
||||||
|
020150,WI - WILKES SBDC,0.0
|
||||||
|
S018096,The University of Scranton SBDC,6.0
|
||||||
|
025231,LE - LEHIGH UNIVERSITY SBDC,279.0
|
||||||
|
S018102,The University of Scranton SBDC,49.0
|
||||||
|
PI707726,University of Pittsburgh SBDC,14.0
|
||||||
|
C10450,PennWest University Clarion SBDC,17.0
|
||||||
|
KUP270331,Kutztown University SBDC ,109.0
|
||||||
|
GA008211,G - GANNON SBDC,0.0
|
||||||
|
PI707669,University of Pittsburgh SBDC,161.0
|
||||||
|
KUP270717,Kutztown University SBDC ,3.0
|
||||||
|
PS018904,Penn State SBDC,9.0
|
||||||
|
S018062,The University of Scranton SBDC,21.0
|
||||||
|
TE032606,TE - TEMPLE SBDC,0.0
|
||||||
|
TE023363,TE - TEMPLE SBDC,17.0
|
||||||
|
PS018832,Penn State SBDC,34.0
|
||||||
|
020164,WI - WILKES SBDC,168.0
|
||||||
|
TE033397,TE - TEMPLE SBDC,22.0
|
||||||
|
TE032351,TE - TEMPLE SBDC,30.0
|
||||||
|
KUP270592,Kutztown University SBDC ,0.0
|
||||||
|
127744,Duquesne University SBDC,11.0
|
||||||
|
C10681,PennWest University Clarion SBDC,22.0
|
||||||
|
PI707833,University of Pittsburgh SBDC,40.0
|
||||||
|
PI708083,University of Pittsburgh SBDC,80.0
|
||||||
|
PI707724,University of Pittsburgh SBDC,146.0
|
||||||
|
S017943,The University of Scranton SBDC,56.0
|
||||||
|
TE032452,TE - TEMPLE SBDC,40.0
|
||||||
|
GA008363,G - GANNON SBDC,4.0
|
||||||
|
D14775,Duquesne University SBDC,16.0
|
||||||
|
SH04364,SH - SHIPPENSBURG SBDC,85.0
|
||||||
|
TE032797,TE - TEMPLE SBDC,3.0
|
||||||
|
TE032657,TE - TEMPLE SBDC,2.0
|
||||||
|
S017956,The University of Scranton SBDC,76.0
|
||||||
|
PI707524,University of Pittsburgh SBDC,42.0
|
||||||
|
S018120,The University of Scranton SBDC,65.0
|
||||||
|
BU018470,Bucknell SBDC,12.0
|
||||||
|
C10636,PennWest University Clarion SBDC,2.0
|
||||||
|
019951,WI - WILKES SBDC,2.0
|
||||||
|
D14730,Duquesne University SBDC,15.0
|
||||||
|
SV223166,SV - ST. VINCENT COLLEGE SBDC,0.0
|
||||||
|
PI707592,University of Pittsburgh SBDC,20.0
|
||||||
|
TE031687,TE - TEMPLE SBDC,32.0
|
||||||
|
C10585,PennWest University Clarion SBDC,112.0
|
||||||
|
D-14701,Duquesne University SBDC,149.0
|
||||||
|
S017689,The University of Scranton SBDC,20.0
|
||||||
|
WD08209,WD - WIDENER SBDC,0.0
|
||||||
|
WD08062,WD - WIDENER SBDC,5.0
|
||||||
|
KUP270807,Kutztown University SBDC ,48.0
|
||||||
|
PI707591,University of Pittsburgh SBDC,143.0
|
||||||
|
PI708075,University of Pittsburgh SBDC,178.0
|
||||||
|
S018074,The University of Scranton SBDC,1.0
|
||||||
|
PI707557,University of Pittsburgh SBDC,63.0
|
||||||
|
SH04658,SH - SHIPPENSBURG SBDC,5.0
|
||||||
|
025124,LE - LEHIGH UNIVERSITY SBDC,19.0
|
||||||
|
TE033097,TE - TEMPLE SBDC,11.0
|
||||||
|
GA008353,G - GANNON SBDC,7.0
|
||||||
|
TE032781,TE - TEMPLE SBDC,0.0
|
||||||
|
GA008217,G - GANNON SBDC,4.0
|
||||||
|
GA008216,G - GANNON SBDC,4.0
|
||||||
|
PI707635,University of Pittsburgh SBDC,19.0
|
||||||
|
020118,WI - WILKES SBDC,84.0
|
||||||
|
PI707570,University of Pittsburgh SBDC,1.0
|
||||||
|
GA008360,G - GANNON SBDC,47.0
|
||||||
|
PI707388,University of Pittsburgh SBDC,19.0
|
||||||
|
WD07529,WD - WIDENER SBDC,55.0
|
||||||
|
025027,LE - LEHIGH UNIVERSITY SBDC,15.0
|
||||||
|
WD08248,WD - WIDENER SBDC,8.0
|
||||||
|
TE033125,TE - TEMPLE SBDC,21.0
|
||||||
|
S018099,The University of Scranton SBDC,35.0
|
||||||
|
PI707541,University of Pittsburgh SBDC,40.0
|
||||||
|
S018092,The University of Scranton SBDC,28.0
|
||||||
|
GA008204,G - GANNON SBDC,1.0
|
||||||
|
S017931,The University of Scranton SBDC,93.0
|
||||||
|
025277,LE - LEHIGH UNIVERSITY SBDC,1.0
|
||||||
|
SH04499,SH - SHIPPENSBURG SBDC,2.0
|
||||||
|
PI707731,University of Pittsburgh SBDC,81.0
|
||||||
|
TE032669,TE - TEMPLE SBDC,7.0
|
||||||
|
C10692,PennWest University Clarion SBDC,273.0
|
||||||
|
025142,LE - LEHIGH UNIVERSITY SBDC,98.0
|
||||||
|
GA008124,G - GANNON SBDC,9.0
|
||||||
|
S017892,The University of Scranton SBDC,14.0
|
||||||
|
GA008349,G - GANNON SBDC,8.0
|
||||||
|
GA501101,G - Meadville,12.0
|
||||||
|
SH04600,SH - SHIPPENSBURG SBDC,9.0
|
||||||
|
PI707687,University of Pittsburgh SBDC,9.0
|
||||||
|
PI707585,University of Pittsburgh SBDC,18.0
|
||||||
|
127492,Duquesne University SBDC,15.0
|
||||||
|
DLA0000962,Southeast Pennsylvania APEX Accelerator,16.0
|
||||||
|
C10650,PennWest University Clarion SBDC,0.0
|
||||||
|
BU018448,Bucknell SBDC,0.0
|
||||||
|
SF416705,SF - ST. FRANCIS UNIVERSITY SBDC,9.0
|
||||||
|
KUP270814,Kutztown University SBDC ,6.0
|
||||||
|
S017988,The University of Scranton SBDC,19.0
|
||||||
|
WD07501,WD - WIDENER SBDC,322.0
|
||||||
|
WD07846,WD - WIDENER SBDC,8.0
|
||||||
|
D14725,Duquesne University SBDC,20.0
|
||||||
|
PI708120,University of Pittsburgh SBDC,335.0
|
||||||
|
D14685,Duquesne University SBDC,43.0
|
||||||
|
127501,Duquesne University SBDC,28.0
|
||||||
|
TE033585,TE - TEMPLE SBDC,21.0
|
||||||
|
020230,WI - WILKES SBDC,101.0
|
||||||
|
WD07717,WD - WIDENER SBDC,117.0
|
||||||
|
025262,LE - LEHIGH UNIVERSITY SBDC,2.0
|
||||||
|
TE032338,TE - TEMPLE SBDC,50.0
|
||||||
|
SH04513,SH - SHIPPENSBURG SBDC,0.0
|
||||||
|
DLA0000749,Southeast Pennsylvania APEX Accelerator,1.0
|
||||||
|
GA008167,G - GANNON SBDC,4.0
|
||||||
|
020057,WI - WILKES SBDC,112.0
|
||||||
|
TE032443,TE - TEMPLE SBDC,12.0
|
||||||
|
GA008326,G - GANNON SBDC,4.0
|
||||||
|
127490,Duquesne University SBDC,7.0
|
||||||
|
SH04368,SH - SHIPPENSBURG SBDC,90.0
|
||||||
|
PI707744,University of Pittsburgh SBDC,56.0
|
||||||
|
TE029068,TE - TEMPLE SBDC,4.0
|
||||||
|
S017932,The University of Scranton SBDC,118.0
|
||||||
|
WD07417,WD - WIDENER SBDC,0.0
|
||||||
|
WD07719,WD - WIDENER SBDC,312.0
|
||||||
|
C10449,PennWest University Clarion SBDC,1.0
|
||||||
|
KUP270233,Kutztown University SBDC ,8.0
|
||||||
|
GA008372,G - GANNON SBDC,0.0
|
||||||
|
025188,LE - LEHIGH UNIVERSITY SBDC,102.0
|
||||||
|
GA008182,G - GANNON SBDC,5.0
|
||||||
|
020151,WI - WILKES SBDC,0.0
|
||||||
|
TE032784,TE - TEMPLE SBDC,0.0
|
||||||
|
127840,Duquesne University SBDC,1.0
|
||||||
|
SF416816,SF - ST. FRANCIS UNIVERSITY SBDC,160.0
|
||||||
|
PI707549,University of Pittsburgh SBDC,47.0
|
||||||
|
GA601161,G - Mercer,90.0
|
||||||
|
KUP270400,Kutztown University SBDC ,35.0
|
||||||
|
127764,Duquesne University SBDC,19.0
|
||||||
|
127595,Duquesne University SBDC,15.0
|
||||||
|
GA008378,G - GANNON SBDC,1.0
|
||||||
|
PI707962,University of Pittsburgh SBDC,43.0
|
||||||
|
GA008300,G - GANNON SBDC,13.0
|
||||||
|
TE030305,TE - TEMPLE SBDC,69.0
|
||||||
|
WD07769,WD - WIDENER SBDC,0.0
|
||||||
|
BU018391,Bucknell SBDC,52.0
|
||||||
|
D14776,Duquesne University SBDC,192.0
|
||||||
|
SV223212,SV - ST. VINCENT COLLEGE SBDC,20.0
|
||||||
|
BU018418,Bucknell SBDC,1.0
|
||||||
|
TE033631,TE - TEMPLE SBDC,4.0
|
||||||
|
TE032861,LE - LEHIGH UNIVERSITY SBDC,0.0
|
||||||
|
TE033427,TE - TEMPLE SBDC,14.0
|
||||||
|
020165,WI - WILKES SBDC,58.0
|
||||||
|
WD06856,WD - WIDENER SBDC,7.0
|
||||||
|
SV223253,SV - ST. VINCENT COLLEGE SBDC,140.0
|
||||||
|
PI707873,University of Pittsburgh SBDC,13.0
|
||||||
|
KUP270930,Kutztown University SBDC ,0.0
|
||||||
|
KUP270061,Kutztown University SBDC ,30.0
|
||||||
|
PI707435,University of Pittsburgh SBDC,3.0
|
||||||
|
025132,LE - LEHIGH UNIVERSITY SBDC,2.0
|
||||||
|
14011 -D,Duquesne University SBDC,1.0
|
||||||
|
TE032713,TE - TEMPLE SBDC,9.0
|
||||||
|
PI707903,University of Pittsburgh SBDC,62.0
|
||||||
|
PI707942,University of Pittsburgh SBDC,339.0
|
||||||
|
C10533,PennWest University Clarion SBDC,1.0
|
||||||
|
WD08013,WD - WIDENER SBDC,78.0
|
||||||
|
SH04739,SH - SHIPPENSBURG SBDC,254.0
|
||||||
|
WD08250,WD - WIDENER SBDC,1.0
|
||||||
|
020091,WI - WILKES SBDC,7.0
|
||||||
|
SV223216,SV - ST. VINCENT COLLEGE SBDC,24.0
|
||||||
|
SH04535,SH - SHIPPENSBURG SBDC,16.0
|
||||||
|
SF416683,SF - ST. FRANCIS UNIVERSITY SBDC,134.0
|
||||||
|
D-14740,Duquesne University SBDC,13.0
|
||||||
|
S017884,The University of Scranton SBDC,6.0
|
||||||
|
127544,Duquesne University SBDC,28.0
|
||||||
|
KUP270907,Kutztown University SBDC ,0.0
|
||||||
|
025006,LE - LEHIGH UNIVERSITY SBDC,1.0
|
||||||
|
127748,Duquesne University SBDC,19.0
|
||||||
|
C10426,PennWest University Clarion SBDC,4.0
|
||||||
|
DLA0000418,Kutztown University SBDC ,4.0
|
||||||
|
PI707741,University of Pittsburgh SBDC,21.0
|
||||||
|
KUP270856,Kutztown University SBDC ,69.0
|
||||||
|
TE032460,TE - TEMPLE SBDC,6.0
|
||||||
|
127810,Duquesne University SBDC,64.0
|
||||||
|
PI707955,University of Pittsburgh SBDC,11.0
|
||||||
|
PI707492,University of Pittsburgh SBDC,28.0
|
||||||
|
TE033491,TE - TEMPLE SBDC,23.0
|
||||||
|
GA601089,G - Mercer,42.0
|
||||||
|
PI707568,University of Pittsburgh SBDC,70.0
|
||||||
|
BU018430,Bucknell SBDC,37.0
|
||||||
|
TE033624,TE - TEMPLE SBDC,5.0
|
||||||
|
GA008346,G - GANNON SBDC,12.0
|
||||||
|
KUP270992,Kutztown University SBDC ,0.0
|
||||||
|
127504,Duquesne University SBDC,70.0
|
||||||
|
C10488,PennWest University Clarion SBDC,4.0
|
||||||
|
BU018419,Bucknell SBDC,63.0
|
||||||
|
TE028315,TE - TEMPLE SBDC,10.0
|
||||||
|
TE032853,TE - TEMPLE SBDC,1.0
|
||||||
|
S018130,The University of Scranton SBDC,78.0
|
||||||
|
GA008147,G - GANNON SBDC,5.0
|
||||||
|
PI707798,University of Pittsburgh SBDC,10.0
|
||||||
|
TE033277,TE - TEMPLE SBDC,42.0
|
||||||
|
WD07468,WD - WIDENER SBDC,68.0
|
||||||
|
GA008166,G - GANNON SBDC,4.0
|
||||||
|
WD06765,WD - WIDENER SBDC,16.0
|
||||||
|
PI707863,University of Pittsburgh SBDC,8.0
|
||||||
|
PI707911,University of Pittsburgh SBDC,31.0
|
||||||
|
C10749,PennWest University Clarion SBDC,32.0
|
||||||
|
BU018390,Bucknell SBDC,1.0
|
||||||
|
PI706952,University of Pittsburgh SBDC,48.0
|
||||||
|
WD07519,WD - WIDENER SBDC,20.0
|
||||||
|
TE032495,TE - TEMPLE SBDC,31.0
|
||||||
|
WD08069,WD - WIDENER SBDC,127.0
|
||||||
|
025063,LE - LEHIGH UNIVERSITY SBDC,41.0
|
||||||
|
PI707497,University of Pittsburgh SBDC,29.0
|
||||||
|
WD07959,WD - WIDENER SBDC,0.0
|
||||||
|
S018109,The University of Scranton SBDC,51.0
|
||||||
|
S017937,The University of Scranton SBDC,1.0
|
||||||
|
PI707836,University of Pittsburgh SBDC,38.0
|
||||||
|
TE033643,TE - TEMPLE SBDC,1.0
|
||||||
|
KUP270538,Kutztown University SBDC ,14.0
|
||||||
|
SH04819,SH - SHIPPENSBURG SBDC,148.0
|
||||||
|
S018153,The University of Scranton SBDC,93.0
|
||||||
|
WD07944,WD - WIDENER SBDC,98.0
|
||||||
|
127739,Duquesne University SBDC,22.0
|
||||||
|
SV223040,SV - ST. VINCENT COLLEGE SBDC,27.0
|
||||||
|
WD08194,WD - WIDENER SBDC,2.0
|
||||||
|
S018165,The University of Scranton SBDC,68.0
|
||||||
|
TE029762,TE - TEMPLE SBDC,89.0
|
||||||
|
GA008347,G - GANNON SBDC,48.0
|
||||||
|
C10545,PennWest University Clarion SBDC,35.0
|
||||||
|
GA008337,G - GANNON SBDC,1.0
|
||||||
|
GA008150,G - GANNON SBDC,5.0
|
||||||
|
TE031847,TE - TEMPLE SBDC,293.0
|
||||||
|
WD07935,WD - WIDENER SBDC,148.0
|
||||||
|
TE033917,TE - TEMPLE SBDC,363.0
|
||||||
|
PI707830,University of Pittsburgh SBDC,31.0
|
||||||
|
WD08425,WD - WIDENER SBDC,375.0
|
||||||
|
PI707998,University of Pittsburgh SBDC,23.0
|
||||||
|
PI707351,University of Pittsburgh SBDC,4.0
|
||||||
|
PI707797,University of Pittsburgh SBDC,22.0
|
||||||
|
PI707544,University of Pittsburgh SBDC,77.0
|
||||||
|
GA008344,G - GANNON SBDC,4.0
|
||||||
|
SH04537,SH - SHIPPENSBURG SBDC,114.0
|
||||||
|
TE033518,TE - TEMPLE SBDC,25.0
|
||||||
|
SH04683,SH - SHIPPENSBURG SBDC,69.0
|
||||||
|
WD07940,WD - WIDENER SBDC,0.0
|
||||||
|
TE033040,TE - TEMPLE SBDC,3.0
|
||||||
|
PI707589,University of Pittsburgh SBDC,78.0
|
||||||
|
WD07654,WD - WIDENER SBDC,119.0
|
||||||
|
TE030315,TE - TEMPLE SBDC,251.0
|
||||||
|
PI707692,University of Pittsburgh SBDC,6.0
|
||||||
|
020158,WI - WILKES SBDC,44.0
|
||||||
|
C10494,PennWest University Clarion SBDC,11.0
|
||||||
|
KUP270558,Kutztown University SBDC ,57.0
|
||||||
|
SV223143,SV - ST. VINCENT COLLEGE SBDC,308.0
|
||||||
|
WD07766,WD - WIDENER SBDC,0.0
|
||||||
|
025083,LE - LEHIGH UNIVERSITY SBDC,1.0
|
||||||
|
PI707709,University of Pittsburgh SBDC,20.0
|
||||||
|
GA008358,G - GANNON SBDC,41.0
|
||||||
|
GA008181,G - GANNON SBDC,5.0
|
||||||
|
DLA0000893,Southeast Pennsylvania APEX Accelerator,30.0
|
||||||
|
025275,LE - LEHIGH UNIVERSITY SBDC,1.0
|
||||||
|
GA601156,G - Mercer,4.0
|
||||||
|
PI707466,University of Pittsburgh SBDC,26.0
|
||||||
|
D14751,Duquesne University SBDC,27.0
|
||||||
|
GA008383,G - GANNON SBDC,7.0
|
||||||
|
PI707783,University of Pittsburgh SBDC,27.0
|
||||||
|
KUP270346,Kutztown University SBDC ,27.0
|
||||||
|
PI707952,University of Pittsburgh SBDC,33.0
|
||||||
|
WD08237,WD - WIDENER SBDC,309.0
|
||||||
|
TE032089,TE - TEMPLE SBDC,29.0
|
||||||
|
KUP270945,Kutztown University SBDC ,0.0
|
||||||
|
127551,Duquesne University SBDC,15.0
|
||||||
|
WD07701,WD - WIDENER SBDC,21.0
|
||||||
|
KUP270597,Kutztown University SBDC ,4.0
|
||||||
|
PI707813,University of Pittsburgh SBDC,103.0
|
||||||
|
025064,LE - LEHIGH UNIVERSITY SBDC,230.0
|
||||||
|
KUP271056,Kutztown University SBDC ,0.0
|
||||||
|
WD08390,WD - WIDENER SBDC,217.0
|
||||||
|
PI707186,University of Pittsburgh SBDC,51.0
|
||||||
|
PS018641,Penn State SBDC,105.0
|
||||||
|
GA008371,G - GANNON SBDC,1.0
|
||||||
|
C10743,PennWest University Clarion SBDC,79.0
|
||||||
|
C10777,PennWest University Clarion SBDC,227.0
|
||||||
|
127485,Duquesne University SBDC,13.0
|
||||||
|
PI707349,University of Pittsburgh SBDC,4.0
|
||||||
|
PI707803,University of Pittsburgh SBDC,5.0
|
||||||
|
S018042,The University of Scranton SBDC,82.0
|
||||||
|
SV223125,SV - ST. VINCENT COLLEGE SBDC,253.0
|
||||||
|
020182,WI - WILKES SBDC,84.0
|
||||||
|
S018076,The University of Scranton SBDC,30.0
|
||||||
|
SH04852,SH - SHIPPENSBURG SBDC,369.0
|
||||||
|
GA601151,G - Mercer,11.0
|
||||||
|
S018081,The University of Scranton SBDC,11.0
|
||||||
|
PI707206,University of Pittsburgh SBDC,91.0
|
||||||
|
PI707553,University of Pittsburgh SBDC,61.0
|
||||||
|
WD07568,WD - WIDENER SBDC,124.0
|
||||||
|
127857,Duquesne University SBDC,59.0
|
||||||
|
PI707979,University of Pittsburgh SBDC,213.0
|
||||||
|
KUP270358,Kutztown University SBDC ,1.0
|
||||||
|
BU018572,Bucknell SBDC,156.0
|
||||||
|
GA008373,G - GANNON SBDC,0.0
|
||||||
|
PI707930,University of Pittsburgh SBDC,77.0
|
||||||
|
127605,Duquesne University SBDC,19.0
|
||||||
|
S017974,The University of Scranton SBDC,106.0
|
||||||
|
PS018908,Penn State SBDC,10.0
|
||||||
|
GA008255,G - GANNON SBDC,7.0
|
||||||
|
GA008257,G - GANNON SBDC,7.0
|
||||||
|
WD07829,WD - WIDENER SBDC,0.0
|
||||||
|
127512,Duquesne University SBDC,34.0
|
||||||
|
TE033089,TE - TEMPLE SBDC,3.0
|
||||||
|
WD08109,WD - WIDENER SBDC,19.0
|
||||||
|
GA008359,G - GANNON SBDC,4.0
|
||||||
|
C10666,PennWest University Clarion SBDC,8.0
|
||||||
|
TE032819,TE - TEMPLE SBDC,3.0
|
||||||
|
019996,WI - WILKES SBDC,2.0
|
||||||
|
WD08312,WD - WIDENER SBDC,167.0
|
||||||
|
D14780,Duquesne University SBDC,5.0
|
||||||
|
PI707941,University of Pittsburgh SBDC,14.0
|
||||||
|
KUP270736,Kutztown University SBDC ,1.0
|
||||||
|
KUP270371,Kutztown University SBDC ,0.0
|
||||||
|
020121,WI - WILKES SBDC,147.0
|
||||||
|
SH04570,SH - SHIPPENSBURG SBDC,50.0
|
||||||
|
PS018758,Penn State SBDC,26.0
|
||||||
|
PI707881,University of Pittsburgh SBDC,42.0
|
||||||
|
C10564,PennWest University Clarion SBDC,5.0
|
||||||
|
KUP271095,Kutztown University SBDC ,27.0
|
||||||
|
KUP270948,Kutztown University SBDC ,5.0
|
||||||
|
GA008161,G - GANNON SBDC,7.0
|
||||||
|
S018122,The University of Scranton SBDC,15.0
|
||||||
|
C10641,PennWest University Clarion SBDC,41.0
|
||||||
|
SV721043,SV - Fayette Outreach,206.0
|
||||||
|
D14596,Duquesne University SBDC,52.0
|
||||||
|
KUP270696,Kutztown University SBDC ,0.0
|
||||||
|
020174,WI - WILKES SBDC,0.0
|
||||||
|
019963,WI - WILKES SBDC,69.0
|
||||||
|
PI707354,University of Pittsburgh SBDC,4.0
|
||||||
|
D14736,Duquesne University SBDC,4.0
|
||||||
|
PI707413,University of Pittsburgh SBDC,32.0
|
||||||
|
KUP270984,Kutztown University SBDC ,5.0
|
||||||
|
PI707521,University of Pittsburgh SBDC,6.0
|
||||||
|
GA008315,G - GANNON SBDC,11.0
|
||||||
|
TE032497,TE - TEMPLE SBDC,4.0
|
||||||
|
024949,LE - LEHIGH UNIVERSITY SBDC,13.0
|
||||||
|
S017894,The University of Scranton SBDC,12.0
|
||||||
|
GA601159,G - Mercer,54.0
|
||||||
|
025271,LE - LEHIGH UNIVERSITY SBDC,1.0
|
||||||
|
025181,LE - LEHIGH UNIVERSITY SBDC,5.0
|
||||||
|
WD07480,WD - WIDENER SBDC,11.0
|
||||||
|
TE033274,TE - TEMPLE SBDC,10.0
|
||||||
|
PI707496,University of Pittsburgh SBDC,62.0
|
||||||
|
KUP271016,Kutztown University SBDC ,55.0
|
||||||
|
PI707672,University of Pittsburgh SBDC,5.0
|
||||||
|
PI707882,University of Pittsburgh SBDC,77.0
|
||||||
|
127540,Duquesne University SBDC,14.0
|
||||||
|
GA008286,G - GANNON SBDC,5.0
|
||||||
|
D14686,Duquesne University SBDC,2.0
|
||||||
|
S017984,The University of Scranton SBDC,1.0
|
||||||
|
PI707578,University of Pittsburgh SBDC,75.0
|
||||||
|
GA501117,G - Meadville,47.0
|
||||||
|
D14745,Duquesne University SBDC,8.0
|
||||||
|
GA601123,G - Mercer,132.0
|
||||||
|
PS018960,Penn State SBDC,363.0
|
||||||
|
GA008253,G - GANNON SBDC,7.0
|
||||||
|
KUP271079,Kutztown University SBDC ,48.0
|
||||||
|
GA601162,G - Mercer,20.0
|
||||||
|
TE032093,TE - TEMPLE SBDC,133.0
|
||||||
|
PI707598,University of Pittsburgh SBDC,28.0
|
||||||
|
PI707358,University of Pittsburgh SBDC,0.0
|
||||||
|
D14801,Duquesne University SBDC,15.0
|
||||||
|
SH04744,SH - SHIPPENSBURG SBDC,104.0
|
||||||
|
GA008329,G - GANNON SBDC,4.0
|
||||||
|
PI707933,University of Pittsburgh SBDC,47.0
|
||||||
|
C10543,PennWest University Clarion SBDC,8.0
|
||||||
|
025101,LE - LEHIGH UNIVERSITY SBDC,11.0
|
||||||
|
127718,Duquesne University SBDC,64.0
|
||||||
|
PI707637,University of Pittsburgh SBDC,58.0
|
||||||
|
KUP270903,Kutztown University SBDC ,6.0
|
||||||
|
TE033878,TE - TEMPLE SBDC,279.0
|
||||||
|
TE032909,TE - TEMPLE SBDC,18.0
|
||||||
|
GA007126,G - GANNON SBDC,0.0
|
||||||
|
S018048,The University of Scranton SBDC,90.0
|
||||||
|
020098,WI - WILKES SBDC,30.0
|
||||||
|
D 14644,Duquesne University SBDC,8.0
|
||||||
|
025169,LE - LEHIGH UNIVERSITY SBDC,6.0
|
||||||
|
S018148,The University of Scranton SBDC,74.0
|
||||||
|
WD07317,WD - WIDENER SBDC,0.0
|
||||||
|
025339,LE - LEHIGH UNIVERSITY SBDC,15.0
|
||||||
|
SH04605,SH - SHIPPENSBURG SBDC,5.0
|
||||||
|
PI707494,University of Pittsburgh SBDC,77.0
|
||||||
|
025149,LE - LEHIGH UNIVERSITY SBDC,110.0
|
||||||
|
BU018471,Bucknell SBDC,33.0
|
||||||
|
GA008154,G - GANNON SBDC,5.0
|
||||||
|
127834,Duquesne University SBDC,128.0
|
||||||
|
PI707483,University of Pittsburgh SBDC,73.0
|
||||||
|
KU022274,Kutztown University SBDC ,551.0
|
||||||
|
S018210,The University of Scranton SBDC,5.0
|
||||||
|
PI708007,University of Pittsburgh SBDC,50.0
|
||||||
|
PI707704,University of Pittsburgh SBDC,32.0
|
||||||
|
TE033654,TE - TEMPLE SBDC,261.0
|
||||||
|
C10649,PennWest University Clarion SBDC,52.0
|
||||||
|
020153,WI - WILKES SBDC,37.0
|
||||||
|
D14726,Duquesne University SBDC,1.0
|
||||||
|
KUP270701,Kutztown University SBDC ,8.0
|
||||||
|
SV223076,SV - ST. VINCENT COLLEGE SBDC,120.0
|
||||||
|
WD05950,WD - WIDENER SBDC,182.0
|
||||||
|
BU018433,Bucknell SBDC,23.0
|
||||||
|
PI707749,University of Pittsburgh SBDC,48.0
|
||||||
|
GA008256,G - GANNON SBDC,7.0
|
||||||
|
PI707608,University of Pittsburgh SBDC,21.0
|
||||||
|
PI707476,University of Pittsburgh SBDC,52.0
|
||||||
|
SV223219,SV - ST. VINCENT COLLEGE SBDC,27.0
|
||||||
|
S018103,The University of Scranton SBDC,42.0
|
||||||
|
TE033036,TE - TEMPLE SBDC,228.0
|
||||||
|
D14692,Duquesne University SBDC,0.0
|
||||||
|
S018133,The University of Scranton SBDC,78.0
|
||||||
|
PI707721,University of Pittsburgh SBDC,34.0
|
||||||
|
S018021,The University of Scranton SBDC,61.0
|
||||||
|
GA008148,G - GANNON SBDC,5.0
|
||||||
|
PI707740,University of Pittsburgh SBDC,11.0
|
||||||
|
S017977,The University of Scranton SBDC,113.0
|
||||||
|
BU018496,Bucknell SBDC,6.0
|
||||||
|
GA008168,G - GANNON SBDC,4.0
|
||||||
|
D14748,Duquesne University SBDC,3.0
|
||||||
|
S018154,The University of Scranton SBDC,100.0
|
||||||
|
WD07581,WD - WIDENER SBDC,16.0
|
||||||
|
BU018490,Bucknell SBDC,1.0
|
||||||
|
WD07498,WD - WIDENER SBDC,140.0
|
||||||
|
PS018787,Penn State SBDC,9.0
|
||||||
|
C10632,PennWest University Clarion SBDC,29.0
|
||||||
|
WD07580,WD - WIDENER SBDC,21.0
|
||||||
|
PI707730,University of Pittsburgh SBDC,15.0
|
||||||
|
SF416744,SF - ST. FRANCIS UNIVERSITY SBDC,92.0
|
||||||
|
SF416647,SF - ST. FRANCIS UNIVERSITY SBDC,147.0
|
||||||
|
PI707475,University of Pittsburgh SBDC,39.0
|
||||||
|
SH04631,SH - SHIPPENSBURG SBDC,161.0
|
||||||
|
SH04589,SH - SHIPPENSBURG SBDC,6.0
|
||||||
|
020154,WI - WILKES SBDC,48.0
|
||||||
|
SH04405,SH - SHIPPENSBURG SBDC,160.0
|
||||||
|
PS018627,Penn State SBDC,59.0
|
||||||
|
S018047,The University of Scranton SBDC,11.0
|
||||||
|
S017923,The University of Scranton SBDC,27.0
|
||||||
|
TE033239,TE - TEMPLE SBDC,12.0
|
||||||
|
KUP269580,Kutztown University SBDC ,112.0
|
||||||
|
TE032524,TE - TEMPLE SBDC,127.0
|
||||||
|
TE033822,TE - TEMPLE SBDC,168.0
|
||||||
|
TE033615,TE - TEMPLE SBDC,0.0
|
||||||
|
KUP270311,Kutztown University SBDC ,9.0
|
||||||
|
025193,LE - LEHIGH UNIVERSITY SBDC,25.0
|
||||||
|
TE032505,TE - TEMPLE SBDC,0.0
|
||||||
|
TE032818,TE - TEMPLE SBDC,102.0
|
||||||
|
S017898,The University of Scranton SBDC,23.0
|
||||||
|
S017901,The University of Scranton SBDC,24.0
|
||||||
|
020089,WI - WILKES SBDC,35.0
|
||||||
|
TE032620,TE - TEMPLE SBDC,4.0
|
||||||
|
PI707999,University of Pittsburgh SBDC,217.0
|
||||||
|
PI707756,University of Pittsburgh SBDC,49.0
|
||||||
|
PS018894,Penn State SBDC,2.0
|
||||||
|
PI707968,University of Pittsburgh SBDC,109.0
|
||||||
|
PI707685,University of Pittsburgh SBDC,9.0
|
||||||
|
127626,Duquesne University SBDC,42.0
|
||||||
|
S018038,The University of Scranton SBDC,33.0
|
||||||
|
SH04629,SH - SHIPPENSBURG SBDC,19.0
|
||||||
|
SF416826,SF - ST. FRANCIS UNIVERSITY SBDC,1.0
|
||||||
|
PI707900,University of Pittsburgh SBDC,67.0
|
||||||
|
C10552,PennWest University Clarion SBDC,21.0
|
||||||
|
024963,LE - LEHIGH UNIVERSITY SBDC,0.0
|
||||||
|
020085,WI - WILKES SBDC,120.0
|
||||||
|
127531,Duquesne University SBDC,3.0
|
||||||
|
TE032813,TE - TEMPLE SBDC,49.0
|
||||||
|
GA008316,G - GANNON SBDC,11.0
|
||||||
|
TE032004,TE - TEMPLE SBDC,134.0
|
||||||
|
TE029496,TE - TEMPLE SBDC,327.0
|
||||||
|
PI707860,University of Pittsburgh SBDC,47.0
|
||||||
|
S018158,The University of Scranton SBDC,12.0
|
||||||
|
020126,WI - WILKES SBDC,0.0
|
||||||
|
C10532,PennWest University Clarion SBDC,72.0
|
||||||
|
PI707795,University of Pittsburgh SBDC,49.0
|
||||||
|
PI707997,University of Pittsburgh SBDC,63.0
|
||||||
|
WD07458,WD - WIDENER SBDC,41.0
|
||||||
|
GA601148,G - Mercer,6.0
|
||||||
|
127675,Duquesne University SBDC,40.0
|
||||||
|
DLA0000869,Southeast Pennsylvania APEX Accelerator,89.0
|
||||||
|
TE033680,TE - TEMPLE SBDC,93.0
|
||||||
|
TE032185,TE - TEMPLE SBDC,223.0
|
||||||
|
S017964,The University of Scranton SBDC,6.0
|
||||||
|
GA501118,G - Meadville,82.0
|
||||||
|
GA006833,G - GANNON SBDC,1.0
|
||||||
|
GA008287,G - GANNON SBDC,5.0
|
||||||
|
GA008258,G - GANNON SBDC,7.0
|
||||||
|
C10609,PennWest University Clarion SBDC,0.0
|
||||||
|
WD07881,WD - WIDENER SBDC,16.0
|
||||||
|
127681,Duquesne University SBDC,34.0
|
||||||
|
GA601137,G - Mercer,18.0
|
||||||
|
025394,LE - LEHIGH UNIVERSITY SBDC,64.0
|
||||||
|
BU018539,Bucknell SBDC,82.0
|
||||||
|
PI707748,University of Pittsburgh SBDC,72.0
|
||||||
|
KUP269040,Kutztown University SBDC ,24.0
|
||||||
|
SF416702,SF - ST. FRANCIS UNIVERSITY SBDC,63.0
|
||||||
|
PI707807,University of Pittsburgh SBDC,11.0
|
||||||
|
GA008340,G - GANNON SBDC,67.0
|
||||||
|
KUP270698,Kutztown University SBDC ,8.0
|
||||||
|
SH04274,SH - SHIPPENSBURG SBDC,26.0
|
||||||
|
PI707842,University of Pittsburgh SBDC,100.0
|
||||||
|
PI707970,University of Pittsburgh SBDC,182.0
|
||||||
|
KUP270957,Kutztown University SBDC ,294.0
|
||||||
|
WD07862,WD - WIDENER SBDC,141.0
|
||||||
|
KUP268827,Kutztown University SBDC ,0.0
|
||||||
|
SH04497,SH - SHIPPENSBURG SBDC,26.0
|
||||||
|
TE032972,TE - TEMPLE SBDC,21.0
|
||||||
|
025332,LE - LEHIGH UNIVERSITY SBDC,88.0
|
||||||
|
020039,WI - WILKES SBDC,84.0
|
||||||
|
TE032573,TE - TEMPLE SBDC,5.0
|
||||||
|
TE029173,TE - TEMPLE SBDC,263.0
|
||||||
|
PS018867,Penn State SBDC,2.0
|
||||||
|
025406,LE - LEHIGH UNIVERSITY SBDC,218.0
|
||||||
|
D14867,Duquesne University SBDC,147.0
|
||||||
|
WD07499,WD - WIDENER SBDC,156.0
|
||||||
|
127747,Duquesne University SBDC,19.0
|
||||||
|
TE032641,TE - TEMPLE SBDC,105.0
|
||||||
|
TE022486,TE - TEMPLE SBDC,46.0
|
||||||
|
S018145,The University of Scranton SBDC,87.0
|
||||||
|
PI707897,University of Pittsburgh SBDC,17.0
|
||||||
|
S018008,The University of Scranton SBDC,43.0
|
||||||
|
020123,WI - WILKES SBDC,12.0
|
||||||
|
SF416326,SF - ST. FRANCIS UNIVERSITY SBDC,153.0
|
||||||
|
PI707781,University of Pittsburgh SBDC,33.0
|
||||||
|
PI707440,University of Pittsburgh SBDC,25.0
|
||||||
|
TE032930,TE - TEMPLE SBDC,11.0
|
||||||
|
GA008357,G - GANNON SBDC,4.0
|
||||||
|
PS018690,Penn State SBDC,133.0
|
||||||
|
PI707408,University of Pittsburgh SBDC,31.0
|
||||||
|
GA008109,G - GANNON SBDC,5.0
|
||||||
|
GA008341,G - GANNON SBDC,5.0
|
||||||
|
PI707634,University of Pittsburgh SBDC,42.0
|
||||||
|
TE032475,TE - TEMPLE SBDC,24.0
|
||||||
|
TE032595,TE - TEMPLE SBDC,4.0
|
||||||
|
PI708099,University of Pittsburgh SBDC,447.0
|
||||||
|
GA008379,G - GANNON SBDC,1.0
|
||||||
|
PI707642,University of Pittsburgh SBDC,34.0
|
||||||
|
GA008102,G - GANNON SBDC,0.0
|
||||||
|
PI707819,University of Pittsburgh SBDC,26.0
|
||||||
|
019956,WI - WILKES SBDC,7.0
|
||||||
|
TE030890,TE - TEMPLE SBDC,84.0
|
||||||
|
020016,WI - WILKES SBDC,5.0
|
||||||
|
020045,WI - WILKES SBDC,96.0
|
||||||
|
PI707659,University of Pittsburgh SBDC,6.0
|
||||||
|
PI707507,University of Pittsburgh SBDC,50.0
|
||||||
|
TE032392,TE - TEMPLE SBDC,124.0
|
||||||
|
TE031105,TE - TEMPLE SBDC,134.0
|
||||||
|
SF416811,SF - ST. FRANCIS UNIVERSITY SBDC,11.0
|
||||||
|
PI707471,University of Pittsburgh SBDC,3.0
|
||||||
|
D14589,Duquesne University SBDC,134.0
|
||||||
|
PI707809,University of Pittsburgh SBDC,48.0
|
||||||
|
KUP271008,Kutztown University SBDC ,142.0
|
||||||
|
PI708003,University of Pittsburgh SBDC,26.0
|
||||||
|
TE033641,TE - TEMPLE SBDC,30.0
|
||||||
|
PI707906,University of Pittsburgh SBDC,63.0
|
||||||
|
PI707484,University of Pittsburgh SBDC,11.0
|
||||||
|
PI707886,University of Pittsburgh SBDC,20.0
|
||||||
|
TE033443,TE - TEMPLE SBDC,4.0
|
||||||
|
S017903,The University of Scranton SBDC,35.0
|
||||||
|
127636,Duquesne University SBDC,11.0
|
||||||
|
SH04511,SH - SHIPPENSBURG SBDC,291.0
|
||||||
|
PI707648,University of Pittsburgh SBDC,6.0
|
||||||
|
TE033800,TE - TEMPLE SBDC,77.0
|
||||||
|
127640,Duquesne University SBDC,8.0
|
||||||
|
PI707403,University of Pittsburgh SBDC,11.0
|
||||||
|
PI707546,University of Pittsburgh SBDC,2.0
|
||||||
|
TE033593,TE - TEMPLE SBDC,68.0
|
||||||
|
PI707525,University of Pittsburgh SBDC,43.0
|
||||||
|
TE032619,TE - TEMPLE SBDC,293.0
|
||||||
|
SV223155,SV - ST. VINCENT COLLEGE SBDC,111.0
|
||||||
|
GA008330,G - GANNON SBDC,33.0
|
||||||
|
TE033683,TE - TEMPLE SBDC,8.0
|
||||||
|
GA008220,G - GANNON SBDC,4.0
|
||||||
|
TE029423,TE - TEMPLE SBDC,14.0
|
||||||
|
PI707815,University of Pittsburgh SBDC,19.0
|
||||||
|
PI707604,University of Pittsburgh SBDC,88.0
|
||||||
|
D-14766,Duquesne University SBDC,7.0
|
||||||
|
KUP270373,Kutztown University SBDC ,0.0
|
||||||
|
TE032580,TE - TEMPLE SBDC,5.0
|
||||||
|
KUP270699,Kutztown University SBDC ,8.0
|
||||||
|
PI707957,University of Pittsburgh SBDC,42.0
|
||||||
|
025057,LE - LEHIGH UNIVERSITY SBDC,22.0
|
||||||
|
WD03835,WD - WIDENER SBDC,124.0
|
||||||
|
WD07533,WD - WIDENER SBDC,42.0
|
||||||
|
C10459,PennWest University Clarion SBDC,22.0
|
||||||
|
BU018528,Bucknell SBDC,21.0
|
||||||
|
TE033495,TE - TEMPLE SBDC,70.0
|
||||||
|
PS018784,Penn State SBDC,7.0
|
||||||
|
C10504,PennWest University Clarion SBDC,4.0
|
||||||
|
SH04482,SH - SHIPPENSBURG SBDC,69.0
|
||||||
|
PI707571,University of Pittsburgh SBDC,103.0
|
||||||
|
PI707729,University of Pittsburgh SBDC,42.0
|
||||||
|
S018026,The University of Scranton SBDC,68.0
|
||||||
|
KUP271081,Kutztown University SBDC ,1.0
|
||||||
|
127703,Duquesne University SBDC,2.0
|
||||||
|
TE033088,TE - TEMPLE SBDC,8.0
|
||||||
|
GA008361,G - GANNON SBDC,4.0
|
||||||
|
GA601084,G - Mercer,7.0
|
||||||
|
PI707597,University of Pittsburgh SBDC,18.0
|
||||||
|
TE032616,TE - TEMPLE SBDC,0.0
|
||||||
|
PI707369,University of Pittsburgh SBDC,10.0
|
||||||
|
D- 14700,Duquesne University SBDC,25.0
|
||||||
|
WD07551,WD - WIDENER SBDC,398.0
|
||||||
|
KUP270837,Kutztown University SBDC ,62.0
|
||||||
|
SH04494,SH - SHIPPENSBURG SBDC,93.0
|
||||||
|
PI707867,University of Pittsburgh SBDC,10.0
|
||||||
|
TE033235,TE - TEMPLE SBDC,8.0
|
||||||
|
020115,WI - WILKES SBDC,106.0
|
||||||
|
GA008183,G - GANNON SBDC,5.0
|
||||||
|
C10267,PennWest University Clarion SBDC,14.0
|
||||||
|
WD06611,WD - WIDENER SBDC,449.0
|
||||||
|
TE033373,TE - TEMPLE SBDC,1.0
|
||||||
|
127593,Duquesne University SBDC,6.0
|
||||||
|
TE030821,TE - TEMPLE SBDC,316.0
|
||||||
|
S018104,The University of Scranton SBDC,41.0
|
||||||
|
PS017212,Penn State SBDC,160.0
|
||||||
|
GA008384,G - GANNON SBDC,1.0
|
||||||
|
GA008351,G - GANNON SBDC,28.0
|
||||||
|
BU018548,Bucknell SBDC,65.0
|
||||||
|
TE033200,TE - TEMPLE SBDC,5.0
|
||||||
|
GA008336,G - GANNON SBDC,80.0
|
||||||
|
WD07220,WD - WIDENER SBDC,75.0
|
||||||
|
BU018570,Bucknell SBDC,55.0
|
||||||
|
GA601150,G - Mercer,66.0
|
||||||
|
SH04732,SH - SHIPPENSBURG SBDC,3.0
|
||||||
|
025168,LE - LEHIGH UNIVERSITY SBDC,15.0
|
||||||
|
127853,Duquesne University SBDC,99.0
|
||||||
|
C10713,PennWest University Clarion SBDC,3.0
|
||||||
|
PI707832,University of Pittsburgh SBDC,46.0
|
||||||
|
PI707668,University of Pittsburgh SBDC,35.0
|
||||||
|
PS018850,Penn State SBDC,43.0
|
||||||
|
KUP270772,Kutztown University SBDC ,6.0
|
||||||
|
PI707910,University of Pittsburgh SBDC,31.0
|
||||||
|
PI707643,University of Pittsburgh SBDC,48.0
|
||||||
|
TE032347,TE - TEMPLE SBDC,1.0
|
||||||
|
PS018805,Penn State SBDC,22.0
|
||||||
|
PI707746,University of Pittsburgh SBDC,61.0
|
||||||
|
PI707545,University of Pittsburgh SBDC,53.0
|
||||||
|
TE033557,TE - TEMPLE SBDC,0.0
|
||||||
|
023071,LE - LEHIGH UNIVERSITY SBDC,42.0
|
||||||
|
D-14817,Duquesne University SBDC,11.0
|
||||||
|
TE032656,TE - TEMPLE SBDC,0.0
|
||||||
|
DLA0000837,Southeast Pennsylvania APEX Accelerator,266.0
|
||||||
|
PI708096,University of Pittsburgh SBDC,273.0
|
||||||
|
TE033054,TE - TEMPLE SBDC,7.0
|
||||||
|
SH04595,SH - SHIPPENSBURG SBDC,75.0
|
||||||
|
PI707433,University of Pittsburgh SBDC,2.0
|
||||||
|
BU018382,Bucknell SBDC,229.0
|
||||||
|
TE033127,TE - TEMPLE SBDC,79.0
|
||||||
|
PI707655,University of Pittsburgh SBDC,49.0
|
||||||
|
020088,WI - WILKES SBDC,7.0
|
||||||
|
GA008254,G - GANNON SBDC,7.0
|
||||||
|
TE033331,TE - TEMPLE SBDC,8.0
|
||||||
|
025274,LE - LEHIGH UNIVERSITY SBDC,1.0
|
||||||
|
PI707477,University of Pittsburgh SBDC,6.0
|
||||||
|
D14702,Duquesne University SBDC,1.0
|
||||||
|
GA008259,G - GANNON SBDC,7.0
|
||||||
|
SH04495,SH - SHIPPENSBURG SBDC,1.0
|
||||||
|
TE030877,TE - TEMPLE SBDC,19.0
|
||||||
|
PI707511,University of Pittsburgh SBDC,70.0
|
||||||
|
020116,WI - WILKES SBDC,6.0
|
||||||
|
C10509,PennWest University Clarion SBDC,98.0
|
||||||
|
127698,Duquesne University SBDC,18.0
|
||||||
|
WD07449,WD - WIDENER SBDC,7.0
|
||||||
|
025417,LE - LEHIGH UNIVERSITY SBDC,363.0
|
||||||
|
GA008146,G - GANNON SBDC,5.0
|
||||||
|
KUP270418,Kutztown University SBDC ,24.0
|
||||||
|
S017910,The University of Scranton SBDC,29.0
|
||||||
|
TE032101,TE - TEMPLE SBDC,6.0
|
||||||
|
SH04775,SH - SHIPPENSBURG SBDC,63.0
|
||||||
|
SF416674,SF - ST. FRANCIS UNIVERSITY SBDC,2.0
|
||||||
|
127873,Duquesne University SBDC,34.0
|
||||||
|
WD07624,WD - WIDENER SBDC,166.0
|
||||||
|
GA601149,G - Mercer,8.0
|
||||||
|
C10510,PennWest University Clarion SBDC,19.0
|
||||||
|
TE033346,TE - TEMPLE SBDC,4.0
|
||||||
|
S017975,The University of Scranton SBDC,14.0
|
||||||
|
WD07784,WD - WIDENER SBDC,4.0
|
||||||
|
025289,LE - LEHIGH UNIVERSITY SBDC,8.0
|
||||||
|
TE031734,TE - TEMPLE SBDC,13.0
|
||||||
|
S017999,The University of Scranton SBDC,33.0
|
||||||
|
024991,LE - LEHIGH UNIVERSITY SBDC,14.0
|
||||||
|
GA008130,G - GANNON SBDC,225.0
|
||||||
|
KUP270255,Kutztown University SBDC ,135.0
|
||||||
|
PI707919,University of Pittsburgh SBDC,131.0
|
||||||
|
PI707464,University of Pittsburgh SBDC,32.0
|
||||||
|
127740,Duquesne University SBDC,64.0
|
||||||
|
025157,LE - LEHIGH UNIVERSITY SBDC,120.0
|
||||||
|
GA601085,G - Mercer,7.0
|
||||||
|
SH04483,SH - SHIPPENSBURG SBDC,5.0
|
||||||
|
D14750,Duquesne University SBDC,14.0
|
||||||
|
DLA0000859,Southeast Pennsylvania APEX Accelerator,241.0
|
||||||
|
TE033406,TE - TEMPLE SBDC,8.0
|
||||||
|
D - 14735,Duquesne University SBDC,21.0
|
||||||
|
GA008188,G - GANNON SBDC,1.0
|
||||||
|
025272,LE - LEHIGH UNIVERSITY SBDC,1.0
|
||||||
|
C10588,PennWest University Clarion SBDC,5.0
|
||||||
|
020027,WI - WILKES SBDC,8.0
|
||||||
|
PI707738,University of Pittsburgh SBDC,19.0
|
||||||
|
WD08101,WD - WIDENER SBDC,173.0
|
||||||
|
SH04515,SH - SHIPPENSBURG SBDC,9.0
|
||||||
|
KUP270153,Kutztown University SBDC ,371.0
|
||||||
|
PI707734,University of Pittsburgh SBDC,45.0
|
||||||
|
S018128,The University of Scranton SBDC,12.0
|
||||||
|
TE033092,TE - TEMPLE SBDC,21.0
|
||||||
|
PI707876,University of Pittsburgh SBDC,13.0
|
||||||
|
PI708009,University of Pittsburgh SBDC,46.0
|
||||||
|
TE033307,TE - TEMPLE SBDC,125.0
|
||||||
|
020047,WI - WILKES SBDC,66.0
|
||||||
|
127838,Duquesne University SBDC,9.0
|
||||||
|
127548,Duquesne University SBDC,50.0
|
||||||
|
C10716,PennWest University Clarion SBDC,9.0
|
||||||
|
025276,LE - LEHIGH UNIVERSITY SBDC,1.0
|
||||||
|
GA008219,G - GANNON SBDC,4.0
|
||||||
|
GA008114,G - GANNON SBDC,12.0
|
||||||
|
S018010,The University of Scranton SBDC,44.0
|
||||||
|
KUP270842,Kutztown University SBDC ,152.0
|
||||||
|
D-14675,Duquesne University SBDC,33.0
|
||||||
|
PI707636,University of Pittsburgh SBDC,33.0
|
||||||
|
024986,LE - LEHIGH UNIVERSITY SBDC,14.0
|
||||||
|
PI707985,University of Pittsburgh SBDC,15.0
|
||||||
|
KUP271002,Kutztown University SBDC ,20.0
|
||||||
|
PI707965,University of Pittsburgh SBDC,132.0
|
||||||
|
019991,WI - WILKES SBDC,15.0
|
||||||
|
D14778,Duquesne University SBDC,1.0
|
||||||
|
TE032586,TE - TEMPLE SBDC,18.0
|
||||||
|
TE025589,TE - TEMPLE SBDC,4.0
|
||||||
|
GA008275,G - GANNON SBDC,0.0
|
||||||
|
127671,Duquesne University SBDC,3.0
|
||||||
|
127479,Duquesne University SBDC,13.0
|
||||||
|
S018024,The University of Scranton SBDC,62.0
|
||||||
|
C10648,PennWest University Clarion SBDC,26.0
|
||||||
|
WD07823,WD - WIDENER SBDC,53.0
|
||||||
|
PS018788,Penn State SBDC,9.0
|
||||||
|
GA008105,G - GANNON SBDC,7.0
|
||||||
|
PI707769,University of Pittsburgh SBDC,117.0
|
||||||
|
025201,LE - LEHIGH UNIVERSITY SBDC,2.0
|
||||||
|
PS018844,Penn State SBDC,7.0
|
||||||
|
S017911,The University of Scranton SBDC,29.0
|
||||||
|
WD07785,WD - WIDENER SBDC,4.0
|
||||||
|
SH04328,SH - SHIPPENSBURG SBDC,81.0
|
||||||
|
020008,WI - WILKES SBDC,16.0
|
||||||
|
127498,Duquesne University SBDC,27.0
|
||||||
|
PI707480,University of Pittsburgh SBDC,70.0
|
||||||
|
PI707921,University of Pittsburgh SBDC,260.0
|
||||||
|
GA008362,G - GANNON SBDC,6.0
|
||||||
|
GA008169,G - GANNON SBDC,4.0
|
||||||
|
GA008252,G - GANNON SBDC,7.0
|
||||||
|
WD06660,WD - WIDENER SBDC,50.0
|
||||||
|
TE033400,TE - TEMPLE SBDC,57.0
|
||||||
|
PI707540,University of Pittsburgh SBDC,46.0
|
||||||
|
S018064,The University of Scranton SBDC,13.0
|
||||||
|
GA601093,G - Mercer,73.0
|
||||||
|
WD03051,WD - WIDENER SBDC,2.0
|
||||||
|
127673,Duquesne University SBDC,82.0
|
||||||
|
PI707883,University of Pittsburgh SBDC,5.0
|
||||||
|
GA008298,G - GANNON SBDC,6.0
|
||||||
|
025047,LE - LEHIGH UNIVERSITY SBDC,47.0
|
||||||
|
KUP268595,Kutztown University SBDC ,58.0
|
||||||
|
GA008380,G - GANNON SBDC,1.0
|
||||||
|
GA501116,G - Meadville,49.0
|
||||||
|
TE033421,TE - TEMPLE SBDC,105.0
|
||||||
|
GA501102,G - Meadville,1.0
|
||||||
|
TE026449,TE - TEMPLE SBDC,172.0
|
||||||
|
PI707794,University of Pittsburgh SBDC,20.0
|
||||||
|
019971,WI - WILKES SBDC,3.0
|
||||||
|
D-14768,Duquesne University SBDC,6.0
|
||||||
|
TE029089,TE - TEMPLE SBDC,63.0
|
||||||
|
TE033422,TE - TEMPLE SBDC,7.0
|
||||||
|
D-14743,Duquesne University SBDC,13.0
|
||||||
|
D-14769,Duquesne University SBDC,9.0
|
||||||
|
PI707470,University of Pittsburgh SBDC,42.0
|
||||||
|
SH04681,SH - SHIPPENSBURG SBDC,246.0
|
||||||
|
TE033649,TE - TEMPLE SBDC,86.0
|
||||||
|
TE033411,TE - TEMPLE SBDC,4.0
|
||||||
|
C10549,PennWest University Clarion SBDC,15.0
|
||||||
|
D-14819,Duquesne University SBDC,8.0
|
||||||
|
GA008382,G - GANNON SBDC,18.0
|
||||||
|
WD08108,WD - WIDENER SBDC,126.0
|
||||||
|
TE033745,TE - TEMPLE SBDC,1.0
|
||||||
|
PI703810,University of Pittsburgh SBDC,5.0
|
||||||
|
127500,Duquesne University SBDC,14.0
|
||||||
|
PI707558,University of Pittsburgh SBDC,9.0
|
||||||
|
WD07537,WD - WIDENER SBDC,0.0
|
||||||
|
127471,Duquesne University SBDC,7.0
|
||||||
|
TE031153,TE - TEMPLE SBDC,293.0
|
||||||
|
SF416856,SF - ST. FRANCIS UNIVERSITY SBDC,260.0
|
||||||
|
TE026310,TE - TEMPLE SBDC,146.0
|
||||||
|
KUP267366,Kutztown University SBDC ,0.0
|
||||||
|
S018006,The University of Scranton SBDC,41.0
|
||||||
|
WD07957,WD - WIDENER SBDC,251.0
|
||||||
|
GA008174,G - GANNON SBDC,64.0
|
||||||
|
TE032499,TE - TEMPLE SBDC,177.0
|
||||||
|
TE032644,TE - TEMPLE SBDC,0.0
|
||||||
|
TE032326,TE - TEMPLE SBDC,14.0
|
||||||
|
TE032043,TE - TEMPLE SBDC,7.0
|
||||||
|
PI707887,University of Pittsburgh SBDC,32.0
|
||||||
|
GA501125,G - Meadville,5.0
|
||||||
|
D14661,Duquesne University SBDC,22.0
|
||||||
|
TE033100,TE - TEMPLE SBDC,22.0
|
||||||
|
PI708006,University of Pittsburgh SBDC,218.0
|
||||||
|
019980,WI - WILKES SBDC,93.0
|
||||||
|
PI707663,University of Pittsburgh SBDC,110.0
|
||||||
|
020070,WI - WILKES SBDC,36.0
|
||||||
|
019953,WI - WILKES SBDC,31.0
|
||||||
|
TE033661,TE - TEMPLE SBDC,76.0
|
||||||
|
TE033203,TE - TEMPLE SBDC,24.0
|
||||||
|
PI707547,University of Pittsburgh SBDC,8.0
|
||||||
|
WD07955,WD - WIDENER SBDC,261.0
|
||||||
|
S018039,The University of Scranton SBDC,2.0
|
||||||
|
019946,WI - WILKES SBDC,5.0
|
||||||
|
GA008297,G - GANNON SBDC,12.0
|
||||||
|
D14753,Duquesne University SBDC,4.0
|
||||||
|
127591,Duquesne University SBDC,112.0
|
||||||
|
C10563,PennWest University Clarion SBDC,16.0
|
||||||
|
SV721052,SV - Fayette Outreach,29.0
|
||||||
|
SH04448,SH - SHIPPENSBURG SBDC,14.0
|
||||||
|
TE032521,TE - TEMPLE SBDC,13.0
|
||||||
|
GA008299,G - GANNON SBDC,13.0
|
||||||
|
KUP271077,Kutztown University SBDC ,0.0
|
||||||
|
PI707370,University of Pittsburgh SBDC,7.0
|
||||||
|
PI707465,University of Pittsburgh SBDC,11.0
|
||||||
|
PI707822,University of Pittsburgh SBDC,31.0
|
||||||
|
TE032635,TE - TEMPLE SBDC,1.0
|
||||||
|
WD08107,WD - WIDENER SBDC,11.0
|
||||||
|
SF416480,SF - ST. FRANCIS UNIVERSITY SBDC,288.0
|
||||||
|
PI707761,University of Pittsburgh SBDC,17.0
|
||||||
|
C10547,PennWest University Clarion SBDC,74.0
|
||||||
|
TE032389,TE - TEMPLE SBDC,92.0
|
||||||
|
SF416749,SF - ST. FRANCIS UNIVERSITY SBDC,35.0
|
||||||
|
KUP270349,Kutztown University SBDC ,221.0
|
||||||
|
TE033283,TE - TEMPLE SBDC,3.0
|
||||||
|
S018108,The University of Scranton SBDC,48.0
|
||||||
|
BU018506,Bucknell SBDC,28.0
|
||||||
|
PI707474,University of Pittsburgh SBDC,38.0
|
||||||
|
1433
csv_files/funding_milestones_raw_FY25.csv
Normal file
1433
csv_files/funding_milestones_raw_FY25.csv
Normal file
File diff suppressed because it is too large
Load Diff
681
csv_files/nbs_milestones_raw_FY25.csv
Normal file
681
csv_files/nbs_milestones_raw_FY25.csv
Normal file
@@ -0,0 +1,681 @@
|
|||||||
|
"Client ID","Milestone Date","Affirmation","Attribution Date","Attribution Source","Milestone Type","Reportable?","Center"
|
||||||
|
PI706576,9/30/2025 12:00 AM,,,Requested on eCenter,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
127824,9/30/2025 12:00 AM,email on 9/29,,Email from Client,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
D14726,9/29/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
019918,9/29/2025 12:00 AM,I&O form attached to file,,Impact & Outcomes Form,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
D-14822,9/29/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
KUP270725,9/29/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
BU018226,9/26/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
KUP271042,9/25/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP271081,9/24/2025 12:00 AM,,,Not attributed to center,Business Start Impact,0,Kutztown University SBDC
|
||||||
|
KUP271030,9/24/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
S018109,9/24/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
KUP270797,9/24/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
C9716,9/23/2025 12:00 AM,Refer to Attachment 2025-09-23DataIntegrityBradfordAutoServiceC9716,,Director Confirmed through Session Note Review,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
TE032962,9/22/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
KUP271035,9/22/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270928,9/22/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270792,9/18/2025 12:00 AM,ecenter,,Requested on eCenter,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP271018,9/17/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
PI707740,9/16/2025 12:00 AM,email from client ,,Email from Client,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
D14748,9/16/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
SH04630,9/15/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
KUP270954,9/13/2025 12:00 AM,Business Started as per Client Email (attached),,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
WD08094,9/12/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
TE032538,9/11/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
KUP269971,9/11/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270993,9/11/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
025264,9/10/2025 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
SH04525,9/9/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
TE033444,9/8/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE033469,9/5/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
PI707781,9/5/2025 12:00 AM,,,Email from Client,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
S018077,9/4/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
127627,9/4/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
D-14710,9/3/2025 12:00 AM,See email from Client in Notes above,,Email from Client,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
KUP270712,9/2/2025 12:00 AM,Business Start as per email,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
D14698,9/2/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
S018166,9/1/2025 12:00 AM,Quarterly Assessment Survey ,,Quarterly Assessment Survey,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
S018120,8/29/2025 12:00 AM,client email,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
PI707796,8/29/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
SV223118,8/29/2025 12:00 AM,,,Email from Client,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
WD07890,8/28/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD07919,8/28/2025 12:00 AM,,,Not attributed to center,Business Start Impact,0,WD - WIDENER SBDC
|
||||||
|
WD05362,8/28/2025 12:00 AM,Received Confirmation of Grant Receipt from Philly Cultural Alliance Grant Administrator (Stephanie Lerner) on 8/27. Work with the Widener SBDC was one of the prerequisites for the award.,,Director Confirmed through Session Note Review,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD08180,8/28/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD05913,8/28/2025 12:00 AM,Received Confirmation of Grant Receipt from Philly Cultural Alliance Grant Administrator (Stephanie Lerner) on 8/27. Work with the Widener SBDC was one of the prerequisites for the award.,,Director Confirmed through Session Note Review,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD07961,8/28/2025 12:00 AM,Received Confirmation of Grant Receipt from Philly Cultural Alliance Grant Administrator (Stephanie Lerner) on 8/27. Work with the Widener SBDC was one of the prerequisites for the award.,,Director Confirmed through Session Note Review,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
PI707824,8/28/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
PI707912,8/28/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
KUP270875,8/27/2025 12:00 AM,Survey,,Quarterly Assessment Survey,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE033524,8/27/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE033411,8/27/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
KUP271019,8/27/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SH04701,8/27/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
PS018846,8/27/2025 12:00 AM,I&O,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
D14806,8/26/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
TE033330,8/26/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
GA008379,8/25/2025 12:00 AM,,,Requested on eCenter,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
024645,8/25/2025 12:00 AM,,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
SH04554,8/22/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
SF416775,8/20/2025 12:00 AM,eCenter,,Requested on eCenter,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
14733,8/19/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
127145,8/19/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
KUP270644,8/19/2025 12:00 AM,Survey,,Quarterly Assessment Survey,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE033229,8/15/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE033406,8/15/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
PI706804,8/15/2025 12:00 AM,See attached,,Impact & Outcomes Form,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
KUP270909,8/15/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE033205,8/13/2025 12:00 AM,,,,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
020088,8/12/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
GA601157,8/12/2025 12:00 AM,,,,Business Start Impact,1,G - Mercer
|
||||||
|
PI707213,8/12/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
C10390,8/11/2025 12:00 AM,Impact & Outcomes 9/22/2025,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270951,8/11/2025 12:00 AM,email from client,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE033093,8/11/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
SH04733,8/11/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
TE033421,8/11/2025 12:00 AM,,,,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE033170,8/11/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE033383,8/8/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
BU018169,8/8/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
D14799,8/8/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
D-14710,8/7/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
TE033356,8/7/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
GA008288,8/4/2025 12:00 AM,Received funding. Confirmed by lending institution.,,,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
PS018874,8/1/2025 12:00 AM,"Costs, Clients",,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
127768,8/1/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
D-125350,8/1/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
SH04569,8/1/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
025137,7/31/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
PI704795,7/31/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
PS018822,7/31/2025 12:00 AM,I&O,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
PI707575,7/31/2025 12:00 AM,Email from Client,,Email from Client,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
SH04455,7/29/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
D14793,7/29/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
KUP270911,7/29/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
D-14601,7/29/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
TE033218,7/28/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE033387,7/28/2025 12:00 AM,,,Impact & Outcomes Form,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
WD06893,7/28/2025 12:00 AM,,,Requested on eCenter,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
PI706029,7/25/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
TE033389,7/25/2025 12:00 AM,,,,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
020107,7/24/2025 12:00 AM,,,,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
025257,7/24/2025 12:00 AM,email response from client,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
KUP270890,7/23/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
GA006630,7/22/2025 12:00 AM,Email from client - Has secured several clients,,Email from Client,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
S017445,7/22/2025 12:00 AM,Facebook indicated Grand Opening,,Impact & Outcomes Form,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
PI707136,7/22/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
GA008321,7/22/2025 12:00 AM,,,,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
KUP270882,7/21/2025 12:00 AM,,,Requested on eCenter,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE033375,7/21/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
S018023,7/21/2025 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
SH04612,7/21/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
PI707656,7/21/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
PI707806,7/18/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
KUP270922,7/18/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
C10628,7/18/2025 12:00 AM,eCenter (McFeatersMR@gcc.edu),7/18/2025 11:49 AM,eCenter,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
TE033172,7/17/2025 12:00 AM,,,Director Confirmed through Session Note Review,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
KUP270843,7/17/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
GA005654,7/16/2025 12:00 AM,,,,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
KUP270558,7/16/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
D-14519,7/15/2025 12:00 AM,,,Email from Client,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
127682,7/15/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
S017939,7/15/2025 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
WD06710,7/15/2025 12:00 AM,,,Requested on eCenter,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
KUP270896,7/15/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SH04500,7/15/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
C10315,7/15/2025 12:00 AM,"Email from Deceber 2024 and just found it in file review, so putting it in now.",,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10100,7/15/2025 12:00 AM,Email from Nobember of 2023 and just found it in file review.,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
GA008290,7/15/2025 12:00 AM,,,,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
KUP270927,7/15/2025 12:00 AM,,,Requested on eCenter,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE026566,7/14/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
GA008098,7/14/2025 12:00 AM,,,,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
S018085,7/11/2025 12:00 AM,Drove by business and it has opened,,Requested on eCenter,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
KUP270837,7/11/2025 12:00 AM,Email from Client,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
020052,7/11/2025 12:00 AM,,,,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
WD08113,7/10/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
TE033149,7/9/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE033397,7/9/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
SH04633,7/9/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
SH03970,7/9/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
SH04627,7/9/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
C10461,7/8/2025 12:00 AM,Dated May 6th. Client formally opened to patients on July 8,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
PS018858,7/8/2025 12:00 AM,See I&O,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
PI707786,7/8/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
KUP270888,7/7/2025 12:00 AM,,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
020008,7/7/2025 12:00 AM,,,,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
TE033207,7/7/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
PI707170,7/7/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
PI707497,7/4/2025 12:00 AM,client confirmed start,,Quarterly Assessment Survey,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
PI706436,7/4/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
WD07904,7/3/2025 12:00 AM,Survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
025169,7/3/2025 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
020027,7/3/2025 12:00 AM,,,,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
KUP270414,7/3/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270610,7/2/2025 12:00 AM,Business started as per client email,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SV223178,7/2/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
020103,7/1/2025 12:00 AM,,,,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
D-14614,7/1/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
WD08136,7/1/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
C10598,7/1/2025 12:00 AM,Signed I&O on 7/1/25,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
PI707817,7/1/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
KUP270873,7/1/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270729,6/25/2025 12:00 AM,,,Requested on eCenter,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE032524,6/25/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
127584,6/25/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
127640,6/25/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
SH04699,6/24/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
BU018484,6/24/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
BU018463,6/23/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
KUP270134,6/23/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
WD07717,6/21/2025 12:00 AM,,,Email from Client,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
TE029518,6/20/2025 12:00 AM,https://pasbdc.neoserra.com/activity/view?formid=39&eid=130283&url=/clients/441529,,Quarterly Assessment Survey,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
KUP270525,6/20/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
D-14404,6/19/2025 12:00 AM,"Hi Denis, Here are some estimated costs so far: Architect fees for new construction plan: $11,000 Attorney fees: $1000 Marketing: $5000 Equipment: $20,000 Janelle",,Email from Client,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
PI707783,6/18/2025 12:00 AM,,,Email from Client,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
SH04696,6/18/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
GA008235,6/18/2025 12:00 AM," From: Neeli <njom0526@yahoo.com> Sent: Tuesday, June 17, 2025 9:15 AM To: Foster, Shane T <foster022@gannon.edu> Subject: Re: Small Favor... Caution: This email originated from outside of Gannon University. Do not click links or open attachments unles",,Email from Client,Business Start Impact,1,G - Meadville
|
||||||
|
024940,6/17/2025 12:00 AM,,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
S017728,6/16/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
KUP270839,6/16/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
D14727,6/16/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
PS018787,6/16/2025 12:00 AM,see I&O,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
WD08092,6/16/2025 12:00 AM,,,Requested on eCenter,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
S017419,6/16/2025 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
S018064,6/14/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
TE033208,6/13/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
KUP270835,6/13/2025 12:00 AM,eCenter,,Requested on eCenter,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE033199,6/13/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
SH04413,6/13/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
KUP270824,6/12/2025 12:00 AM,Email from Client,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP269291,6/12/2025 12:00 AM,Email from Client,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE032966,6/11/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
BU018474,6/11/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
PI707320,6/11/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
KUP270807,6/11/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SF415875,6/11/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
C10426,6/10/2025 12:00 AM,See client email dated 6/2/2025,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
S017563,6/9/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
025042,6/9/2025 12:00 AM,,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
GA501084,6/9/2025 12:00 AM," From: Brian Hunter <bhunter@zoominternet.net> Sent: Monday, June 9, 2025 1:01 PM To: Foster, Shane T <foster022@gannon.edu> Subject: Re: Small Favor... Caution: This email originated from outside of Gannon University. Do not click links or open attach",,Email from Client,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
PI706240,6/7/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
WD07790,6/6/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
KUP270794,6/6/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SV223155,6/5/2025 12:00 AM,,,Email from Client,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
PI707594,6/2/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
KUP270384,6/2/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270752,6/2/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE032937,6/1/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
SH04499,6/1/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
TE032916,5/31/2025 12:00 AM,https://pasbdc.neoserra.com/activity/view?formid=39&eid=129382&url=/clients/463090,,Quarterly Assessment Survey,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
S017918,5/30/2025 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
SH04597,5/30/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
KUP270812,5/29/2025 12:00 AM,Client email + eCenter,,Requested on eCenter,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SV222625,5/27/2025 12:00 AM,,,Email from Client,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
025208,5/24/2025 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
S017824,5/23/2025 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
S017710,5/23/2025 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
WD07876,5/22/2025 12:00 AM,Email,,Email from Client,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
TE033128,5/22/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
127438,5/22/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
KUP270746,5/21/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270776,5/21/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
C10509,5/21/2025 12:00 AM,,,,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
TE033006,5/20/2025 12:00 AM,,,Director Confirmed through Session Note Review,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
GA501108,5/20/2025 12:00 AM,"From: pat D <patrickduke4@gmail.com> Sent: Tuesday, May 20, 2025 12:52 PM To: Foster, Shane T <foster022@gannon.edu> Subject: Loan application Caution: This email originated from outside of Gannon University. Do not click links or open attachments unles",,Email from Client,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
S017874,5/20/2025 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
PS018826,5/19/2025 12:00 AM,,,,Business Start Impact,1,Penn State SBDC
|
||||||
|
025182,5/19/2025 12:00 AM,client reporting,,Director Confirmed through Session Note Review,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
SH04515,5/19/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
S017987,5/16/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
TE032931,5/14/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
C10465,5/14/2025 12:00 AM,Dated 05/14/2025 -attached to Neo,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
019815,5/14/2025 12:00 AM,,,Email from Client,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
KUP270339,5/13/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270329,5/13/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
C10503,5/12/2025 12:00 AM,See May 12 NeoSerra Impact and Outcomes resulting from SBDC consulting engagement,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
018768,5/12/2025 12:00 AM,https://www.instagram.com/spice_ntingz/p/DI6OImGOQBT/,,Impact & Outcomes Form,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
C10408,5/10/2025 12:00 AM,Signed I&O on 5/10/25,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
GA008161,5/9/2025 12:00 AM,Client email,,Email from Client,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
C10568,5/9/2025 12:00 AM,See I&O in Neo on May 9 2025 for details,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
WD07932,5/8/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
KUP270727,5/8/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270714,5/8/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
C4766,5/6/2025 12:00 AM,5/6/2025,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
PS018743,5/6/2025 12:00 AM,I&O,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
PS018681,5/5/2025 12:00 AM,,,,Business Start Impact,1,Penn State SBDC
|
||||||
|
BU018355,5/5/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
TE032887,5/2/2025 12:00 AM,,,,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
SV223157,5/1/2025 12:00 AM,,,Email from Client,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
PS018802,5/1/2025 12:00 AM,Sales,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
KUP270612,5/1/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
PI707310,5/1/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
S018051,5/1/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
024840,5/1/2025 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
WD07794,4/30/2025 12:00 AM,Survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
PI707546,4/30/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
025170,4/30/2025 12:00 AM,meeting with client to apply for CEAP Grant,,Director Confirmed through Session Note Review,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
GA008185,4/29/2025 12:00 AM,"From: Katie Schopp <schoppkr@gmail.com> Sent: Tuesday, April 29, 2025 5:29 PM To: Swick, Thomas L <swick010@gannon.edu> Subject: Re: SBDC Checking in | Katie Schopp Caution: This email originated from outside of Gannon University. Do not click links or op",,Email from Client,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
PI706049,4/28/2025 12:00 AM,,,Email from Client,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
D-14522,4/28/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
BU018321,4/28/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
025126,4/28/2025 12:00 AM,"conversation with client- planning grand opening, but currently operating to get everything working smooth",,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
BU018425,4/28/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
BU018312,4/28/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
S017829,4/25/2025 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
GA008215,4/25/2025 12:00 AM,,,,Business Start Impact,0,G - GANNON SBDC
|
||||||
|
020041,4/25/2025 12:00 AM,,,,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
020049,4/25/2025 12:00 AM,,,,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
024609,4/25/2025 12:00 AM,"lease signed, loan obtained, and name registered with state",,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
C10512,4/25/2025 12:00 AM,,,,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270551,4/25/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
025087,4/25/2025 12:00 AM,,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
SV223050,4/24/2025 12:00 AM,,,Email from Client,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
WD08097,4/23/2025 12:00 AM,,,Email from Client,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
S017864,4/23/2025 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
TE032999,4/23/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
GA601121,4/23/2025 12:00 AM,Survey Results,,Quarterly Assessment Survey,Business Start Impact,1,G - Mercer
|
||||||
|
WD07333,4/22/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
KUP270735,4/22/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
S018073,4/22/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
C10554,4/19/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270584,4/18/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SH04542,4/17/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
PI707287,4/17/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
SH04269,4/17/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
C10102,4/16/2025 12:00 AM,I & O from April 16th in Neo,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270647,4/15/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
GA501104,4/15/2025 12:00 AM," From: Justin Dickey <dickeyjc@gmail.com> Sent: Tuesday, April 15, 2025 3:14 PM To: Foster, Shane T <foster022@gannon.edu> Subject: Re: Small Favor... Caution: This email originated from outside of Gannon University. Do not click links or open attachme",,Email from Client,Business Start Impact,1,G - Meadville
|
||||||
|
PI706448,4/14/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
S018036,4/14/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
BU018424,4/14/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
TE025259,4/11/2025 12:00 AM,https://pasbdc.neoserra.com/activity/view?formid=39&eid=127579&url=/clients/413059,,Quarterly Assessment Survey,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
PI706773,4/11/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
PS018790,4/11/2025 12:00 AM,survey results,,Quarterly Assessment Survey,Business Start Impact,1,Penn State SBDC
|
||||||
|
GA008172,4/11/2025 12:00 AM,Impact Survey,,Quarterly Assessment Survey,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
PS018815,4/11/2025 12:00 AM,Sales,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
PI707487,4/11/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
TE033098,4/11/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
KUP270675,4/11/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
025143,4/11/2025 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
S017536,4/11/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
SF416623,4/9/2025 12:00 AM,Ecenter,,Requested on eCenter,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
PS018775,4/8/2025 12:00 AM,"Client, Sales",,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
KUP270661,4/8/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
WD08184,4/7/2025 12:00 AM,survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
C8818,4/7/2025 12:00 AM,See I&O form from 7 10 25 for Affirmation,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
025081,4/7/2025 12:00 AM,Yes - email from the client,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
WD07767,4/7/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
S015135,4/7/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
WD07823,4/7/2025 12:00 AM,,,Requested on eCenter,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
C9786,4/6/2025 12:00 AM,Impact & Outcomes Form,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
WD07210,4/5/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
KUP270519,4/4/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
D14800,4/4/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
SV222852,4/3/2025 12:00 AM,,,,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
C8025,4/2/2025 12:00 AM,email from client,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
WD08182,4/1/2025 12:00 AM,survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
BU018478,4/1/2025 12:00 AM,Grand opening ribbon cutting,,Director Confirmed through Session Note Review,Business Start Impact,1,Bucknell SBDC
|
||||||
|
BU018478,4/1/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
WD07789,4/1/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
025046,4/1/2025 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
BU018328,4/1/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
C10174,4/1/2025 12:00 AM,,,Requested on eCenter,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270614,4/1/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SH04445,4/1/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
SF416461,4/1/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
SF014254,4/1/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
WD08183,3/31/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD08181,3/31/2025 12:00 AM,Survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
TE032913,3/28/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
KUP270569,3/28/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
127501,3/26/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
C4575,3/26/2025 12:00 AM,Created as a result of a client update from eCenter,,Requested on eCenter,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
BU018305,3/24/2025 12:00 AM,see email,,Email from Client,Business Start Impact,1,Bucknell SBDC
|
||||||
|
GA008122,3/24/2025 12:00 AM," From: JT Lippert <lippertjt@gmail.com> Sent: Tuesday, March 18, 2025 7:04 PM To: Foster, Shane T <foster022@gannon.edu> Subject: Re: Small Favor... Caution: This email originated from outside of Gannon University. Do not click links or open attachment",,Email from Client,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
KUP270516,3/21/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
PI706812,3/21/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
KUP270582,3/21/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270571,3/21/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
C10095,3/20/2025 12:00 AM,Signed I&O on 3/20/2025,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
BU018353,3/20/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
SF416744,3/20/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
C8220,3/19/2025 12:00 AM,Dated 3/19/2025. Client Alyssa Smith signed up for assistance with another business start so getting confirmation of her other business that had no data integrity that is still in operation.,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
BU018451,3/18/2025 12:00 AM,,,,Business Start Impact,1,Penn State SBDC
|
||||||
|
SF416535,3/18/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
SF416070,3/18/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
S018013,3/18/2025 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
C7468,3/17/2025 12:00 AM,I&O received on 3/17/25,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
BU018404,3/17/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
KUP270179,3/17/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE028036,3/15/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE032658,3/14/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
SH04228,3/14/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
TE032866,3/13/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
S017980,3/13/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
KUP270572,3/13/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270547,3/12/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270613,3/12/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270536,3/12/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270457,3/11/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270544,3/11/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270552,3/11/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
S017963,3/11/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
SH04466,3/11/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
GA008224,3/10/2025 12:00 AM,,,,Business Start Impact,0,G - GANNON SBDC
|
||||||
|
C10088,3/10/2025 12:00 AM,Director Review of Client File,,Director Confirmed through Session Note Review,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270528,3/10/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
S017949,3/10/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
KUP270289,3/10/2025 12:00 AM,Meeting w/ Client - Affirmed via eCenter,,Requested on eCenter,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270561,3/10/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
GA501093,3/7/2025 12:00 AM,"March 7, 2025 Kyle Snow (GA501093) Survey Response (entered Friday at 1:01 PM) Core Consultant: Shane Foster Contact: Kyle Snow Subject:Submitted: Pre-venture Quarterly Impact Assessment 1. Have you started a business? Yes 2. What is the company name?",,,Business Start Impact,1,G - Meadville
|
||||||
|
025057,3/7/2025 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
S018003,3/7/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
019978,3/6/2025 12:00 AM,,,,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
GA008215,3/5/2025 12:00 AM,,,,Business Start Impact,0,G - GANNON SBDC
|
||||||
|
KUP270427,3/5/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270506,3/5/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE032475,3/3/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
C10539,3/3/2025 12:00 AM,Dated 4/11/2025,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10396,3/3/2025 12:00 AM,eCenter (erickrousemusic@gmail.com),4/12/2025 6:26 PM,eCenter,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
021565,3/3/2025 12:00 AM,email and phone call with Chad Miller - current name listed as The Chicken Trolley,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
025110,3/3/2025 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
127580,3/3/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
BU018033,2/28/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
WD07679,2/28/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD07741,2/27/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
PS018637,2/27/2025 12:00 AM,I&O,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
PS018655,2/27/2025 12:00 AM,,,,Business Start Impact,1,Penn State SBDC
|
||||||
|
S017871,2/27/2025 12:00 AM,Refer to Consultation Appointment notes from 2/27,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
025096,2/26/2025 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
024912,2/26/2025 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
PI707207,2/26/2025 12:00 AM,Requesting on eCenter - advised client to expect ,,Requested on eCenter,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
PI706266,2/26/2025 12:00 AM,Quarterly Assessment Survey,,Quarterly Assessment Survey,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
C10030,2/26/2025 12:00 AM,I&O received on 2/26/25,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
SV222377,2/26/2025 12:00 AM,,,Email from Client,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
WD01593,2/25/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
SV223150,2/25/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
GA008195,2/23/2025 12:00 AM,,,,Business Start Impact,0,G - GANNON SBDC
|
||||||
|
WD07539,2/22/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
025100,2/21/2025 12:00 AM,"business formed with state, email from client with signed lease agreement",,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
PS018514,2/21/2025 12:00 AM,,,,Business Start Impact,1,Penn State SBDC
|
||||||
|
S017997,2/20/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
S017910,2/19/2025 12:00 AM,client email,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
024946,2/19/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
KUP270503,2/19/2025 12:00 AM,,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270501,2/19/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SF416497,2/19/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
PS018635,2/18/2025 12:00 AM,,,,Business Start Impact,1,Penn State SBDC
|
||||||
|
TE029533,2/18/2025 12:00 AM,,,,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
SF416673,2/18/2025 12:00 AM,,,Impact & Outcomes Form,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
S017948,2/18/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
SF416365,2/18/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
BU018385,2/18/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
C7423,2/17/2025 12:00 AM,Client Updated status on E-center with number of employees,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
S017957,2/17/2025 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
KUP270530,2/17/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
PS018744,2/14/2025 12:00 AM,"Client, Sales",,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
024995,2/14/2025 12:00 AM,email and phone call with client,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
SF416494,2/14/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
019950,2/13/2025 12:00 AM,2/13 update in Neoserra,,Email from Client,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
KUP270486,2/13/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
WD07675,2/13/2025 12:00 AM,,,Requested on eCenter,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
TE032460,2/12/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
SV223059,2/12/2025 12:00 AM,,,Email from Client,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
025089,2/12/2025 12:00 AM,phone call with client and web site verification on PA Entiy search,,Director Confirmed through Session Note Review,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
KUP270491,2/12/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SF416507,2/12/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
PI707568,2/12/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
SF416420,2/11/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
KUP270349,2/11/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270500,2/11/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
C10481,2/10/2025 12:00 AM,Survey taken on 2/13,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
SF416639,2/10/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
KUP270494,2/10/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SH04552,2/10/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
SH04352,2/10/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
KUP270488,2/10/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
127536,2/7/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
SH04555,2/7/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
S017989,2/7/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
025095,2/7/2025 12:00 AM,email survey,,Quarterly Assessment Survey,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
KUP270171,2/7/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
025000,2/7/2025 12:00 AM,online PA entity serch and email,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
PS018757,2/6/2025 12:00 AM,Costs Incurred,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
BU018394,2/6/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
GA006480,2/6/2025 12:00 AM,See email from ,,Email from Client,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
TE032532,2/5/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
GA007605,2/5/2025 12:00 AM,yes,,Email from Client,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
GA008206,2/5/2025 12:00 AM,"1. As a result of SBDC assistance, I: Started a Business 2. Type of Business: Carryout food 3. Owner Investment ($): 1000.00 4. Financing Obtained ($): 0.00 5. SBIR/STTR Financing Obtained ($): 0.00 6. Prime or Subcontract Obtained ($): 0.00 7. Total",,Quarterly Assessment Survey,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
KUP270160,2/5/2025 12:00 AM,,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SV720963,2/4/2025 12:00 AM,,,Email from Client,Business Start Impact,1,SV - Fayette Outreach
|
||||||
|
KUP270476,2/4/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SH04411,2/4/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
127857,2/3/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
WD07660,2/3/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
SF415826,2/3/2025 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
SH04471,2/3/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
SH04369,2/3/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
SH04214,2/3/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
SH04469,2/3/2025 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
TE029944,2/2/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
GA008148,1/31/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
BU017529,1/31/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
KUP270107,1/30/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
127547,1/30/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
KUP270463,1/29/2025 12:00 AM,,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
WD07459,1/29/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD07238,1/29/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
BU018390,1/29/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
KUP270126,1/28/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
C9920,1/27/2025 12:00 AM,I&O taken on 1/27/2025,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270442,1/27/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270416,1/27/2025 12:00 AM,,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
S017522,1/27/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
S017899,1/26/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
019622,1/25/2025 12:00 AM,,,,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
WD06154,1/24/2025 12:00 AM,Survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
025025,1/24/2025 12:00 AM,,,Impact & Outcomes Form,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
TE031765,1/24/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
C10459,1/24/2025 12:00 AM,Quarterly Impact Assessment (Q1 FY 2025) on 01/24/25,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
SF416546,1/24/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
BU018163,1/24/2025 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
S017415,1/24/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
C10491,1/24/2025 12:00 AM,Dated 1/24/2025,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
TE032751,1/23/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
SV223017,1/23/2025 12:00 AM,,,,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
WD07642,1/23/2025 12:00 AM,eCenter,,Requested on eCenter,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
S017837,1/22/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
PS018722,1/22/2025 12:00 AM,Sales/Expenses,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
KUP269780,1/22/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
C10204,1/22/2025 12:00 AM,Email from client,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270443,1/21/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE032426,1/17/2025 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE032687,1/17/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE032194,1/17/2025 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
KUP270459,1/17/2025 12:00 AM,,,Email from Client,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
D-14663,1/16/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
S016595,1/15/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
C9737,1/14/2025 12:00 AM,Signed I&O on 1/14/25,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
127456,1/14/2025 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
PI707309,1/13/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
PS018687,1/13/2025 12:00 AM,"Sales, Expenses",,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
KUP269880,1/10/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
019826,1/10/2025 12:00 AM,Email from client,,Email from Client,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
SV222296,1/10/2025 12:00 AM,,,Email from Client,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
024857,1/10/2025 12:00 AM,,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
PS018672,1/10/2025 12:00 AM,See I&O,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
C10378,1/9/2025 12:00 AM,1/25/2025,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10475,1/9/2025 12:00 AM,I&O,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270388,1/9/2025 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
S017835,1/7/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
GA007968,1/7/2025 12:00 AM,,,Email from Client,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
C10500,1/6/2025 12:00 AM,Dated 1/6/2025,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
024459,1/6/2025 12:00 AM,email from client that business started and now looking for health insurance,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
WD08240,1/3/2025 12:00 AM,Survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD04595,1/3/2025 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
C10362,1/3/2025 12:00 AM,Dated 1/3/2025,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
PI707471,1/2/2025 12:00 AM,See attached,,Quarterly Assessment Survey,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
D-14757,1/1/2025 12:00 AM,Reference Revenue Tracking Sheet Jan thru July provided by Client in NS Documents section,,Email from Client,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
PI707268,1/1/2025 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
S017916,1/1/2025 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
C10328,1/1/2025 12:00 AM,Dated 2/10/2025,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10400,1/1/2025 12:00 AM,Quarterly impact survey taken on 1/28/2025,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
SH04441,12/31/2024 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
SH04186,12/31/2024 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
TE032764,12/30/2024 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
C10148,12/30/2024 12:00 AM,"Responded March 18, 2024",,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP269616,12/26/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
127500,12/22/2024 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
KUP270413,12/22/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
C10438,12/20/2024 12:00 AM,,,Director Confirmed through Session Note Review,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270421,12/20/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
WD08237,12/19/2024 12:00 AM,Survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD08239,12/18/2024 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD08238,12/18/2024 12:00 AM,survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
024944,12/17/2024 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
KUP270383,12/16/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
SH03618,12/16/2024 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
KUP270408,12/13/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE032546,12/12/2024 12:00 AM,,,,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
SV223099,12/12/2024 12:00 AM,,,Email from Client,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
KUP270353,12/12/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
BU018393,12/12/2024 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
PS018454,12/11/2024 12:00 AM,Sales,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
GA008061,12/11/2024 12:00 AM,,,,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
S017845,12/10/2024 12:00 AM,,,Director Confirmed through Session Note Review,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
C9387,12/10/2024 12:00 AM,I&O received on 12/10/2024,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
D- 14643,12/10/2024 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
WD08236,12/9/2024 12:00 AM,Survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD08235,12/9/2024 12:00 AM,Survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
BU018329,12/9/2024 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
WD08040,12/6/2024 12:00 AM,survey,,Quarterly Assessment Survey,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
015989,12/6/2024 12:00 AM,Received copy of YTD P&L for business start,,Email from Client,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
SV721007,12/6/2024 12:00 AM,,,Director Confirmed through Session Note Review,Business Start Impact,1,SV - Fayette Outreach
|
||||||
|
C10494,12/5/2024 12:00 AM,Dated 3/1/2025,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
WD08205,12/4/2024 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
KUP270389,12/4/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
024921,12/4/2024 12:00 AM,,,Impact & Outcomes Form,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
SV720999,12/3/2024 12:00 AM,,,Email from Client,Business Start Impact,1,SV - Fayette Outreach
|
||||||
|
TE032444,12/2/2024 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
S017819,12/1/2024 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
C10303,11/25/2024 12:00 AM,See I&O from 11/25/24 for details,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10349,11/25/2024 12:00 AM,See I&O from 11/25/24 for details,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
SV223104,11/25/2024 12:00 AM,,,,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
PS018716,11/22/2024 12:00 AM,I&O,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
S017842,11/21/2024 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
SV223139,11/20/2024 12:00 AM,,,Email from Client,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
SH04374,11/20/2024 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
C10342,11/16/2024 12:00 AM,Email Dated 10/31/2024. Facebook Page Western PA Power VBC,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
S017783,11/15/2024 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
S017340,11/15/2024 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
SH04015,11/15/2024 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
KUP270367,11/15/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
C10256,11/14/2024 12:00 AM,email from client,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
WD06613,11/13/2024 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
C10464,11/13/2024 12:00 AM,,,,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C9806,11/13/2024 12:00 AM,I&O recieved on 11/13,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10159,11/13/2024 12:00 AM,I&O Recieved on 11/13,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10447,11/11/2024 12:00 AM,Dated 2/27/2025,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10422,11/11/2024 12:00 AM,Impact and Outcomes Survey on Nov. 11 2024,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
GA007938,11/11/2024 12:00 AM,,,,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
KUP270333,11/11/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
GA501083,11/11/2024 12:00 AM,"From: Justin & Alexis Corwin <thecorwin2@gmail.com> Sent: Sunday, November 10, 2024 9:45 PM To: Foster, Shane T <foster022@gannon.edu> Subject: Re: Following up Caution: This email originated from outside of Gannon University. Do not click links or open",,Email from Client,Business Start Impact,1,G - Meadville
|
||||||
|
PI707114,11/11/2024 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
PS018686,11/11/2024 12:00 AM,I&O,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
TE030516,11/8/2024 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
C4995,11/8/2024 12:00 AM,11/8/2024,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270358,11/8/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
TE031770,11/7/2024 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
019966,11/6/2024 12:00 AM,email,,Email from Client,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
PS018642,11/6/2024 12:00 AM,I&O,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
PS018691,11/6/2024 12:00 AM,,,,Business Start Impact,1,Penn State SBDC
|
||||||
|
C10361,11/5/2024 12:00 AM,See I&O form from Nov 5 2024 for details,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
PS018679,11/5/2024 12:00 AM,,,,Business Start Impact,1,Penn State SBDC
|
||||||
|
019814,11/4/2024 12:00 AM,,,Email from Client,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
127474,11/4/2024 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
C10406,11/4/2024 12:00 AM,I&O signed on 11/4/2024,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10150,11/4/2024 12:00 AM,Email from client,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10363,11/4/2024 12:00 AM,Email from client,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
D-14621,11/1/2024 12:00 AM,,,,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
019905,11/1/2024 12:00 AM,Email,,Email from Client,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
PI706827,11/1/2024 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
PI707151,11/1/2024 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
C10353,11/1/2024 12:00 AM,Email from client,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP269776,11/1/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
019777,11/1/2024 12:00 AM,,,Email from Client,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
S017802,10/30/2024 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
C10284,10/30/2024 12:00 AM,,,,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
TE031608,10/29/2024 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE029479,10/29/2024 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
C10259,10/29/2024 12:00 AM,Dated 10/29/2024,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270328,10/29/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
BU018278,10/28/2024 12:00 AM,LLC Registration uploaded in Neoserra files,,Email from Client,Business Start Impact,1,Bucknell SBDC
|
||||||
|
SH04301,10/28/2024 12:00 AM,,,,Business Start Impact,1,SH - SHIPPENSBURG SBDC
|
||||||
|
C10298,10/28/2024 12:00 AM,Email on 10/28,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
TE032248,10/24/2024 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
024735,10/24/2024 12:00 AM,,,Email from Client,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
KUP270323,10/23/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
S017038,10/22/2024 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
GA601084,10/21/2024 12:00 AM,Quarterly Survey,,Quarterly Assessment Survey,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
C10209,10/20/2024 12:00 AM,Impact and Outcomes resulting from SBDC consulting engagement,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
TE032048,10/18/2024 12:00 AM,,,Quarterly Assessment Survey,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
TE032213,10/18/2024 12:00 AM,,,Email from Client,Business Start Impact,1,TE - TEMPLE SBDC
|
||||||
|
WD07317,10/18/2024 12:00 AM,Assisted Client to Register LLC. Client has already made substantial equipment investments.,,Email from Client,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD07336,10/18/2024 12:00 AM,,,Email from Client,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
BU018279,10/18/2024 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
BU017644,10/18/2024 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
PI707282,10/17/2024 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
C9809,10/17/2024 12:00 AM,"October 16, 2024",,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
WD06956,10/17/2024 12:00 AM,,,Email from Client,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
SF416294,10/17/2024 12:00 AM,,,,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
C10252,10/16/2024 12:00 AM,Email from client,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
GA008078,10/16/2024 12:00 AM,,,,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
C10430,10/15/2024 12:00 AM,Yes,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10395,10/15/2024 12:00 AM,QAS on 10/15,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
BU018348,10/15/2024 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
PI707041,10/15/2024 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
KUP270299,10/15/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
S017814,10/14/2024 12:00 AM,,,,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
019708,10/14/2024 12:00 AM,,,,Business Start Impact,1,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
C9988,10/14/2024 12:00 AM,I&O signed on 10/11,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
S017471,10/13/2024 12:00 AM,,,Email from Client,Business Start Impact,1,The University of Scranton SBDC
|
||||||
|
PI707201,10/12/2024 12:00 AM,See attached,,Quarterly Assessment Survey,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
C10207,10/11/2024 12:00 AM,Dated 1/23/2025,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C9841,10/10/2024 12:00 AM,Yes,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C9401,10/10/2024 12:00 AM,I&O signed on 10.10.24,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
PI707065,10/10/2024 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
WD07408,10/10/2024 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD07398,10/10/2024 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD07407,10/10/2024 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD07404,10/10/2024 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD07398,10/10/2024 12:00 AM,,,,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
WD07291,10/9/2024 12:00 AM,,,Email from Client,Business Start Impact,1,WD - WIDENER SBDC
|
||||||
|
024947,10/9/2024 12:00 AM,,,,Business Start Impact,0,LE - LEHIGH UNIVERSITY SBDC
|
||||||
|
DLA0000750,10/9/2024 12:00 AM,,,,Business Start Impact,1,Southeast Pennsylvania APEX Accelerator
|
||||||
|
GA501072,10/9/2024 12:00 AM,,,,Business Start Impact,1,G - Meadville
|
||||||
|
DLA0000674,10/9/2024 12:00 AM,,,,Business Start Impact,1,Southeast Pennsylvania APEX Accelerator
|
||||||
|
C10238,10/8/2024 12:00 AM,"Dated September 18, 2024",,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
PS018594,10/7/2024 12:00 AM,Sales,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
SF415250,10/7/2024 12:00 AM,,,Email from Client,Business Start Impact,1,SF - ST. FRANCIS UNIVERSITY SBDC
|
||||||
|
BU018224,10/7/2024 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
017545,10/5/2024 12:00 AM,https://b3qsmokehouse.com/,,Director Confirmed through Session Note Review,Business Start Impact,1,WI - WILKES SBDC
|
||||||
|
PI706926,10/5/2024 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
BU017935,10/4/2024 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
GA007850,10/4/2024 12:00 AM,,,,Business Start Impact,1,G - GANNON SBDC
|
||||||
|
PI707406,10/3/2024 12:00 AM,"Hi Denis; Here's the data you requested about my business, Branching Design: 1. LLC date: 7/31/24 2. Startup cost (Client Funded): $6,000",,Email from Client,Business Start Impact,1,Duquesne University SBDC
|
||||||
|
C10285,10/2/2024 12:00 AM,Dated 9/11/2024,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10261,10/2/2024 12:00 AM,Q3,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
KUP270002,10/2/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
KUP270002,10/2/2024 12:00 AM,,,,Business Start Impact,1,Kutztown University SBDC
|
||||||
|
BU018343,10/2/2024 12:00 AM,,,,Business Start Impact,1,Bucknell SBDC
|
||||||
|
PI704481,10/1/2024 12:00 AM,,,,Business Start Impact,1,University of Pittsburgh SBDC
|
||||||
|
SV222203,10/1/2024 12:00 AM,,,,Business Start Impact,1,SV - ST. VINCENT COLLEGE SBDC
|
||||||
|
SH04168,10/1/2024 12:00 AM,Quarterly Assessment Survey,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
PS018365,10/1/2024 12:00 AM,Sales,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
PS018505,10/1/2024 12:00 AM,Sales,,Impact & Outcomes Form,Business Start Impact,1,Penn State SBDC
|
||||||
|
C10233,10/1/2024 12:00 AM,PreVenture Quarterly Survey,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10164,10/1/2024 12:00 AM,Pre-venture Quarterly Impact Assessment,,Quarterly Assessment Survey,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10374,10/1/2024 12:00 AM,Email from client 10/1/2024,,Email from Client,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C10313,10/1/2024 12:00 AM,I&O signed 9/13. Moved to Q1.,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
C9640,10/1/2024 12:00 AM,I&O signed 7/11 moved from Q4 to Q1,,Impact & Outcomes Form,Business Start Impact,1,PennWest University Clarion SBDC
|
||||||
|
8472
csv_files/satisfaction_survey_raw_FY25.csv
Normal file
8472
csv_files/satisfaction_survey_raw_FY25.csv
Normal file
File diff suppressed because it is too large
Load Diff
989
csv_files/trainings_raw_FY25.csv
Normal file
989
csv_files/trainings_raw_FY25.csv
Normal file
@@ -0,0 +1,989 @@
|
|||||||
|
"Start Date","Event Title","Training Event ID","Attendees, Total","Center","Funding Source","Primary Training Topic","Program Format","Reportable?","Training Topics"
|
||||||
|
9/30/2025 12:00 AM,"Multi-State Supplier Readiness Webinar P E N N S Y LV A N I A , M A R Y L A N D & N E W Y O R K",0142673683,87,University of Pittsburgh SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Cash Flow Management, Managing a Business, Prime Vendor Program"
|
||||||
|
9/30/2025 12:00 AM,The Basics of Business Lending (in-person and live-stream),0142633627,6,Duquesne University SBDC,Core Services,Business Financing,Online Meeting (Live),1,Business Financing
|
||||||
|
9/30/2025 12:00 AM,Boost Your Business Visibility: Get Found on Google Search,0132076663,68,Kutztown University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Agriculture, Artificial Intelligence (AI), Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, eCommerce, Human Resources/Managing Employees, Intellectual Property, Internet/Web Training, Managing a Business, Marketing/Sales, Networking Event, Other, Small Disadvantaged Businesses, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
9/30/2025 12:00 AM,"Your Marketing Help Desk: Social Media, Canva & Branding Essentials: LIVE Q+A SESSION",0132076665,52,Kutztown University SBDC,Core Services,Social Media,Online Meeting (Live),1,"Accounting/Budget, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, eCommerce, Government Contracting, Managing a Business, Marketing/Sales, Networking Event, Other, Small Disadvantaged Businesses, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
9/30/2025 12:00 AM,Unlocking Business Success: Tools & Resources for Veterans,0132031741,9,LE - LEHIGH UNIVERSITY SBDC,Core Services,Veterans Outreach Conf.,Online Meeting (Live),1,Veterans Outreach Conf.
|
||||||
|
9/29/2025 12:00 AM,"First Step – Your Path to Business Ownership (SBA, PA One Stop Shop & KUSBDC)",0132076658,7,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
9/29/2025 12:00 AM,In-Person Consulting Opportunity for **Bradford County** For-Profit Small Businesses,0132051493,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
9/29/2025 12:00 AM,Developing an Export Plan Part 2,0132031737,8,LE - LEHIGH UNIVERSITY SBDC,PRIME,International Trade,Workshop/Seminar,1,International Trade
|
||||||
|
9/29/2025 12:00 AM,QuickBooks Functions & Reporting,SSBCI00020,5,LE - LEHIGH UNIVERSITY SBDC,SSBCI,Accounting/Budget,Workshop/Seminar,1,"Accounting/Budget, Business Financing, eCommerce, Managing a Business, Small Disadvantaged Businesses, Tax Planning, Woman-owned Businesses"
|
||||||
|
9/25/2025 12:00 AM,How to Access the Capital You Need - virtual session,0142673643,23,University of Pittsburgh SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
9/25/2025 12:00 AM,The First Step Express: Starting Your Business (Webinar),0132051460,11,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
9/25/2025 12:00 AM,Emerging Social Media Trends (webinar),0142633611,8,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
9/25/2025 12:00 AM,Pitching Your Business Part 1: Creating Your Pitch,0132014259,19,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
9/25/2025 12:00 AM,Value Proposition,0132083007,4,G - GANNON SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
9/24/2025 12:00 AM,"First Step, Starting a Small Business Webinar",0132052504,5,SF - ST. FRANCIS UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
9/24/2025 12:00 AM,Photography Basics: In The Field (in-person),0142633621,0,Duquesne University SBDC,Core Services,Marketing/Sales,Workshop/Seminar,0,Marketing/Sales
|
||||||
|
9/24/2025 12:00 AM,QuickBooks Online Version (in-person),0142633623,10,Duquesne University SBDC,Core Services,Accounting/Budget,Online Meeting (Live),0,Accounting/Budget
|
||||||
|
9/24/2025 12:00 AM,BRIGHT Fall 2025,0132014258,10,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
9/24/2025 12:00 AM,"IN PERSON: Business, Bytes, and Brews at Cup O Code",0132024618,8,Bucknell SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"Marketing/Sales, Networking Event, Social Media"
|
||||||
|
9/24/2025 12:00 AM,From Hype to Habit: Adopting Human-enabled Gen AI in Your Business (webinar),0142633625,4,Duquesne University SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,Artificial Intelligence (AI)
|
||||||
|
9/24/2025 12:00 AM,Intro to QuickBooks (BLOOM Bootcamp),SSBCI00021,8,State Small Business Credit Initiative (SSBCI),SSBCI,Accounting/Budget,Workshop/Seminar,1,"Accounting/Budget, Artificial Intelligence (AI), Business Financing, Business Start-up/Preplanning, Cash Flow Management, Small Disadvantaged Businesses, Tax Planning, Woman-owned Businesses"
|
||||||
|
9/23/2025 12:00 AM,Managing Your Business on Google Search and Maps (Virtual),0132076340,12,Penn State SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Managing a Business, Marketing/Sales"
|
||||||
|
9/23/2025 12:00 AM,Business Finance Basics,SH00630,3,SH - SHIPPENSBURG SBDC,Other,Accounting/Budget,Workshop/Seminar,1,"Accounting/Budget, Business Financing"
|
||||||
|
9/23/2025 12:00 AM,LV Meet the Buyers Expo,0132031691,108,LE - LEHIGH UNIVERSITY SBDC,Core Services,Procurement Fair,Workshop/Seminar,1,Procurement Fair
|
||||||
|
9/23/2025 12:00 AM,Abre Tu Negocio en Pittsburgh - Este programa es en persona,0142673655,12,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Start-up/Preplanning, Managing a Business"
|
||||||
|
9/23/2025 12:00 AM,Family and Medical Leave Act: Understanding the Basics (webinar),0142633624,49,Duquesne University SBDC,Core Services,Other,Online Meeting (Live),1,Other
|
||||||
|
9/22/2025 12:00 AM,"First Step – Your Path to Business Ownership (SBA, PA One Stop Shop & KUSBDC)",0132076657,3,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
9/22/2025 12:00 AM,Developing an Export Plan Part 1,0132031735,10,LE - LEHIGH UNIVERSITY SBDC,PRIME,International Trade,Workshop/Seminar,1,International Trade
|
||||||
|
9/22/2025 12:00 AM,Mastering Excel for Bookkeeping: A Two-Part Webinar Series,0132014273,98,TE - TEMPLE SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,Accounting/Budget
|
||||||
|
9/22/2025 12:00 AM,The First Step to Starting a Business,0132031744,10,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
9/19/2025 12:00 AM,Bringing the World to PA,0132031697,22,LE - LEHIGH UNIVERSITY SBDC,LEXNET,International Trade,Workshop/Seminar,1,"International Trade, Managing a Business"
|
||||||
|
9/19/2025 12:00 AM,Second Step: Developing a Business Plan ,0142673665,31,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
9/18/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025102,2,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
9/18/2025 12:00 AM,First Step: Business Essentials (Pittsburgh) (in-person and live-stream),0142633622,9,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
9/18/2025 12:00 AM,Meet the Lenders,0132083006,12,G - GANNON SBDC,Core Services,Business Financing,Workshop/Seminar,1,Business Financing
|
||||||
|
9/18/2025 12:00 AM,Five Fundamentals: How to Successfully Start Your Business,WD01172,3,WD - WIDENER SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
9/18/2025 12:00 AM,Introduction to the Business Finance Basic Series- With Truist Bank,0132076661,12,Kutztown University SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Buy/Sell Business, Cash Flow Management, Managing a Business, Other, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
9/17/2025 12:00 AM,IN PERSON | Business Growth | 3rd Wed. @ StartUp Danville,0132024617,12,Bucknell SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Managing a Business, Networking Event"
|
||||||
|
9/17/2025 12:00 AM,First Steps: Concept to Plan,0132014257,36,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
9/17/2025 12:00 AM,"So, You Want to Start a Small Business - PAACC (in-person)",0142633626,23,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
9/16/2025 12:00 AM,"Your Marketing Help Desk: Social Media, Canva & Branding Essentials: LIVE Q+A SESSION",0132076660,11,Kutztown University SBDC,Core Services,Social Media,Online Meeting (Live),1,"Accounting/Budget, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, eCommerce, Government Contracting, Managing a Business, Marketing/Sales, Networking Event, Other, Small Disadvantaged Businesses, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
9/16/2025 12:00 AM,Unlock The Power of Contracts For Your Business! Virtual Event,0142673633,27,University of Pittsburgh SBDC,Core Services,Legal Issues,Online Meeting (Live),1,Legal Issues
|
||||||
|
9/16/2025 12:00 AM,Become an Approved UPMC Supplier of Goods & Services!,0142673682,96,University of Pittsburgh SBDC,Core Services,Prime Vendor Program,Online Meeting (Live),1,"Managing a Business, Prime Vendor Program"
|
||||||
|
9/16/2025 12:00 AM,Go Global: Doing Business with West Africa,WD01170,62,WD - WIDENER SBDC,Core Services,International Trade,Online Meeting (Live),1,"International Trade, Managing a Business"
|
||||||
|
9/15/2025 12:00 AM,"First Step – Your Path to Business Ownership (SBA, PA One Stop Shop & KUSBDC)",0132076656,4,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
9/15/2025 12:00 AM,Small Business Resource Fair,0132031689,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Networking Event,Workshop/Seminar,1,"Managing a Business, Networking Event"
|
||||||
|
9/15/2025 12:00 AM,In-Person Consulting Opportunity for **Wayne County** For-Profit Small Businesses,0132051457,1,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
9/15/2025 12:00 AM,"Get Export-Ready: Documentation, Compliance, & Trade Terms",0132031733,10,LE - LEHIGH UNIVERSITY SBDC,PRIME,International Trade,Workshop/Seminar,1,International Trade
|
||||||
|
9/15/2025 12:00 AM,Mastering Excel for Bookkeeping: A Two-Part Webinar Series,0132014272,83,TE - TEMPLE SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,Accounting/Budget
|
||||||
|
9/12/2025 12:00 AM,First Step: Starting a Small Business Webinar,SH00629,12,SH - SHIPPENSBURG SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
9/11/2025 12:00 AM,In-Person Consulting Opportunity for **Tioga County** For-Profit Small Businesses,0132051496,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
9/11/2025 12:00 AM,Grants and Loans from the City of Philadelphia,0132014274,36,TE - TEMPLE SBDC,Core Services,Business Financing,Online Meeting (Live),1,Business Financing
|
||||||
|
9/11/2025 12:00 AM,First Step (Erie County - PM) ,0132082969,5,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
9/11/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (In-Person Seminar),0132063464,2,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
9/10/2025 12:00 AM,2025 PA Tax Series: Getting Started with myPATH,0132025031,53,PennWest University Clarion SBDC,Core Services,Other,Online Meeting (Live),1,"Managing a Business, Other, Tax Planning"
|
||||||
|
9/10/2025 12:00 AM,Marketing Strategies and Analytics,0132076627,0,Kutztown University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),0,Marketing/Sales
|
||||||
|
9/10/2025 12:00 AM,IN PERSON | Business Innovation | 2nd Wed. @ StartUp Lewisburg,0132024616,9,Bucknell SBDC,Core Services,Business Financing,Workshop/Seminar,1,"Business Financing, Managing a Business, Networking Event"
|
||||||
|
9/10/2025 12:00 AM,First Step Business Essentials (Pittsburgh Airport Area Chamber of Commerce) (in-person),0142633614,0,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
9/10/2025 12:00 AM,Photography 101: How to Take Your Marketing to the Next Level (webinar),0142633617,2,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
9/10/2025 12:00 AM,Get Your Website Reviewed (webinar),0142633620,5,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales"
|
||||||
|
9/10/2025 12:00 AM,First Steps: Mapping the Business Concept,0132014256,25,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
9/9/2025 12:00 AM,The 90-Day Marketing Blueprint: Turn Followers into Customers,0132076653,12,Kutztown University SBDC,Core Services,Social Media,Online Meeting (Live),1,"Artificial Intelligence (AI), Business Plan, Business Start-up/Preplanning, Customer Relations, Internet/Web Training, Managing a Business, Marketing/Sales, Small Disadvantaged Businesses, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
9/9/2025 12:00 AM,"Your Marketing Help Desk: Social Media, Canva & Branding Essentials: LIVE Q+A SESSION",0132076659,33,Kutztown University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Agriculture, Artificial Intelligence (AI), Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, eCommerce, Government Contracting, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
9/9/2025 12:00 AM,Your Food Business Recipe (In-Person Workshop),0132051508,4,The University of Scranton SBDC,Other Federal,Agriculture,Workshop/Seminar,1,Agriculture
|
||||||
|
9/9/2025 12:00 AM,Financial Empowerment Program Series: Managing Debt (webinar),0142633618,86,Duquesne University SBDC,Core Services,Business Financing,Online Meeting (Live),1,Business Financing
|
||||||
|
9/9/2025 12:00 AM,In-Person Consulting Opportunity for **Susquehanna County** For-Profit Small Businesses,0132051497,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
9/9/2025 12:00 AM,7 Steps to Getting Your Business Noticed by Media: DIY Public Relations,0132014271,38,TE - TEMPLE SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
9/9/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (Webinar),0132063434,24,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
9/9/2025 12:00 AM,The First Steps to Small Business Success ,0132076328,3,Penn State SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
9/8/2025 12:00 AM,In-Person Consulting Opportunity for **Monroe County** For-Profit Small Businesses,0132051446,2,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
9/8/2025 12:00 AM, International Market Research and Marketing,0132031731,7,LE - LEHIGH UNIVERSITY SBDC,PRIME,International Trade,Workshop/Seminar,1,International Trade
|
||||||
|
9/8/2025 12:00 AM,"First Step – Your Path to Business Ownership (SBA, PA One Stop Shop & KUSBDC)",0132076655,3,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
9/5/2025 12:00 AM,First Step: Mechanics of Starting a Small Business ,0142673664,37,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
9/4/2025 12:00 AM,First Step Virtual,0132082977,5,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
9/4/2025 12:00 AM,The Formula for Social Media Success (webinar),0142633606,12,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
9/2/2025 12:00 AM,Export Readiness Roadmap,0132031729,3,LE - LEHIGH UNIVERSITY SBDC,PRIME,International Trade,Workshop/Seminar,0,International Trade
|
||||||
|
9/2/2025 12:00 AM,"Your Marketing Help Desk: Social Media, Canva & Branding Essentials: LIVE Q+A SESSION",0132076666,0,Kutztown University SBDC,Core Services,Social Media,Online Meeting (Live),0,"Accounting/Budget, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, eCommerce, Government Contracting, Managing a Business, Marketing/Sales, Networking Event, Other, Small Disadvantaged Businesses, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
9/2/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025096,3,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
8/28/2025 12:00 AM,Real Talk Series for Small Business: Growth Through Innovation,0132025110,25,PennWest University Clarion SBDC,Core Services,Managing a Business,Multi-session Course,1,"Business Financing, Business Plan, Business Start-up/Preplanning, Cash Flow Management, Intellectual Property, Managing a Business, Marketing/Sales, Networking Event, Risk Management, Technology"
|
||||||
|
8/28/2025 12:00 AM,How to Know if Your Business Idea Will Really Work (Webinar),0132051461,19,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
8/28/2025 12:00 AM,AI Small Business Essentials (in-person),0142633616,16,Duquesne University SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,Artificial Intelligence (AI)
|
||||||
|
8/28/2025 12:00 AM,In-Person Consulting Opportunity for **Wyoming County** For-Profit Small Businesses,0132051498,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
8/28/2025 12:00 AM,Construction Management Series: Virtual Information Session,0132014270,9,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Subcontracting"
|
||||||
|
8/27/2025 12:00 AM,"IN PERSON: Business, Bytes, and Brews at Cup O Code",0132024613,10,Bucknell SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"Marketing/Sales, Networking Event, Social Media"
|
||||||
|
8/27/2025 12:00 AM,Camino al Exito con Kauffman - Sesion Informativa 2025,WD01167,16,WD - WIDENER SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Cash Flow Management, Marketing/Sales, Orientation, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
8/26/2025 12:00 AM,"Your Marketing Help Desk: Social Media, Canva & Branding Essentials: LIVE Q+A SESSION",0132076654,1,Kutztown University SBDC,Core Services,Social Media,Online Meeting (Live),0,"Accounting/Budget, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, eCommerce, Government Contracting, Managing a Business, Marketing/Sales, Networking Event, Other, Small Disadvantaged Businesses, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
8/26/2025 12:00 AM,IN PERSON | Simple AI for Your Business | at StartUp Milton,0132024583,10,Bucknell SBDC,Core Services,Artificial Intelligence (AI),Workshop/Seminar,0,Artificial Intelligence (AI)
|
||||||
|
8/26/2025 12:00 AM,In-Person Consulting Opportunity for **Bradford County** For-Profit Small Businesses,0132051492,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
8/26/2025 12:00 AM,Grow Your Business with AI-Powered Tools by Google,0132025109,67,PennWest University Clarion SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Artificial Intelligence (AI), Business Start-up/Preplanning, Internet/Web Training, Managing a Business, Marketing/Sales, Small Disadvantaged Businesses, Social Media, Woman-owned Businesses"
|
||||||
|
8/25/2025 12:00 AM,In-Person Consulting Opportunity for **Wayne County** For-Profit Small Businesses,0132051454,2,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
8/25/2025 12:00 AM,"First Step – Your Path to Business Ownership (SBA, PA One Stop Shop & KUSBDC)",0132076652,2,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
8/21/2025 12:00 AM,OSHA Safe + Sound Campaign,0132082990,17,G - GANNON SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Managing a Business, Risk Management"
|
||||||
|
8/21/2025 12:00 AM,Second Step: Developing a Business Plan - Virtual ,0142673660,35,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
8/21/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025101,4,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
8/21/2025 12:00 AM,Closing the Business,0132031727,1,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,Managing a Business
|
||||||
|
8/21/2025 12:00 AM,First Step: Business Essentials (Lawrence) (in-person),0142633610,4,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
8/21/2025 12:00 AM,Franchise Fundamentals: What Every Buyer Should Know,0142633615,2,Duquesne University SBDC,Core Services,Franchising,Online Meeting (Live),1,Franchising
|
||||||
|
8/20/2025 12:00 AM,IN PERSON | Business Growth | 3rd Wed. @ StartUp Danville,0132024611,12,Bucknell SBDC,Core Services,Artificial Intelligence (AI),Workshop/Seminar,1,"Artificial Intelligence (AI), Managing a Business, Networking Event"
|
||||||
|
8/20/2025 12:00 AM,Tax Talk with Corry - Q & A Session,0132025108,14,PennWest University Clarion SBDC,Core Services,Tax Planning,Online Meeting (Live),0,"Business Start-up/Preplanning, Legal Issues, Managing a Business, Other, Subcontracting, Tax Planning"
|
||||||
|
8/20/2025 12:00 AM,New and Beginning Farmer Study Circles,0132025118,0,PennWest University Clarion SBDC,Core Services,Agriculture,Workshop/Seminar,0,"Accounting/Budget, Agriculture, Business Financing, Business Plan, Buy/Sell Business, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
8/20/2025 12:00 AM,Get Your Website Reviewed (webinar),0142633613,4,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales"
|
||||||
|
8/20/2025 12:00 AM,Marketing on a Budget,0132014255,47,TE - TEMPLE SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
8/19/2025 12:00 AM,"Transferring the Business: Family, Partners, or Team",0132031726,5,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,"Buy/Sell Business, Managing a Business"
|
||||||
|
8/19/2025 12:00 AM,Growth by Design: Setting Goals & Creating Accountability Systems,0132076650,7,Kutztown University SBDC,Core Services,Other,Online Meeting (Live),1,Other
|
||||||
|
8/19/2025 12:00 AM,Construction Management Series: Virtual Information Session,0132014266,12,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Subcontracting"
|
||||||
|
8/18/2025 12:00 AM,"First Step – Your Path to Business Ownership (SBA, PA One Stop Shop & KUSBDC)",0132076646,6,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
8/18/2025 12:00 AM,SBA Lending Now and In the Future,WD01166,19,WD - WIDENER SBDC,Core Services,Other,Workshop/Seminar,1,"Business Financing, Networking Event"
|
||||||
|
8/14/2025 12:00 AM,First Step (Erie County - AM),0132082968,8,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
8/14/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (In-Person Seminar),0132063463,2,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
8/14/2025 12:00 AM,Selling the Business,0132031725,2,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,"Buy/Sell Business, Managing a Business"
|
||||||
|
8/14/2025 12:00 AM,In-Person Consulting Opportunity for **Tioga County** For-Profit Small Businesses,0132051495,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
8/14/2025 12:00 AM,First Step: Business Essentials (Pittsburgh) (in-person and live-stream),0142633612,4,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
8/14/2025 12:00 AM,SBDC 2025 Chester and Berks County Roundtable,0132076649,0,Kutztown University SBDC,Core Services,Business Financing,Workshop/Seminar,0,Business Financing
|
||||||
|
8/14/2025 12:00 AM,SBDC 2025 Chester County Roundtable,0132076651,0,Kutztown University SBDC,Core Services,Business Financing,Workshop/Seminar,0,Business Financing
|
||||||
|
8/14/2025 12:00 AM,Información Becas y Recursos,WD01171,9,WD - WIDENER SBDC,CDBG,Business Plan,Workshop/Seminar,1,Business Plan
|
||||||
|
8/13/2025 12:00 AM,IN PERSON | Business Innovation: Grow With Google Bootcamp ,0132024610,16,Bucknell SBDC,Core Services,Artificial Intelligence (AI),Workshop/Seminar,1,"Artificial Intelligence (AI), Managing a Business"
|
||||||
|
8/13/2025 12:00 AM,Fields of Opportunity: Starting Your Agritourism Journey,00006572,16, Pennsylvania SBDC Lead Office,PDA,Agriculture,Workshop/Seminar,1,"Agriculture, Business Financing, Business Start-up/Preplanning, Legal Issues"
|
||||||
|
8/13/2025 12:00 AM,First Steps: Concept to Plan,0132014254,15,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
8/13/2025 12:00 AM,First Step: Business Essentials (Beaver) (in-person),0142633609,2,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
8/13/2025 12:00 AM,2025 PA Tax Series: Withholding Basics,0132025039,31,PennWest University Clarion SBDC,Core Services,Other,Online Meeting (Live),1,"Managing a Business, Other, Tax Planning"
|
||||||
|
8/12/2025 12:00 AM,Learn from a Certified Google Coach: AI Strategies for Small Business,0132076648,26,Kutztown University SBDC,Core Services,Business Plan,Workshop/Seminar,1,"Agriculture, Artificial Intelligence (AI), Business Plan, Business Start-up/Preplanning, Cybersecurity Assistance, eCommerce, Franchising, Human Resources/Managing Employees, Intellectual Property, Internet/Web Training, Managing a Business, Marketing/Sales, Networking Event, Other, Outsourcing, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
8/12/2025 12:00 AM,QuickBooks For Business Growth ,0142673627,47,University of Pittsburgh SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Managing a Business"
|
||||||
|
8/12/2025 12:00 AM,The First Steps to Small Business Success - 1-hr Webinar,0132076327,14,Penn State SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
8/12/2025 12:00 AM,Planning for Retirement & Succession Options,0132031724,7,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,"Buy/Sell Business, Managing a Business"
|
||||||
|
8/12/2025 12:00 AM,Growth by Design: Time Management & Scheduling ,0132076647,3,Kutztown University SBDC,Core Services,Other,Online Meeting (Live),1,Other
|
||||||
|
8/12/2025 12:00 AM,Business Valuation Basics - Value & Risk Drivers,0132083005,6,G - GANNON SBDC,Core Services,Buy/Sell Business,Online Meeting (Live),1,"Buy/Sell Business, Managing a Business"
|
||||||
|
8/12/2025 12:00 AM,The First Step to Starting a Business,0132031739,4,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
8/11/2025 12:00 AM,"First Step – Your Path to Business Ownership (SBA, PA One Stop Shop & KUSBDC)",0132076645,5,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
8/9/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025122,1,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),0,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
8/7/2025 12:00 AM,Cybersecurity & Business Continuity,0132031723,3,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,Managing a Business
|
||||||
|
8/7/2025 12:00 AM,First Step: Business Essentials (Butler) (in-person),0142633608,0,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
8/7/2025 12:00 AM,First Step Virtual,0132082982,4,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
8/7/2025 12:00 AM,First Step: Mechanics of Starting a Small Business - virtual only ,0142673663,18,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
8/6/2025 12:00 AM,IN PERSON: The First Step: Starting Your Business,0132024614,8,Bucknell SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
8/6/2025 12:00 AM,First Steps: Mapping the Business Concept,0132014253,19,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
8/6/2025 12:00 AM,Fueling Business Success: Capital Access & Business Resources ,SSBCI00015,26,State Small Business Credit Initiative (SSBCI),SSBCI,Business Financing,Workshop/Seminar,1,"Business Financing, Business Plan"
|
||||||
|
8/6/2025 12:00 AM,Canva Creator Series: Pro Version,0132025090,190,PennWest University Clarion SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Intellectual Property, Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
8/5/2025 12:00 AM,Bookkeeping Basics - virtual workshop ,0142673624,56,University of Pittsburgh SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Cash Flow Management"
|
||||||
|
8/5/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (Webinar),0132063433,25,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
8/5/2025 12:00 AM,Employee Engagement,0132031722,9,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,Managing a Business
|
||||||
|
8/5/2025 12:00 AM,First Step: Business Essentials (Wexford) (in-person),0142633607,4,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
8/5/2025 12:00 AM,Digital Marketing Strategy Development,0132083004,42,G - GANNON SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Managing a Business, Marketing/Sales"
|
||||||
|
8/5/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025095,9,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
8/4/2025 12:00 AM,In-Person Consulting Opportunity for **Monroe County** For-Profit Small Businesses,0132051445,2,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
8/4/2025 12:00 AM,"First Step – Your Path to Business Ownership (SBA, PA One Stop Shop & KUSBDC)",0132076644,6,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
8/1/2025 12:00 AM,Customer Retention [Friday Session],0132031721,5,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,Managing a Business
|
||||||
|
7/31/2025 12:00 AM,WEBINAR | Intro to QuickBooks Online,SSBCI00016,74,State Small Business Credit Initiative (SSBCI),SSBCI,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Cash Flow Management, Small Disadvantaged Businesses, Tax Planning"
|
||||||
|
7/30/2025 12:00 AM,"IN PERSON: Business, Bytes, and Brews at Cup O Code",0132024612,8,Bucknell SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"Marketing/Sales, Networking Event, Social Media"
|
||||||
|
7/29/2025 12:00 AM,The First Step to Starting a Business,0132031711,11,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
7/29/2025 12:00 AM,Automation & Outsourcing,0132031720,4,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,Managing a Business
|
||||||
|
7/28/2025 12:00 AM,In-Person Consulting Opportunity for **Bradford County** For-Profit Small Businesses,0132051491,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
7/28/2025 12:00 AM,"First Step – Your Path to Business Ownership (SBA, PA One Stop Shop & KUSBDC)",0132076643,3,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
7/25/2025 12:00 AM,Second Step: Developing a Business Plan ,0142673658,32,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
7/25/2025 12:00 AM,Scale Up Your Small Business (Cohort 15),WD01191,19,WD - WIDENER SBDC,Core Services,Business Plan,Multi-session Course,1,"Accounting/Budget, Business Financing, Business Plan"
|
||||||
|
7/24/2025 12:00 AM,The First Step Express: Starting Your Business (Webinar),0132051459,25,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
7/24/2025 12:00 AM,Achieve Digital Advertising Success in 2025 (webinar),0142633604,7,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
7/24/2025 12:00 AM,Growing Your Workforce,0132031719,2,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,"Human Resources/Managing Employees, Managing a Business"
|
||||||
|
7/24/2025 12:00 AM,Serie de entrenamiento El dinero es el rey: ¿Qué es el crédito y cómo afecta a mi negocio?,WD01164,5,WD - WIDENER SBDC,CDBG,Accounting/Budget,Multi-session Course,1,Accounting/Budget
|
||||||
|
7/24/2025 12:00 AM,Real Talk Series for Small Business: Challenging the Status Quo,0132025106,19,PennWest University Clarion SBDC,Core Services,Managing a Business,Multi-session Course,1,"Business Financing, Business Plan, Business Start-up/Preplanning, Cash Flow Management, Intellectual Property, Managing a Business, Marketing/Sales, Networking Event, Risk Management, Technology"
|
||||||
|
7/23/2025 12:00 AM,Tax Talk with Corry - I want to buy a business ...now what?,0132025107,4,PennWest University Clarion SBDC,Core Services,Tax Planning,Online Meeting (Live),0,"Business Start-up/Preplanning, Legal Issues, Managing a Business, Other, Subcontracting, Tax Planning"
|
||||||
|
7/23/2025 12:00 AM,QuickBooks Online Version (in-person),0142633602,0,Duquesne University SBDC,Core Services,Accounting/Budget,Online Meeting (Live),0,Accounting/Budget
|
||||||
|
7/23/2025 12:00 AM,First Step: Business Essentials (Peters) (in-person),0142633603,7,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
7/23/2025 12:00 AM,Market Research,0132083003,34,G - GANNON SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Marketing/Sales, Other"
|
||||||
|
7/23/2025 12:00 AM,New and Beginning Farmer Study Circles,0132025117,0,PennWest University Clarion SBDC,Core Services,Agriculture,Workshop/Seminar,0,"Accounting/Budget, Agriculture, Business Financing, Business Plan, Buy/Sell Business, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
7/22/2025 12:00 AM,The Business One-Stop Shop: Your Resource for Doing Business in Pennsylvania,0132014251,24,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
7/22/2025 12:00 AM,"Growth by Design: Decision Making, Clarity, & Avoiding Fatigue",0132076636,6,Kutztown University SBDC,Core Services,Other,Online Meeting (Live),1,Other
|
||||||
|
7/22/2025 12:00 AM,Government Contracting Foundations,0132031718,7,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,"Government Contracting, Managing a Business, Selling to Government"
|
||||||
|
7/21/2025 12:00 AM,In-Person Consulting Opportunity for **Wayne County** For-Profit Small Businesses,0132051452,1,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
7/21/2025 12:00 AM,In-Person Consulting Opportunity for **Pike County** For-Profit Small Businesses,0132051490,3,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
7/21/2025 12:00 AM,"First Step – Your Path to Business Ownership (SBA, PA One Stop Shop & KUSBDC)",0132076642,3,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
7/18/2025 12:00 AM,First Step: Mechanics of Starting a Small Business ,0142673661,44,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
7/17/2025 12:00 AM,First Steps: Concept to Plan,0132014247,28,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
7/17/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025100,3,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
7/17/2025 12:00 AM,First Step: Business Essentials (Pittsburgh) (in-person and live-stream),0142633601,8,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
7/17/2025 12:00 AM,Scenario Planning for Growth,0132031717,6,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,Managing a Business
|
||||||
|
7/17/2025 12:00 AM,"Serie de entrenamiento El dinero es el rey: Tus finanzas, tu negocio y los impuestos",WD01163,15,WD - WIDENER SBDC,CDBG,Accounting/Budget,Multi-session Course,1,Accounting/Budget
|
||||||
|
7/16/2025 12:00 AM,Get Your Website Reviewed (webinar),0142633600,5,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales"
|
||||||
|
7/16/2025 12:00 AM,Business Plan Development,0132083002,33,G - GANNON SBDC,Core Services,Business Plan,Online Meeting (Live),1,Business Plan
|
||||||
|
7/16/2025 12:00 AM,Startup Success Hour- Open Q&A Hours with KUSBDC + SBA,0132076639,6,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Franchising, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
7/15/2025 12:00 AM,Boots to Business Reboot,0132031728,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Veterans Outreach Conf.,Workshop/Seminar,0,Veterans Outreach Conf.
|
||||||
|
7/15/2025 12:00 AM, Growth by Design: Managing Stress & Preventing Burnout,0132076637,8,Kutztown University SBDC,Core Services,Other,Online Meeting (Live),1,Other
|
||||||
|
7/15/2025 12:00 AM,Exploring Growth Opportunities,0132031716,14,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,"Government Contracting, Managing a Business, Marketing/Sales"
|
||||||
|
7/14/2025 12:00 AM,"First Step – Your Path to Business Ownership (SBA, PA One Stop Shop & KUSBDC)",0132076638,4,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Credit Counseling, Customer Relations, eCommerce, Government Contracting, HUBZones, Human Resources/Managing Employees, Intellectual Property, International Trade, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Risk Management, Small Disadvantaged Businesses, Social Media, Subcontracting, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
7/14/2025 12:00 AM,In-Person Consulting Opportunity for **Monroe County** For-Profit Small Businesses,0132051444,2,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
7/10/2025 12:00 AM,First Steps: Mapping the Business Concept,0132014246,24,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
7/10/2025 12:00 AM,Pitching Your Business Part 2: Practicing Your Pitch,0132014248,4,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
7/10/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (In-Person Seminar),0132063462,2,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
7/10/2025 12:00 AM,Small Business Funding Options Series: SBA Loans,0132031709,10,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Financing,Workshop/Seminar,0,Business Financing
|
||||||
|
7/10/2025 12:00 AM,Serie de entrenamiento El dinero es el rey: Básicos para manjer el dinero de su negocio,WD01162,7,WD - WIDENER SBDC,CDBG,Accounting/Budget,Multi-session Course,1,Accounting/Budget
|
||||||
|
7/10/2025 12:00 AM,First Step (Erie County - PM) ,0132082967,5,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
7/9/2025 12:00 AM,GOVCON 101,0000041,0,Southeast Pennsylvania APEX Accelerator,DoD,Government Contracting,,1,"Defense Industrial Base (DIB) Readiness, Government Contracting, Government Industrial Base (GIB) Readiness, Selling to Government"
|
||||||
|
7/9/2025 12:00 AM,IN PERSON | Business Innovation | 2nd Wed. @ StartUp Lewisburg,0132024609,16,Bucknell SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Artificial Intelligence (AI), Managing a Business"
|
||||||
|
7/9/2025 12:00 AM,2025 PA Tax Series: Sales Tax Basics,0132025036,14,PennWest University Clarion SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Business Start-up/Preplanning, eCommerce, Managing a Business, Marketing/Sales, Tax Planning"
|
||||||
|
7/8/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (Webinar),0132063432,32,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
7/8/2025 12:00 AM,The First Steps to Small Business Success - 1-hr Webinar,0132076326,15,Penn State SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
7/8/2025 12:00 AM,Normative Leadership: The “HOW TO” Science of Culture Change (in-person),0142633599,6,Duquesne University SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
7/8/2025 12:00 AM, Growth by Design: The Importance of Support Systems in Business,0132076635,4,Kutztown University SBDC,Core Services,Other,Online Meeting (Live),1,"Human Resources/Managing Employees, Other"
|
||||||
|
7/7/2025 12:00 AM,First Step to Starting a Business- ,0132076634,4,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Agriculture, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, eCommerce, Government Contracting, Human Resources/Managing Employees, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Other, Small Disadvantaged Businesses, Social Media, Tax Planning, Technology, Woman-owned Businesses"
|
||||||
|
7/3/2025 12:00 AM,First Step Virtual,0132082976,3,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
7/3/2025 12:00 AM,Marketing Foundations & Digital Presence,0132031715,4,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,"Managing a Business, Marketing/Sales"
|
||||||
|
7/2/2025 12:00 AM,The Canva Creator Series: FREE Version,0132025091,53,PennWest University Clarion SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Intellectual Property, Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
7/2/2025 12:00 AM,WEBINAR: The First Step: Starting Your Business,0132024606,20,Bucknell SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
7/1/2025 12:00 AM,Compliance with new Federal and State Business Entity Informational Filing Requirements (On-Demand),00006569,4, Pennsylvania SBDC Lead Office,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Legal Issues"
|
||||||
|
7/1/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025094,4,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
7/1/2025 12:00 AM,Financial Foundations,0132031714,3,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,"Business Financing, Cash Flow Management, Managing a Business"
|
||||||
|
7/1/2025 12:00 AM,In-Person Consulting Opportunity for **Tioga County** For-Profit Small Businesses,0132051494,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
7/1/2025 12:00 AM,OSHA Heat Illness Prevention (On-Demand),0132025119,1,PennWest University Clarion SBDC,Core Services,Human Resources/Managing Employees,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Human Resources/Managing Employees, Legal Issues, Managing a Business, Risk Management, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
7/1/2025 12:00 AM,OSHA Field Sanitation Requirements (On-Demand Recording),0132025120,1,PennWest University Clarion SBDC,Core Services,Risk Management,Online Course (Prerecorded),0,"Agriculture, Human Resources/Managing Employees, Legal Issues, Managing a Business, Risk Management"
|
||||||
|
7/1/2025 12:00 AM,Compliance with Migrant and Seasonal Agricultural Worker Protection Act (MSPA) (On-Demand Recording),0132025121,1,PennWest University Clarion SBDC,Core Services,Agriculture,Online Course (Prerecorded),0,"Agriculture, Customer Relations, Human Resources/Managing Employees, Managing a Business"
|
||||||
|
7/1/2025 12:00 AM,Social Media: Assessing Your Online Presence for Business Growth (On-Demand Recording),0132063465,1,WI - WILKES SBDC,Core Services,Social Media,Online Course (Prerecorded),0,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
7/1/2025 12:00 AM,SBA Loan Programs (On-Demand Recording),0132063466,1,WI - WILKES SBDC,Core Services,Other,Online Course (Prerecorded),0,Other
|
||||||
|
7/1/2025 12:00 AM,Exporting Basics for Small Businesses (On-Demand Recording),0132063467,0,WI - WILKES SBDC,Core Services,International Trade,Online Course (Prerecorded),0,"International Trade, Other"
|
||||||
|
7/1/2025 12:00 AM,Outsmart the Scammers: How to Keep Your Business Safe (On-Demand Recording),0132063468,2,WI - WILKES SBDC,Core Services,Cybersecurity Assistance,Online Course (Prerecorded),1,"Cybersecurity Assistance, Managing a Business, Technology"
|
||||||
|
7/1/2025 12:00 AM,The 3 P's of Cybersecurity: Practical Protection for Small Businesses (On-Demand Recording),0132063469,0,WI - WILKES SBDC,Core Services,Cybersecurity Assistance,Online Course (Prerecorded),0,Cybersecurity Assistance
|
||||||
|
7/1/2025 12:00 AM,Credit 101: Understanding and Improving Your Credit Report and Score (On-Demand Recording),0132063470,2,WI - WILKES SBDC,Core Services,Cash Flow Management,Online Course (Prerecorded),1,"Cash Flow Management, Other"
|
||||||
|
7/1/2025 12:00 AM,Strategies for Successful Business Transitions: Practical Tips for Buying & Selling a Business (On-Demand Recording),0132063471,2,WI - WILKES SBDC,Core Services,Buy/Sell Business,Online Course (Prerecorded),1,Buy/Sell Business
|
||||||
|
7/1/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (On-Demand Recording),0132063472,22,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,Business Start-up/Preplanning
|
||||||
|
7/1/2025 12:00 AM,Developing a Comprehensive Marketing Plan (On-Demand Recording),0132063473,3,WI - WILKES SBDC,Core Services,Other,Online Course (Prerecorded),1,Marketing/Sales
|
||||||
|
7/1/2025 12:00 AM,Will It Really Work? A Guide to Assessing Your Business Idea (On-Demand Recording),0132063474,1,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,Business Start-up/Preplanning
|
||||||
|
7/1/2025 12:00 AM,What's in a Name? The Strategic Impact of Naming Your Business (On-Demand Recording),0132063475,1,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,"Business Start-up/Preplanning, Other"
|
||||||
|
6/26/2025 12:00 AM,Jeanne's Best Online Practices: Sign Up and get Started with Canva! FREE,0132025092,12,PennWest University Clarion SBDC,Core Services,Social Media,Online Meeting (Live),0,"eCommerce, Intellectual Property, Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
6/26/2025 12:00 AM,How to Access the Capital You Need - virtual session,0142673640,21,University of Pittsburgh SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
6/26/2025 12:00 AM,How to Know if Your Business Idea Will Really Work (Webinar),0132051408,19,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
6/26/2025 12:00 AM,Emerging Social Media Trends (webinar),0142633597,8,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
6/26/2025 12:00 AM,Essential Tech for Small Business Content Creation: Choosing the Right Gear,0132076632,0,Kutztown University SBDC,Core Services,Other,Online Meeting (Live),0,Other
|
||||||
|
6/26/2025 12:00 AM,Your Business in Review,0132031713,5,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,Managing a Business
|
||||||
|
6/26/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025057,7,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
6/25/2025 12:00 AM,Tax Talk with Corry - Sales Tax (who pays what when),0132025076,3,PennWest University Clarion SBDC,Core Services,Tax Planning,Online Meeting (Live),0,"Business Start-up/Preplanning, Legal Issues, Managing a Business, Other, Subcontracting, Tax Planning"
|
||||||
|
6/25/2025 12:00 AM,Fair Labor Standards Act (FLSA): Common Issues (webinar),0142633595,45,Duquesne University SBDC,Core Services,Other,Online Meeting (Live),1,Other
|
||||||
|
6/25/2025 12:00 AM,Photography Basics: In The Field (in-person),0142633596,3,Duquesne University SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,Marketing/Sales
|
||||||
|
6/25/2025 12:00 AM,Social Media Marketing,0132083001,13,G - GANNON SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
6/25/2025 12:00 AM,"IN PERSON: Business, Bytes, and Brews at Cup O Code",0132024605,15,Bucknell SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"Marketing/Sales, Networking Event, Social Media"
|
||||||
|
6/25/2025 12:00 AM,SBA vs DoD Mentor Protegee Program Lunch and Learn,0000038,0,Southeast Pennsylvania APEX Accelerator,DoD,Mentor-Protégé,Online Meeting (Live),1,"DoD Mentor-Protégé Program Information, Mentor-Protégé, SBA Mentor-Protégé Program Information"
|
||||||
|
6/25/2025 12:00 AM,Navigating Navy SBIR/STTR: Small Business Innovation Research and Technology Transfer,0000040,0,Southeast Pennsylvania APEX Accelerator,DoD,SBIR/STTR/Other Innovation Programs,Online Meeting (Live),1,"Defense Industrial Base (DIB) Readiness, Defense Production Act (DPA) Title III Support, SBIR/STTR/Other Innovation Programs"
|
||||||
|
6/25/2025 12:00 AM,Design. Connect. Convert. LinkedIn Branding with Canva for Entrepreneurs,0132076631,96,Kutztown University SBDC,Core Services,Social Media,Online Meeting (Live),1,"Agriculture, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, eCommerce, Internet/Web Training, Managing a Business, Marketing/Sales, Networking Event, Other, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
6/25/2025 12:00 AM,QuickBooks Online Version (in-person),0142633571,12,Duquesne University SBDC,Core Services,Accounting/Budget,Online Meeting (Live),0,Accounting/Budget
|
||||||
|
6/24/2025 12:00 AM,BizBurgh 2025: First Annual Business Growth Conference (in-person),0142633598,273,Duquesne University SBDC,Core Services,Other,Workshop/Seminar,1,Other
|
||||||
|
6/24/2025 12:00 AM,Refining Business Strategy ,0132031712,7,LE - LEHIGH UNIVERSITY SBDC,PRIME,Managing a Business,Online Meeting (Live),1,Managing a Business
|
||||||
|
6/23/2025 12:00 AM,IN PERSON | Optimize Your Small Business Google Profile | SRVVB,0132024601,7,Bucknell SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"eCommerce, Marketing/Sales, Social Media"
|
||||||
|
6/23/2025 12:00 AM,Tax Clinic Information Session,0132014252,7,TE - TEMPLE SBDC,Core Services,Tax Planning,Online Meeting (Live),1,Tax Planning
|
||||||
|
6/19/2025 12:00 AM,First Step: Business Essentials (Pittsburgh) (in-person and live-stream),0142633594,11,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
6/18/2025 12:00 AM,Email Marketing,0132083000,6,G - GANNON SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
6/18/2025 12:00 AM,"A Taste of the Food Industry (Easton, PA)",0132031701,12,LE - LEHIGH UNIVERSITY SBDC,Core Services,Managing a Business,Workshop/Seminar,1,Managing a Business
|
||||||
|
6/18/2025 12:00 AM,"APEX presents RFIs, RFPs, and RFQs: Understanding the Difference with the GSA",0000035,0,Southeast Pennsylvania APEX Accelerator,DoD,Government Industrial Base (GIB) Readiness,Online Meeting (Live),1,"DoD Mentor-Protégé Program Information, Government Contracting, Government Industrial Base (GIB) Readiness"
|
||||||
|
6/18/2025 12:00 AM,Introduction to AI for your Small Business,0132014245,49,TE - TEMPLE SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,Artificial Intelligence (AI)
|
||||||
|
6/18/2025 12:00 AM,Artificial Intelligence for Beginners,WD01159,9,WD - WIDENER SBDC,Core Services,Artificial Intelligence (AI),Workshop/Seminar,1,"Artificial Intelligence (AI), Business Start-up/Preplanning, Managing a Business, Technology"
|
||||||
|
6/18/2025 12:00 AM,IN PERSON | Business Growth | 3rd Wed. @ StartUp Danville,0132024604,6,Bucknell SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Managing a Business, Networking Event"
|
||||||
|
6/17/2025 12:00 AM,Advanced Artificial Intelligence,WD01160,4,WD - WIDENER SBDC,Core Services,Artificial Intelligence (AI),Workshop/Seminar,1,"Artificial Intelligence (AI), Business Start-up/Preplanning, Managing a Business, Technology"
|
||||||
|
6/17/2025 12:00 AM,Growth by Design: Building Healthy Habits for High Performance ,0132076633,0,Kutztown University SBDC,Core Services,Other,Online Meeting (Live),0,Other
|
||||||
|
6/16/2025 12:00 AM,In-Person Consulting Opportunity for **Monroe County** For-Profit Small Businesses,0132051375,1,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
6/16/2025 12:00 AM,Financial Empowerment Program Series: Money Management (webinar),0142633586,94,Duquesne University SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,Accounting/Budget
|
||||||
|
6/16/2025 12:00 AM,In-Person Consulting Opportunity for **Pike County** For-Profit Small Businesses,0132051440,2,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
6/14/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025051,3,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
6/13/2025 12:00 AM,Second Step: Developing a Business Plan ,0142673646,23,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
6/13/2025 12:00 AM,Contracting Opportunities in Chester Pennsylvania,WD01156,70,WD - WIDENER SBDC,Core Services,Government Contracting,Workshop/Seminar,1,"Government Contracting, Networking Event, Procurement Fair, Selling to Government, Small Disadvantaged Businesses"
|
||||||
|
6/13/2025 12:00 AM,"Contracting Opportunities in Chester, PA",0000039,0,Southeast Pennsylvania APEX Accelerator,DoD,Government Contracting,Workshop/Seminar,1,"Defense Industrial Base (DIB) Readiness, Government Contracting, Government Industrial Base (GIB) Readiness, Networking Event, Selling to Government, Small Disadvantaged Businesses"
|
||||||
|
6/13/2025 12:00 AM,Growth by Design: Understanding the Entrepreneurial Self,0132076630,14,Kutztown University SBDC,Core Services,Other,Online Meeting (Live),1,Other
|
||||||
|
6/12/2025 12:00 AM,Export Compliance 201,0132031669,8,LE - LEHIGH UNIVERSITY SBDC,LEXNET,International Trade,Online Meeting (Live),1,"International Trade, Legal Issues"
|
||||||
|
6/12/2025 12:00 AM,First Step (Erie County - AM),0132082966,7,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
6/12/2025 12:00 AM,Abre Tu Negocio en Pittsburgh - Este programa es en persona,0142673654,12,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Start-up/Preplanning, Managing a Business"
|
||||||
|
6/12/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (In-Person Seminar),0132063461,7,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
6/12/2025 12:00 AM,GET ON GSA - UNDERSTANDING REQUIREMENTS & PROPOSAL,0000037,0,Southeast Pennsylvania APEX Accelerator,DoD,Government Industrial Base (GIB) Readiness,,1,"Government Contracting, Government Industrial Base (GIB) Readiness, Selling to Government"
|
||||||
|
6/11/2025 12:00 AM,Content Marketing,0132082999,10,G - GANNON SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
6/11/2025 12:00 AM,2025 PA Tax Series: Pennsylvania Taxes for New Businesses,0132025033,60,PennWest University Clarion SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Accounting/Budget, Business Start-up/Preplanning, eCommerce, Human Resources/Managing Employees, Legal Issues, Managing a Business, Tax Planning"
|
||||||
|
6/11/2025 12:00 AM,Next Step to Starting a Business,0132031705,2,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
6/11/2025 12:00 AM,AI Ethics,0132076626,0,Kutztown University SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),0,Artificial Intelligence (AI)
|
||||||
|
6/11/2025 12:00 AM,First Step Business Essentials (Pittsburgh Airport Area Chamber of Commerce) (in-person),0142633589,3,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
6/11/2025 12:00 AM,Get Your Website Reviewed (webinar),0142633593,5,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales"
|
||||||
|
6/11/2025 12:00 AM,IN PERSON | Business Innovation | 2nd Wed. @ StartUp Lewisburg,0132024603,8,Bucknell SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Artificial Intelligence (AI), Managing a Business"
|
||||||
|
6/11/2025 12:00 AM,it's time to take the FIRST STEPS TO STARTING YOUR BUSINESS,0132076629,0,Kutztown University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, Managing a Business, Marketing/Sales, Networking Event, Technology, Woman-owned Businesses"
|
||||||
|
6/10/2025 12:00 AM,First Step to Starting a Business,0132031703,11,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
6/10/2025 12:00 AM,Opportunity Knocks 2025: Pitch to Prosper,0142633590,98,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
6/10/2025 12:00 AM,First Steps: Concept to Plan,0132014241,15,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
6/10/2025 12:00 AM,MARKETING 101 - JUST THE ESSENTIALS IN FEDERAL MARKETING,0000036,0,Southeast Pennsylvania APEX Accelerator,DoD,Selling to Government,Online Meeting (Live),1,"Marketing/Sales, Selling to Government"
|
||||||
|
6/10/2025 12:00 AM,Unlock The Power of Contracts For Your Business! Virtual Event,0142673631,26,University of Pittsburgh SBDC,Core Services,Legal Issues,Online Meeting (Live),1,Legal Issues
|
||||||
|
6/10/2025 12:00 AM,The First Steps to Small Business Success ,0132076317,6,Penn State SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
6/9/2025 12:00 AM,In-Person Consulting Opportunity for **Wayne County** For-Profit Small Businesses,0132051451,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
6/6/2025 12:00 AM,First Step: Mechanics of Starting a Small Business ,0142673637,30,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
6/5/2025 12:00 AM,Building Essentials for Growth & Supplier Success Summit ,0142673679,46,University of Pittsburgh SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Business Financing, Managing a Business, Prime Vendor Program, Procurement Fair"
|
||||||
|
6/5/2025 12:00 AM,First Step Virtual,0132082981,2,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
6/5/2025 12:00 AM,Photography 101: How to Take Your Marketing to the Next Level (webinar),0142633587,5,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
6/4/2025 12:00 AM,IN PERSON: The Impact of Tariffs on Small Businesses,0132024597,16,Bucknell SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"International Trade, Legal Issues, Managing a Business"
|
||||||
|
6/4/2025 12:00 AM,WEBINAR: Make the Most of Your Google Business Profile,0132024598,46,Bucknell SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales, Social Media"
|
||||||
|
6/4/2025 12:00 AM,AI Small Business Essentials (in-person and online),0142633592,21,Duquesne University SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,Artificial Intelligence (AI)
|
||||||
|
6/4/2025 12:00 AM,eMarketing,0132082998,25,G - GANNON SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
6/4/2025 12:00 AM,QuickBooks Intensive Training,SSBCI00017,19,State Small Business Credit Initiative (SSBCI),SSBCI,Accounting/Budget,,1,"Accounting/Budget, Cash Flow Management, Managing a Business"
|
||||||
|
6/3/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (Webinar),0132063430,29,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
6/3/2025 12:00 AM,The Formula for Social Media Success (webinar),0142633588,12,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
6/3/2025 12:00 AM,First Steps: Mapping the Business Concept,0132014240,17,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
6/3/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025048,9,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
6/3/2025 12:00 AM,Fueling Small Business Growth with SSBCI,SSBCI00014,115,State Small Business Credit Initiative (SSBCI),SSBCI,Business Financing,Online Meeting (Live),1,"Business Financing, Business Plan"
|
||||||
|
6/2/2025 12:00 AM,Tax Clinic Information Session,0132014250,31,TE - TEMPLE SBDC,Core Services,Tax Planning,Online Meeting (Live),1,Tax Planning
|
||||||
|
5/31/2025 12:00 AM,First Step to Starting a Business,0132031710,1,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
5/28/2025 12:00 AM,"Next Level AI: Custom GPTs, Zapier, & Autonomous Agents",WD01145,64,WD - WIDENER SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,"Artificial Intelligence (AI), Business Plan, Business Start-up/Preplanning, Managing a Business, Technology"
|
||||||
|
5/28/2025 12:00 AM,APEX presents Doing Business with the State of PA,0000033,0,Southeast Pennsylvania APEX Accelerator,DoD,Government Industrial Base (GIB) Readiness,,1,"Central Contractor Registration, Government Contracting, Government Industrial Base (GIB) Readiness, Selling to Government"
|
||||||
|
5/28/2025 12:00 AM,"IN PERSON: Business, Bytes, and Brews at Cup O Code",0132024600,7,Bucknell SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"Marketing/Sales, Networking Event, Social Media"
|
||||||
|
5/22/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025056,7,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
5/22/2025 12:00 AM,International Documentation,0132031668,9,LE - LEHIGH UNIVERSITY SBDC,LEXNET,International Trade,Online Meeting (Live),1,"International Trade, Legal Issues"
|
||||||
|
5/22/2025 12:00 AM,The First Step Express: Starting Your Business (Webinar),0132051407,15,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
5/22/2025 12:00 AM,SBA Lending Basics and Lender Match: Tools for Business Success (webinar),0142633584,0,Duquesne University SBDC,Core Services,Business Financing,Online Meeting (Live),0,Business Financing
|
||||||
|
5/22/2025 12:00 AM,Go Global EXIM EXPORT SALES & FINANCE - Virtual ,0142673677,38,University of Pittsburgh SBDC,Core Services,International Trade,Online Meeting (Live),1,International Trade
|
||||||
|
5/22/2025 12:00 AM,How to Start and Operate a Small Business,WD01150,7,WD - WIDENER SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
5/22/2025 12:00 AM,The Next Step to Starting a Business,0132031707,4,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
5/21/2025 12:00 AM,"AI Variety Pack: Perplexity, Claude & DeepSeek",WD01144,50,WD - WIDENER SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,"Artificial Intelligence (AI), Business Plan, Business Start-up/Preplanning, Managing a Business, Technology"
|
||||||
|
5/21/2025 12:00 AM,QuickBooks Online Version (in-person),0142633583,8,Duquesne University SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,Accounting/Budget
|
||||||
|
5/21/2025 12:00 AM,First Step: Business Essentials (Beaver) (in-person),0142633591,2,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
5/21/2025 12:00 AM,APEX presents SBIR/STTR with PA IPart,0000034,0,Southeast Pennsylvania APEX Accelerator,DoD,SBIR/STTR/Other Innovation Programs,Online Meeting (Live),1,"Defense Industrial Base (DIB) Readiness, Government Contracting, Government Industrial Base (GIB) Readiness, SBIR/STTR/Other Innovation Programs"
|
||||||
|
5/21/2025 12:00 AM,Marketing 101: How to Find and Attract Your Ideal Customers to Grow Your Business (Webinar),0132051443,37,The University of Scranton SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Customer Relations, Marketing/Sales"
|
||||||
|
5/21/2025 12:00 AM,Financials 101: What Every Small Business Owner Should Know,0132014239,40,TE - TEMPLE SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Business Financing, Business Start-up/Preplanning"
|
||||||
|
5/21/2025 12:00 AM,"BRIGHT: Business Resilience, Innovation, Growth, Hustle, Transform - Spring 2025",0132014249,1,TE - TEMPLE SBDC,Core Services,Business Financing,Multi-session Course,0,"Business Financing, Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
5/21/2025 12:00 AM,Marketing 101: How to Find and Attract Your Ideal Customers to Grow Your Business (On-Demand Recording),0132051453,4,The University of Scranton SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,"Customer Relations, Marketing/Sales"
|
||||||
|
5/21/2025 12:00 AM,IN PERSON | Grow Your Business | 3rd Wednesday @ StartUp Danville,0132024602,8,Bucknell SBDC,Core Services,Artificial Intelligence (AI),Workshop/Seminar,1,"Artificial Intelligence (AI), Managing a Business, Networking Event"
|
||||||
|
5/21/2025 12:00 AM,First Step: Business Essentials (Beaver) (in-person),0142633447,0,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
5/21/2025 12:00 AM,Tax Talk with Corry - New Annual Report Requirement Starting in 2025,0132025075,0,PennWest University Clarion SBDC,Core Services,Tax Planning,Online Meeting (Live),0,"Business Start-up/Preplanning, Legal Issues, Managing a Business, Other, Subcontracting, Tax Planning"
|
||||||
|
5/20/2025 12:00 AM,First Step to Starting a Business,0132031706,7,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
5/20/2025 12:00 AM,"Master Your Money, Launch Your Dream",0132051441,2,The University of Scranton SBDC,Core Services,Business Financing,Workshop/Seminar,1,Business Financing
|
||||||
|
5/19/2025 12:00 AM,In-Person Consulting Opportunity for **Monroe County** For-Profit Small Businesses,0132051374,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
5/19/2025 12:00 AM,Tax Clinic Information Session,0132014243,8,TE - TEMPLE SBDC,Core Services,Tax Planning,Online Meeting (Live),1,Tax Planning
|
||||||
|
5/19/2025 12:00 AM,Intro to QuickBooks ,0132014244,14,TE - TEMPLE SBDC,SSBCI,Accounting/Budget,Online Meeting (Live),1,Accounting/Budget
|
||||||
|
5/16/2025 12:00 AM,Second Step: Developing a Business Plan ,0142673645,16,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
5/16/2025 12:00 AM,Doing Business with PITT,0142673676,74,University of Pittsburgh SBDC,Core Services,Prime Vendor Program,Workshop/Seminar,1,"Prime Vendor Program, Procurement Fair"
|
||||||
|
5/15/2025 12:00 AM,First Step: Business Essentials (Lawrence) (in-person),0142633557,3,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
5/15/2025 12:00 AM,OSHA Heat Illness Prevention Campaign ,0132082989,6,G - GANNON SBDC,Core Services,Risk Management,Online Meeting (Live),1,"Managing a Business, Risk Management"
|
||||||
|
5/15/2025 12:00 AM,Marketing Conference,0132082993,23,G - GANNON SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"Marketing/Sales, Social Media"
|
||||||
|
5/15/2025 12:00 AM,First Step: Business Essentials (Pittsburgh) (in-person and live-stream),0142633582,9,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
5/15/2025 12:00 AM,Cyber Hygiene 101,0132025082,14,PennWest University Clarion SBDC,Core Services,Cybersecurity Assistance,Online Meeting (Live),1,"Cybersecurity Assistance, eCommerce, Internet/Web Training, Technology"
|
||||||
|
5/14/2025 12:00 AM,2025 PA Tax Series: Getting Started with myPATH,0132025030,59,PennWest University Clarion SBDC,Core Services,Other,Online Meeting (Live),1,"Managing a Business, Other, Tax Planning"
|
||||||
|
5/14/2025 12:00 AM,ServSafe: Food and Safety Certification - St. Marys,0132025069,12,PennWest University Clarion SBDC,Other,Managing a Business,Workshop/Seminar,0,"Managing a Business, Other"
|
||||||
|
5/14/2025 12:00 AM,Marketing 101: A Step-by-Step Guide to Creating a Marketing Plan (On-Demand Recording),0132051450,10,The University of Scranton SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,Marketing/Sales
|
||||||
|
5/14/2025 12:00 AM,Small Business Strive & Thrive Training (Nazareth),0132031686,6,LE - LEHIGH UNIVERSITY SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Business Start-up/Preplanning, Managing a Business"
|
||||||
|
5/14/2025 12:00 AM,2025 Bucks County Lender Roundtable,0132031690,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Financing,Workshop/Seminar,0,Business Financing
|
||||||
|
5/14/2025 12:00 AM,IN PERSON: StartUp Lewisburg Lunch & Learn: AI Tools Beyond ChatGPT,0132024592,8,Bucknell SBDC,Core Services,Artificial Intelligence (AI),Workshop/Seminar,1,"Artificial Intelligence (AI), Managing a Business"
|
||||||
|
5/14/2025 12:00 AM,Get Your Website Reviewed (webinar),0142633581,5,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales"
|
||||||
|
5/14/2025 12:00 AM,Managing Your Business on Google Search and Maps (In-Person Only),0132076324,11,Penn State SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Managing a Business, Marketing/Sales"
|
||||||
|
5/14/2025 12:00 AM,"IN PERSON: Optimize Your Small Business Google Profile | Sunbury, PA",0132024596,2,Bucknell SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"eCommerce, Marketing/Sales, Social Media"
|
||||||
|
5/14/2025 12:00 AM,APEX presents the US Navy Talent Pipeline Program,0000032,0,Southeast Pennsylvania APEX Accelerator,DoD,Industrial Base Analysis and Sustainment (IBAS),Online Meeting (Live),1,"Defense Industrial Base (DIB) Readiness, Defense Production Act (DPA) Title III Support, Government Contracting, Government Industrial Base (GIB) Readiness, Industrial Base Analysis and Sustainment (IBAS)"
|
||||||
|
5/14/2025 12:00 AM,Marketing 101: A Step-by-Step Guide to Creating a Marketing Plan (Webinar),0132051442,48,The University of Scranton SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
5/14/2025 12:00 AM,Planning for Marketing,0132014238,9,TE - TEMPLE SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
5/13/2025 12:00 AM,QuickBooks For Business Growth ,0142673626,38,University of Pittsburgh SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Managing a Business"
|
||||||
|
5/13/2025 12:00 AM,The First Steps to Small Business Success - 1-hr Webinar,0132076319,36,Penn State SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
5/13/2025 12:00 AM,Get Capital Ready ,0142673678,29,University of Pittsburgh SBDC,Core Services,Business Financing,Workshop/Seminar,1,Business Financing
|
||||||
|
5/13/2025 12:00 AM,Understanding Federal Youth Employment Regulations ,0132025083,10,PennWest University Clarion SBDC,Core Services,Human Resources/Managing Employees,Online Meeting (Live),1,Human Resources/Managing Employees
|
||||||
|
5/8/2025 12:00 AM,First Step (Erie County - PM) ,0132082965,5,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
5/8/2025 12:00 AM,Small Business Capital Series: The Business Plan,0132031685,8,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Financing,Workshop/Seminar,1,Business Financing
|
||||||
|
5/8/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (In-Person Seminar),0132063448,7,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
5/8/2025 12:00 AM,First Step: Business Essentials (COhatch Southside Works) (in-person),0142633579,0,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
5/8/2025 12:00 AM,First Steps: Concept to Plan,0132014237,22,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
5/8/2025 12:00 AM,BIZLINK: The Local Network Exchange - Mercer County,0132082997,0,G - GANNON SBDC,Core Services,Networking Event,Workshop/Seminar,0,Networking Event
|
||||||
|
5/8/2025 12:00 AM,Marketing Basics for Entrepreneurs,WD01147,31,WD - WIDENER SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business, Marketing/Sales"
|
||||||
|
5/8/2025 12:00 AM,Panel Discussion on Small Business Succession Planning and ValueBuilder (in-person and online),0142633585,129,Duquesne University SBDC,Core Services,Buy/Sell Business,Workshop/Seminar,1,Buy/Sell Business
|
||||||
|
5/8/2025 12:00 AM,Contract Essentials for Small Businesses,0132076325,14,Penn State SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
5/8/2025 12:00 AM,Pathway to Partnerships (MTB Mixer),0132031708,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Procurement Fair,Workshop/Seminar,0,Procurement Fair
|
||||||
|
5/8/2025 12:00 AM,ServSafe: Food and Safety Certification - Emlenton,0132025068,6,PennWest University Clarion SBDC,Other,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
5/7/2025 12:00 AM,WEBINAR: The First Step: Starting Your Business,0132024594,13,Bucknell SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
5/7/2025 12:00 AM,Next Level AI: Mastering Google Gemini & Microsoft CoPilot,WD01142,56,WD - WIDENER SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,"Artificial Intelligence (AI), Business Plan, Business Start-up/Preplanning, Managing a Business, Technology"
|
||||||
|
5/7/2025 12:00 AM,First Step: Business Essentials (Butler) (in-person),0142633580,0,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
5/6/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025047,2,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
5/6/2025 12:00 AM,Bookkeeping Basics - virtual workshop ,0142673623,29,University of Pittsburgh SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Cash Flow Management"
|
||||||
|
5/6/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (Webinar),0132063431,26,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
5/6/2025 12:00 AM,First Step: Business Essentials (Wexford) (in-person),0142633578,3,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
5/6/2025 12:00 AM,5 Myths About Starting a Business,0132014242,0,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),0,Business Start-up/Preplanning
|
||||||
|
5/6/2025 12:00 AM, IN PERSON |The First Step: Entrepreneurship 101 for Cosmetology Businesses ,0132024599,26,Bucknell SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
5/2/2025 12:00 AM,First Step: Mechanics of Starting a Small Business ,0142673636,27,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
5/2/2025 12:00 AM,First Step: Starting a Small Business Webinar,SH00628,2,SH - SHIPPENSBURG SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
5/1/2025 12:00 AM,First Step (Virtual),0132082975,6,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
5/1/2025 12:00 AM,SBA Lending Basics and Lender Match (NEW DATE AND TIME),0132025026,7,PennWest University Clarion SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Business Financing, Business Start-up/Preplanning, Managing a Business, Other"
|
||||||
|
5/1/2025 12:00 AM,Small Business Digital Strategy: Aligning your Website and Finances for Growth,0132076618,8,Kutztown University SBDC,Core Services,Internet/Web Training,Online Meeting (Live),1,"eCommerce, Internet/Web Training, Managing a Business, Marketing/Sales"
|
||||||
|
5/1/2025 12:00 AM,Pitching Your Business Part 1: Creating Your Pitch,0132014235,57,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,Business Plan
|
||||||
|
5/1/2025 12:00 AM,First Steps: Mapping the Business Concept,0132014236,23,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
5/1/2025 12:00 AM,Five Fundamentals: How to Successfully Start Your Business,WD01152,9,WD - WIDENER SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
5/1/2025 12:00 AM,From Painter to Entreprenuer - Spanish,WD01157,16,WD - WIDENER SBDC,CDBG,Business Plan,Multi-session Course,1,"Business Plan, Managing a Business"
|
||||||
|
4/30/2025 12:00 AM,Improving Your Sales by Better Managing Your Data (in-person and live-stream),0142633548,5,Duquesne University SBDC,Core Services,Managing a Business,Online Meeting (Live),1,Managing a Business
|
||||||
|
4/30/2025 12:00 AM,"First Step, Starting a Small Business Webinar",0132052503,7,SF - ST. FRANCIS UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
4/30/2025 12:00 AM,"IN PERSON: Business, Bytes, and Brews at Cup O Code",0132024590,0,Bucknell SBDC,Core Services,Marketing/Sales,Workshop/Seminar,0,"Marketing/Sales, Networking Event, Social Media"
|
||||||
|
4/30/2025 12:00 AM,Principles of Business Management for Small Business Owners - Day 2 (in-person and online),0142633577,0,Duquesne University SBDC,Core Services,Managing a Business,Online Meeting (Live),0,"Cash Flow Management, Human Resources/Managing Employees, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
4/30/2025 12:00 AM, AI Applications in Business: Unlock the Power of AI in Your Business,0132076620,1,Kutztown University SBDC,Core Services,Internet/Web Training,Online Meeting (Live),0,"Artificial Intelligence (AI), Business Start-up/Preplanning, Internet/Web Training, Managing a Business, Marketing/Sales, Other, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
4/30/2025 12:00 AM,Beyond Prompts: Practical Skills for ChatGPT,WD01141,67,WD - WIDENER SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,"Artificial Intelligence (AI), Business Plan, Business Start-up/Preplanning, Managing a Business, Technology"
|
||||||
|
4/30/2025 12:00 AM,AI Applications in Business,0132076625,0,Kutztown University SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),0,Artificial Intelligence (AI)
|
||||||
|
4/29/2025 12:00 AM,Principles of Business Management for Small Business Owners - Day 1 and 2 (in-person and online),0142633576,205,Duquesne University SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Cash Flow Management, Human Resources/Managing Employees, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
4/28/2025 12:00 AM,Beyond Aesthetics: How Visual Branding Impacts Social Media Reach & SEO,0132076624,2,Kutztown University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
4/25/2025 12:00 AM,Situational Leadership for Small Business Owners,0132082994,87,G - GANNON SBDC,Core Services,Managing a Business,Online Meeting (Live),1,Managing a Business
|
||||||
|
4/24/2025 12:00 AM,Introductions to HTS/Schedule B classification,0132031667,12,LE - LEHIGH UNIVERSITY SBDC,LEXNET,International Trade,Online Meeting (Live),1,International Trade
|
||||||
|
4/24/2025 12:00 AM,Small Business Capital Series Part 2: Funding Options,0132031684,7,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Financing,Workshop/Seminar,1,Business Financing
|
||||||
|
4/24/2025 12:00 AM,Jeanne's Best Online Practices: Facebook Basics and Beyond ,0132025089,4,PennWest University Clarion SBDC,Core Services,Social Media,Online Meeting (Live),0,"eCommerce, Intellectual Property, Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
4/24/2025 12:00 AM,Info Session - From Painter to Entreprenuer ,WD01153,25,WD - WIDENER SBDC,CDBG,Business Plan,Workshop/Seminar,1,"Business Plan, Managing a Business"
|
||||||
|
4/24/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025055,4,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
4/24/2025 12:00 AM,How to Know if Your Business Idea Will Really Work (Webinar),0132051406,23,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
4/24/2025 12:00 AM,The Legal Side of Business: Structure & Strategy,0132082995,63,G - GANNON SBDC,Core Services,Legal Issues,Online Meeting (Live),1,Legal Issues
|
||||||
|
4/24/2025 12:00 AM,"""Building and Fine-Tuning Custom GPT Models for Your Business""",0132076614,10,Kutztown University SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,"Artificial Intelligence (AI), Business Plan, Customer Relations, Internet/Web Training, Managing a Business, Marketing/Sales, Other, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
4/24/2025 12:00 AM,Achieve Digital Advertising Success in 2025 (webinar),0142633570,11,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
4/24/2025 12:00 AM,Licensed to Sell: Session 3: Licensing ,0142673673,31,University of Pittsburgh SBDC,Core Services,Prime Vendor Program,Online Meeting (Live),1,Prime Vendor Program
|
||||||
|
4/23/2025 12:00 AM,Second Step: Developing a Business Plan ,0142673643,52,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
4/23/2025 12:00 AM,First Step: Business Essentials (Peters) (in-person),0142633545,5,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
4/23/2025 12:00 AM,Minimalist Marketing: Doing More with Less,0132076611,30,Kutztown University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
4/23/2025 12:00 AM,Emerging Social Media Trends (webinar),0142633572,9,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
4/23/2025 12:00 AM,The Business of Art,0132014232,39,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
4/23/2025 12:00 AM,Free Library Digital Resources for Businesses,0132014233,19,TE - TEMPLE SBDC,Core Services,Internet/Web Training,Online Meeting (Live),1,"Internet/Web Training, Managing a Business"
|
||||||
|
4/23/2025 12:00 AM,Normative Leadership: The “HOW TO” Science of Culture Change - Butler County (in-person),0142633575,2,Duquesne University SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
4/23/2025 12:00 AM,Next Step to Starting a Business,0132031704,13,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
4/22/2025 12:00 AM,Planning for the Business Owner (in-person and live-stream),0142633547,0,Duquesne University SBDC,Core Services,Managing a Business,Online Meeting (Live),0,"Human Resources/Managing Employees, Managing a Business"
|
||||||
|
4/22/2025 12:00 AM,Creating Mega Prompts for ChatGPT: Unlocking the Power of AI Conversations,0132076613,23,Kutztown University SBDC,Core Services,Artificial Intelligence (AI),Workshop/Seminar,1,"Artificial Intelligence (AI), Business Plan, Business Start-up/Preplanning, Customer Relations, eCommerce, Internet/Web Training, Managing a Business, Other, Small Disadvantaged Businesses, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
4/22/2025 12:00 AM,First Step to Starting a Business,0132031702,15,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
4/22/2025 12:00 AM,Managing Your Business on Google Search and Maps (In-Person Only),0132076323,1,Penn State SBDC,Core Services,Managing a Business,Workshop/Seminar,0,"Managing a Business, Marketing/Sales"
|
||||||
|
4/22/2025 12:00 AM,Ready for Business: Selling & Marketing - Virtual ,0142673675,21,University of Pittsburgh SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
4/17/2025 12:00 AM,Licensed to Sell: Session 2: PantherExpress & Procurex,0142673672,19,University of Pittsburgh SBDC,Core Services,Prime Vendor Program,Online Meeting (Live),1,Prime Vendor Program
|
||||||
|
4/17/2025 12:00 AM,Government Marketing Strategies – Research and Creating Government Marketing Plan,0132014234,7,TE - TEMPLE SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
4/17/2025 12:00 AM,Social Media: Assessing Your Online Presence for Business Growth (Webinar),0132063449,90,WI - WILKES SBDC,Core Services,Social Media,Online Meeting (Live),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
4/17/2025 12:00 AM,"OSHA: Incentive Programs, Disciplinary Programs, and Drug Testing Programs",0132025080,10,PennWest University Clarion SBDC,Core Services,Risk Management,Online Meeting (Live),1,"Human Resources/Managing Employees, Managing a Business, Other, Risk Management"
|
||||||
|
4/17/2025 12:00 AM,Social Media: Assessing Your Online Presence for Business Growth (On-Demand Recording),0132063460,9,WI - WILKES SBDC,Core Services,Social Media,Online Course (Prerecorded),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
4/16/2025 12:00 AM,"Tax Talk with Corry - Use Tax (never heard of this, what is it)",0132025074,10,PennWest University Clarion SBDC,Core Services,Tax Planning,Online Meeting (Live),0,"Business Start-up/Preplanning, Legal Issues, Managing a Business, Other, Subcontracting, Tax Planning"
|
||||||
|
4/16/2025 12:00 AM,First Step: Business Essentials (Pittsburgh) (in-person and live-stream),0142633573,13,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
4/16/2025 12:00 AM,StartUp Danville | Grow Your Business | Third Wednesdays ,0132024595,11,Bucknell SBDC,Core Services,Managing a Business,Workshop/Seminar,0,"Managing a Business, Networking Event"
|
||||||
|
4/14/2025 12:00 AM,In-Person Consulting Opportunity for Monroe County For-Profit Small Businesses,0132051373,3,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
4/14/2025 12:00 AM,Essential Tech for Small Business Content Creation: Choosing the Right Gear,0132076609,4,Kutztown University SBDC,Core Services,Technology,Workshop/Seminar,1,"Marketing/Sales, Social Media, Technology"
|
||||||
|
4/14/2025 12:00 AM,Taller práctico de llenado de la Aplicación de Vendedor Permanente,WD01146,3,WD - WIDENER SBDC,Core Services,Other,Workshop/Seminar,1,Other
|
||||||
|
4/12/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025050,6,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
4/11/2025 12:00 AM,Taking Your Business Global – The Right Way!,0132076608,15,Kutztown University SBDC,Core Services,International Trade,Online Meeting (Live),1,"International Trade, Marketing/Sales"
|
||||||
|
4/11/2025 12:00 AM,"Ready for Business: A No-Cost 2-Part Series on Contracts, Pricing and Marketing Strategies",0142673674,19,University of Pittsburgh SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"Business Financing, Legal Issues, Marketing/Sales, Prime Vendor Program"
|
||||||
|
4/10/2025 12:00 AM,Licensed to Sell: Session 1 RFP Readiness - Virtual ,0142673671,42,University of Pittsburgh SBDC,Core Services,Prime Vendor Program,Online Meeting (Live),1,Prime Vendor Program
|
||||||
|
4/10/2025 12:00 AM,Habilidades Digitales para tareas Cotidianas,WD01149,21,WD - WIDENER SBDC,Core Services,Internet/Web Training,Online Meeting (Live),1,"eCommerce, Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
4/10/2025 12:00 AM,First Step (Erie County - AM) ,0132082964,6,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
4/10/2025 12:00 AM,Small Business Capital Series Part 1: Small Business Loans,0132031683,7,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Financing,Workshop/Seminar,1,Business Financing
|
||||||
|
4/10/2025 12:00 AM,ServSafe: Food and Safety Certification - DuBois,0132025064,14,PennWest University Clarion SBDC,Other,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
4/9/2025 12:00 AM,2025 PA Tax Series: Withholding Basics,0132025038,70,PennWest University Clarion SBDC,Core Services,Other,Online Meeting (Live),1,"Managing a Business, Other, Tax Planning"
|
||||||
|
4/9/2025 12:00 AM,Get Your Website Reviewed (webinar),0142633553,4,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales"
|
||||||
|
4/9/2025 12:00 AM,"So, You Want to Start a Small Business - Beaver (in-person)",0142633568,35,Duquesne University SBDC,Core Services,Business Financing,Workshop/Seminar,1,"Business Financing, Franchising"
|
||||||
|
4/9/2025 12:00 AM,BIZLINK: Blooming Business Connections,0132082992,0,G - GANNON SBDC,Core Services,Networking Event,Workshop/Seminar,0,Networking Event
|
||||||
|
4/9/2025 12:00 AM,Normative Leadership: The “HOW TO” Science of Culture Change (in-person),0142633574,11,Duquesne University SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
4/9/2025 12:00 AM,First Step: Starting a Small Business Webinar,SH00627,3,SH - SHIPPENSBURG SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
4/9/2025 12:00 AM,Innovation Lunch & Learn: IN PERSON at StartUp Lewisburg,0132024591,0,Bucknell SBDC,Core Services,Managing a Business,Workshop/Seminar,0,"Artificial Intelligence (AI), Customer Relations, eCommerce, Managing a Business, Marketing/Sales"
|
||||||
|
4/9/2025 12:00 AM,it's time to take the FIRST STEPS TO STARTING YOUR BUSINESS,0132076621,0,Kutztown University SBDC,Core Services,Business Plan,Workshop/Seminar,0,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, Managing a Business"
|
||||||
|
4/8/2025 12:00 AM,SBA Lender Match - Virtual ,0142673647,133,University of Pittsburgh SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Business Financing, Business Start-up/Preplanning"
|
||||||
|
4/8/2025 12:00 AM,The First Steps to Small Business Success - 1-hr Webinar,0132076318,16,Penn State SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
4/8/2025 12:00 AM,First Steps: Concept to Plan,0132014227,36,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
4/8/2025 12:00 AM,Brand Storytelling: Crafting Narratives That Resonate,0132076607,0,Kutztown University SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),0,"Marketing/Sales, Social Media"
|
||||||
|
4/8/2025 12:00 AM,The Formula for Social Media Success (webinar),0142633569,13,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
4/7/2025 12:00 AM,it's time to take the FIRST STEPS TO STARTING YOUR BUSINESS,0132076622,0,Kutztown University SBDC,Core Services,Business Plan,Workshop/Seminar,0,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, Managing a Business"
|
||||||
|
4/7/2025 12:00 AM,StartUp Virtual Spring 2025,0132051411,4,The University of Scranton SBDC,Core Services,Business Plan,Multi-session Course,1,Business Plan
|
||||||
|
4/3/2025 12:00 AM,SBIR/STTR VIRTUAL ROAD TOUR - CONNECTING YOU LOCALLY,0000031,10,Southeast Pennsylvania APEX Accelerator,DoD,SBIR/STTR/Other Innovation Programs,Online Meeting (Live),1,"Defense Industrial Base (DIB) Readiness, Government Contracting, SBIR/STTR/Other Innovation Programs"
|
||||||
|
4/3/2025 12:00 AM,First Step (Mercer County - PM) ,0132082980,0,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
4/2/2025 12:00 AM,2nd Annual Illuminate- Lighting the Path to Business Success Entrepreneurship Dinner,0132076609,139,Kutztown University SBDC,NAP,Managing a Business,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, Managing a Business, Other"
|
||||||
|
4/2/2025 12:00 AM,Agriculture Industry Roundtable,0132076322,18,Penn State SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Customer Relations, Managing a Business, Marketing/Sales, Social Media"
|
||||||
|
4/2/2025 12:00 AM,The First Step: Starting Your Business - WEBINAR,0132024593,9,Bucknell SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
4/2/2025 12:00 AM,First Step: Mechanics of Starting a Small Business ,0142673634,59,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
4/1/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (Webinar),0132063429,25,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
4/1/2025 12:00 AM,Website & Email Marketing - Session 4,WD01135,191,WD - WIDENER SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
4/1/2025 12:00 AM,First Steps: Mapping the Business Concept,0132014226,26,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
4/1/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025046,7,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
4/1/2025 12:00 AM,StartUP Spring 2025,0132051405,16,The University of Scranton SBDC,Other,Business Plan,Multi-session Course,1,Business Plan
|
||||||
|
4/1/2025 12:00 AM,OSHA Heat Illness Prevention (On-Demand),0132025087,0,PennWest University Clarion SBDC,Core Services,Human Resources/Managing Employees,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Human Resources/Managing Employees, Legal Issues, Managing a Business, Risk Management, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
4/1/2025 12:00 AM,OSHA Field Sanitation Requirements (On-Demand Recording),0132025088,1,PennWest University Clarion SBDC,Core Services,Risk Management,Online Course (Prerecorded),0,"Agriculture, Human Resources/Managing Employees, Legal Issues, Managing a Business, Risk Management"
|
||||||
|
4/1/2025 12:00 AM,Marketing 101: What is a Target Market and How to Determine Yours (On-Demand Recording),0132051439,3,The University of Scranton SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,Marketing/Sales
|
||||||
|
4/1/2025 12:00 AM,SBA Loan Programs (On-Demand Recording),0132063450,3,WI - WILKES SBDC,Core Services,Other,Online Course (Prerecorded),1,Other
|
||||||
|
4/1/2025 12:00 AM,Exporting Basics for Small Businesses (On-Demand Recording),0132063451,1,WI - WILKES SBDC,Core Services,International Trade,Online Course (Prerecorded),0,"International Trade, Other"
|
||||||
|
4/1/2025 12:00 AM,Outsmart the Scammers: How to Keep Your Business Safe (On-Demand Recording),0132063452,0,WI - WILKES SBDC,Core Services,Cybersecurity Assistance,Online Course (Prerecorded),0,"Cybersecurity Assistance, Managing a Business, Technology"
|
||||||
|
4/1/2025 12:00 AM,The 3 P's of Cybersecurity: Practical Protection for Small Businesses (On-Demand Recording),0132063453,0,WI - WILKES SBDC,Core Services,Cybersecurity Assistance,Online Course (Prerecorded),0,Cybersecurity Assistance
|
||||||
|
4/1/2025 12:00 AM,Credit 101: Understanding and Improving Your Credit Report and Score (On-Demand Recording),0132063454,3,WI - WILKES SBDC,Core Services,Cash Flow Management,Online Course (Prerecorded),1,"Cash Flow Management, Other"
|
||||||
|
4/1/2025 12:00 AM,Strategies for Successful Business Transitions: Practical Tips for Buying & Selling a Business (On-Demand Recording),0132063455,0,WI - WILKES SBDC,Core Services,Buy/Sell Business,Online Course (Prerecorded),0,Buy/Sell Business
|
||||||
|
4/1/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (On-Demand Recording),0132063456,21,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,Business Start-up/Preplanning
|
||||||
|
4/1/2025 12:00 AM,Developing a Comprehensive Marketing Plan (On-Demand Recording),0132063457,3,WI - WILKES SBDC,Core Services,Other,Online Course (Prerecorded),1,Marketing/Sales
|
||||||
|
4/1/2025 12:00 AM,Will It Really Work? A Guide to Assessing Your Business Idea (On-Demand Recording),0132063458,1,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,Business Start-up/Preplanning
|
||||||
|
4/1/2025 12:00 AM,What's in a Name? The Strategic Impact of Naming Your Business (On-Demand Recording),0132063459,0,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,"Business Start-up/Preplanning, Other"
|
||||||
|
4/1/2025 12:00 AM,Compliance with Migrant and Seasonal Agricultural Worker Protection Act (MSPA) (On-Demand Recording),0132025086,1,PennWest University Clarion SBDC,Core Services,Agriculture,Online Course (Prerecorded),0,"Agriculture, Customer Relations, Human Resources/Managing Employees, Managing a Business"
|
||||||
|
4/1/2025 12:00 AM,How to Know if Your Business Idea Will Really Work (On-Demand Recording),0132051412,11,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,Business Start-up/Preplanning
|
||||||
|
4/1/2025 12:00 AM,Gear Up for Financing: What Are My Funding Options? (On-Demand Recording),0132051413,1,The University of Scranton SBDC,Core Services,Business Financing,Online Course (Prerecorded),0,"Business Financing, Managing a Business"
|
||||||
|
4/1/2025 12:00 AM,Gear Up for Financing: What Do I Need to Prepare? (On-Demand Recording),0132051414,4,The University of Scranton SBDC,Core Services,Business Financing,Online Course (Prerecorded),1,"Business Financing, Managing a Business"
|
||||||
|
4/1/2025 12:00 AM,"Making Laws Work for You, Part 1: Ag Security Areas, Farmland Preservation, and Clean & Green (On-Demand Recording)",0132051415,1,The University of Scranton SBDC,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Legal Issues"
|
||||||
|
4/1/2025 12:00 AM,"Making Laws Work for You, Part 2: Right to Farm, ACRE, and the Agritourism Activity Protection Act (On-Demand Recording)",0132051416,0,The University of Scranton SBDC,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Legal Issues"
|
||||||
|
4/1/2025 12:00 AM,Understanding Customer Value: Strategies for Small Businesses (Series of Short Videos),0132051417,0,The University of Scranton SBDC,Core Services,Customer Relations,Online Course (Prerecorded),0,"Customer Relations, Marketing/Sales"
|
||||||
|
4/1/2025 12:00 AM,The First Step Express: Starting Your Business (Series of Short Videos),0132051418,2,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,Business Start-up/Preplanning
|
||||||
|
4/1/2025 12:00 AM,From Idea to Action: Developing Your Business Plan (On-Demand Recording),0132051419,6,The University of Scranton SBDC,Core Services,Business Plan,Online Course (Prerecorded),1,Business Plan
|
||||||
|
4/1/2025 12:00 AM,The First Step Express: Starting Your Business (On-Demand Recording),0132051420,19,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,Business Start-up/Preplanning
|
||||||
|
4/1/2025 12:00 AM,Making Your Farm Business Plan Work for You (On-Demand Recording),0132051421,0,The University of Scranton SBDC,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Business Plan"
|
||||||
|
4/1/2025 12:00 AM,Making Your Food Business Concept a Reality (On-Demand Recording),0132051422,3,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,"Agriculture, Business Start-up/Preplanning, Other"
|
||||||
|
4/1/2025 12:00 AM,Social Media 101 for Food on the Move (On-Demand Recording),0132051423,1,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),0,"Agriculture, Customer Relations, Managing a Business, Marketing/Sales, Social Media"
|
||||||
|
4/1/2025 12:00 AM,"Social Media 101 for Restaurants, Coffee Shops, and Carry-Out (On-Demand Recording)",0132051424,1,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),0,"Agriculture, Social Media"
|
||||||
|
4/1/2025 12:00 AM,Mastering Your Business Model with Business Model Canvas (On-Demand Recording),0132051425,2,The University of Scranton SBDC,Core Services,Business Plan,Online Course (Prerecorded),1,"Business Plan, Managing a Business"
|
||||||
|
4/1/2025 12:00 AM,So You Want to Start a Food Truck: Your Guide to Starting a Mobile Food Enterprise (On-Demand),0132051426,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Managing a Business, Other"
|
||||||
|
4/1/2025 12:00 AM,The Importance of Food Safety: An Introduction to the Food Safety Modernization Act (On-Demand),0132051427,1,The University of Scranton SBDC,Other Federal,Managing a Business,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Legal Issues, Managing a Business, Other"
|
||||||
|
4/1/2025 12:00 AM,So You Want to Start a Food Truck: Taking Your Farm Stand on the Road (On-Demand Recording),0132051428,0,The University of Scranton SBDC,Other Federal,Agriculture,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Managing a Business, Other"
|
||||||
|
4/1/2025 12:00 AM,The Truth About Grants (On-Demand Recording),0132051429,2,The University of Scranton SBDC,Core Services,Business Financing,Online Course (Prerecorded),1,"Business Financing, Other"
|
||||||
|
4/1/2025 12:00 AM,Limited Food Establishments: Adding Value in Your Home Kitchen (On-Demand Recording),0132051430,0,The University of Scranton SBDC,Core Services,Managing a Business,Online Course (Prerecorded),0,"Agriculture, Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Other"
|
||||||
|
4/1/2025 12:00 AM,Grow Your Small Business with an Internship (On-Demand Recording),0132051431,0,The University of Scranton SBDC,Core Services,Human Resources/Managing Employees,Online Course (Prerecorded),0,"Human Resources/Managing Employees, Other"
|
||||||
|
4/1/2025 12:00 AM,Social Media Marketing Basics for Small Businesses (On-Demand Recording),0132051432,4,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),1,"Marketing/Sales, Social Media"
|
||||||
|
4/1/2025 12:00 AM,Advanced Social Media Marketing Strategies for Small Businesses (On-Demand Recording),0132051433,1,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),0,"Marketing/Sales, Social Media"
|
||||||
|
4/1/2025 12:00 AM,30 Minutes to Better Search Engine Optimization: Backlinking (On-Demand Recording),0132051434,0,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),0,"Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
4/1/2025 12:00 AM,30 Minutes to Better Search Engine Optimization: Keyword Research (On-Demand Recording),0132051435,2,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),1,"Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
4/1/2025 12:00 AM,30 Minutes to Better Search Engine Optimization: Measuring Results (On-Demand Recording),0132051436,1,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),0,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
4/1/2025 12:00 AM,30 Minutes to Better Search Engine Optimization: Small Business Blogging (On-Demand Recording),0132051437,0,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),0,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
4/1/2025 12:00 AM,Marketing 101: What is a Marketing Plan and How to Write One (On-Demand Recording),0132051438,2,The University of Scranton SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,"Customer Relations, Marketing/Sales"
|
||||||
|
4/1/2025 12:00 AM, Book Your (in person) Session at Golden Bear Visuals for Photography Content Creation/Video ,0132076623,14,Kutztown University SBDC,NAP,Social Media,Online Course (Prerecorded),1,"Business Start-up/Preplanning, Customer Relations, eCommerce, Internet/Web Training, Marketing/Sales, Other, Selling to Government, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
3/29/2025 12:00 AM,IGNITE: HEADSHOTS + PRODUCT PHOTOGRAPHY WORKSHOP and networking! Level Up Your Craft Business,0132076615,22,Kutztown University SBDC,NAP,Networking Event,,1,"Business Plan, Business Start-up/Preplanning, eCommerce, Managing a Business, Marketing/Sales, Networking Event, Other, Social Media, Woman-owned Businesses"
|
||||||
|
3/28/2025 12:00 AM,Second Step: Developing a Business Plan ,0142673619,56,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
3/27/2025 12:00 AM,Photography Basics: In The Field (in-person),0142633526,6,Duquesne University SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,Marketing/Sales
|
||||||
|
3/27/2025 12:00 AM,Export Compliance Training ,0132031666,18,LE - LEHIGH UNIVERSITY SBDC,LEXNET,International Trade,Online Meeting (Live),0,"International Trade, Legal Issues"
|
||||||
|
3/27/2025 12:00 AM,Insure Your Success: A Beginner's Guide to Business Insurance,WD01130,16,WD - WIDENER SBDC,Core Services,Risk Management,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business, Risk Management"
|
||||||
|
3/27/2025 12:00 AM,First Step: Business Essentials (Pittsburgh) (in-person and live-stream),0142633566,13,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
3/27/2025 12:00 AM,"So, You Want to Start a Small Business - Coraopolis (in-person) ",0142633567,68,Duquesne University SBDC,Core Services,Business Financing,Workshop/Seminar,1,"Business Financing, Franchising"
|
||||||
|
3/27/2025 12:00 AM,Tips for Creating Engaging Video Content for Small Businesses,0132076606,30,Kutztown University SBDC,Core Services,Social Media,Online Meeting (Live),0,"Marketing/Sales, Social Media"
|
||||||
|
3/27/2025 12:00 AM,Jeanne's Best Online Practices: Social Media Standards,0132025085,5,PennWest University Clarion SBDC,Core Services,Social Media,Online Meeting (Live),0,"eCommerce, Intellectual Property, Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
3/27/2025 12:00 AM,Marketing Mastery Program - Kittanning,0132025084,0,PennWest University Clarion SBDC,Core Services,Marketing/Sales,Multi-session Course,0,"Agriculture, Customer Relations, Marketing/Sales, Social Media"
|
||||||
|
3/26/2025 12:00 AM,Next Step to Starting a Business,0132031699,10,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
3/26/2025 12:00 AM,"Business, Bytes, and Brews: Marketing & Networking, IN PERSON at Cup O Code",0132024589,5,Bucknell SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"Marketing/Sales, Networking Event, Social Media"
|
||||||
|
3/26/2025 12:00 AM,Demystifying SBA and SSBCI Federal Funding,SSBCI00011,15,State Small Business Credit Initiative (SSBCI),SSBCI,Business Financing,Workshop/Seminar,1,"Business Financing, Business Plan"
|
||||||
|
3/26/2025 12:00 AM,QuickBooks Online Version (in-person),0142633544,12,Duquesne University SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,Accounting/Budget
|
||||||
|
3/26/2025 12:00 AM,"First Step, Starting a Small Business Webinar",0132052502,8,SF - ST. FRANCIS UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
3/26/2025 12:00 AM,Abre Tu Negocio en Pittsburgh - Este programa es en persona,0142673653,9,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Start-up/Preplanning, Managing a Business"
|
||||||
|
3/25/2025 12:00 AM,"Introduction to the U.S. Department of Labor, Wage and Hour Division (Webinar)",0142633565,58,Duquesne University SBDC,Core Services,Other,Online Meeting (Live),1,Other
|
||||||
|
3/25/2025 12:00 AM,QuickBooks Functions & Reporting,SSBCI00012,20,State Small Business Credit Initiative (SSBCI),SSBCI,Accounting/Budget,Workshop/Seminar,1,"Accounting/Budget, Business Financing, eCommerce, Managing a Business, Small Disadvantaged Businesses, Tax Planning, Woman-owned Businesses"
|
||||||
|
3/25/2025 12:00 AM,Improve Your Small Business Google Profile: IN PERSON at StartUp Milton,0132024587,10,Bucknell SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"eCommerce, Marketing/Sales, Social Media"
|
||||||
|
3/25/2025 12:00 AM,Overview of Tariffs on Small Businesses,0132014228,26,TE - TEMPLE SBDC,Core Services,International Trade,Online Meeting (Live),1,International Trade
|
||||||
|
3/25/2025 12:00 AM,First Step to Starting a Business,0132031700,24,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
3/25/2025 12:00 AM,Innovating Together with APEX Accelerators,0000030,34,Southeast Pennsylvania APEX Accelerator,DoD,SBIR/STTR/Other Innovation Programs,,1,"Defense Industrial Base (DIB) Readiness, Government Contracting, Government Industrial Base (GIB) Readiness, SBIR/STTR/Other Innovation Programs"
|
||||||
|
3/25/2025 12:00 AM,Creating a Google Business Profile - Session 3 ,WD01134,71,WD - WIDENER SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
3/24/2025 12:00 AM,Intro to QuickBooks,SSBCI00013,161,WI - WILKES SBDC,SSBCI,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Cash Flow Management, eCommerce, Managing a Business, Small Disadvantaged Businesses, Tax Planning, Woman-owned Businesses"
|
||||||
|
3/24/2025 12:00 AM,Potencia tu negocio en Redes Sociales ,WD01143,9,WD - WIDENER SBDC,CDBG,Social Media,Workshop/Seminar,1,"Marketing/Sales, Social Media"
|
||||||
|
3/20/2025 12:00 AM,How to Access the Capital You Need - virtual session,0142673638,98,University of Pittsburgh SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
3/20/2025 12:00 AM,The First Step Express: Starting Your Business (Webinar),0132051365,15,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
3/20/2025 12:00 AM,How to Start and Operate a Small Business,WD01126,15,WD - WIDENER SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
3/20/2025 12:00 AM,New and Beginning Farmer Study Circles,0132025078,0,PennWest University Clarion SBDC,Core Services,Agriculture,Workshop/Seminar,0,"Accounting/Budget, Agriculture, Business Financing, Business Plan, Buy/Sell Business, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
3/20/2025 12:00 AM,OSHA: Walking Working Surfaces from 1910. Subpart D,0132025079,10,PennWest University Clarion SBDC,Core Services,Risk Management,Online Meeting (Live),1,"Human Resources/Managing Employees, Managing a Business, Other, Risk Management"
|
||||||
|
3/20/2025 12:00 AM,How to Drive More Sales in 2025,0132014229,39,TE - TEMPLE SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
3/20/2025 12:00 AM,QuickBooks Financial Statement Prep,SSBCI00013,6, Pennsylvania SBDC Lead Office,SSBCI,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, eCommerce, Small Disadvantaged Businesses, Tax Planning"
|
||||||
|
3/20/2025 12:00 AM,The Business of Art,0132014231,18,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Legal Issues"
|
||||||
|
3/20/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025054,9,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
3/19/2025 12:00 AM,Tax Talk with Corry - Charitable Contributions (can I deduct that),0132025073,7,PennWest University Clarion SBDC,Core Services,Tax Planning,Online Meeting (Live),0,"Business Start-up/Preplanning, Legal Issues, Managing a Business, Other, Subcontracting, Tax Planning"
|
||||||
|
3/19/2025 12:00 AM,Utilizing GSA eTools,0000026,0,Southeast Pennsylvania APEX Accelerator,DoD,Government Industrial Base (GIB) Readiness,,1,"Government Industrial Base (GIB) Readiness, Selling to Government"
|
||||||
|
3/19/2025 12:00 AM,First Step: Starting a Small Business- Webinar,SH00626,5,SH - SHIPPENSBURG SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
3/19/2025 12:00 AM,Behind the Brew: A National SBDC Day Tour at Rosko’s Brew House ,0132076321,10,Penn State SBDC,Core Services,Other,Workshop/Seminar,0,"Networking Event, Other"
|
||||||
|
3/19/2025 12:00 AM,"Why, What and How: Unlocking Small Business Success with the SBDC",0132031698,21,LE - LEHIGH UNIVERSITY SBDC,Core Services,Networking Event,Workshop/Seminar,1,"Business Financing, Business Start-up/Preplanning, Government Contracting, International Trade, Managing a Business, Networking Event"
|
||||||
|
3/19/2025 12:00 AM,Navigating PA Taxes and Regulations for Farmers,0132025081,18,PennWest University Clarion SBDC,PDA,Agriculture,Online Meeting (Live),1,"Agriculture, Business Financing, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
3/19/2025 12:00 AM,Building Your Team,0132014230,13,TE - TEMPLE SBDC,Core Services,Human Resources/Managing Employees,Online Meeting (Live),1,Human Resources/Managing Employees
|
||||||
|
3/19/2025 12:00 AM,Pitch Competition. Prep class,WD01155,4,WD - WIDENER SBDC,CDBG,Marketing/Sales,,1,Marketing/Sales
|
||||||
|
3/19/2025 12:00 AM,Demystifying Federal Funding for Your Small Business,SSBCI00010,36,State Small Business Credit Initiative (SSBCI),SSBCI,Business Financing,Online Meeting (Live),1,"Business Financing, Business Plan"
|
||||||
|
3/18/2025 12:00 AM,CANCELLED *** ServSafe: Food and Safety Certification - Kittanning,0132025066,0,PennWest University Clarion SBDC,Other,Managing a Business,Workshop/Seminar,0,"Managing a Business, Other"
|
||||||
|
3/18/2025 12:00 AM,The World of Social Media - Session 2,WD01133,46,WD - WIDENER SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
3/17/2025 12:00 AM,In-Person Consulting Opportunity for Monroe County For-Profit Small Businesses,0132051372,4,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
3/17/2025 12:00 AM,Strategic Planning for Growth,WD01153,20,WD - WIDENER SBDC,CDBG,Business Plan,,1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
3/14/2025 12:00 AM,First Step: Mechanics of Starting a Small Business ,0142673618,36,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
3/14/2025 12:00 AM,AI Business Plan Workshop,0132031682,49,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Plan,Workshop/Seminar,1,Business Plan
|
||||||
|
3/14/2025 12:00 AM,First Steps: Concept to Plan,0132014225,31,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
3/14/2025 12:00 AM,"Psychology of Branding: How Shapes, Colors and Fonts Influence Customers",0132076605,46,Kutztown University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
3/13/2025 12:00 AM,First Step (Erie County - PM) ,0132082963,19,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
3/13/2025 12:00 AM,QuickBooks Functions & Reporting,SSBCI00008,4,State Small Business Credit Initiative (SSBCI),SSBCI,Accounting/Budget,Workshop/Seminar,1,"Accounting/Budget, Business Financing, eCommerce, Managing a Business, Small Disadvantaged Businesses, Tax Planning, Woman-owned Businesses"
|
||||||
|
3/13/2025 12:00 AM,How to Gain Customers with a LinkedIn Company Page ,WD01125,25,WD - WIDENER SBDC,Core Services,Social Media,Online Meeting (Live),1,"Managing a Business, Social Media, Technology"
|
||||||
|
3/13/2025 12:00 AM,Marketing Digital y Presencia Online- Disene su estrategia Digital,WD01138,12,WD - WIDENER SBDC,Core Services,Social Media,Online Meeting (Live),1,"Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
3/13/2025 12:00 AM,it's time to take the FIRST STEPS TO STARTING YOUR BUSINESS,0132076617,5,Kutztown University SBDC,Core Services,Business Plan,Workshop/Seminar,1,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, Managing a Business"
|
||||||
|
3/12/2025 12:00 AM,2025 PA Tax Series: Sales Tax Basics,0132025035,24,PennWest University Clarion SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Business Start-up/Preplanning, eCommerce, Managing a Business, Marketing/Sales, Tax Planning"
|
||||||
|
3/12/2025 12:00 AM,First Step Business Essentials (Pittsburgh Airport Area Chamber of Commerce) (in-person),0142633520,5,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
3/12/2025 12:00 AM,CMMC Level 1 In Layperson’s terms with TOTEM and SEPA APEX,0000023,0,Southeast Pennsylvania APEX Accelerator,DoD,Cybersecurity Assistance,,1,"Cybersecurity Assistance, Defense Industrial Base (DIB) Readiness, Government Contracting, Government Industrial Base (GIB) Readiness"
|
||||||
|
3/12/2025 12:00 AM,Get Your Website Reviewed (webinar),0142633564,5,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales"
|
||||||
|
3/12/2025 12:00 AM,*IN-PERSON EVENT* Innovation Lunch & Learn: AI-Powered Branding,0132024588,6,Bucknell SBDC,Core Services,Artificial Intelligence (AI),Workshop/Seminar,1,"Artificial Intelligence (AI), Customer Relations, eCommerce, Managing a Business, Marketing/Sales"
|
||||||
|
3/11/2025 12:00 AM,Unlock The Power of Contracts For Your Business! Virtual Event,0142673629,14,University of Pittsburgh SBDC,Core Services,Legal Issues,Online Meeting (Live),1,Legal Issues
|
||||||
|
3/11/2025 12:00 AM,The First Steps to Small Business Success ,0132076316,11,Penn State SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
3/11/2025 12:00 AM,The Fundamentals of Digital Marketing - Session 1,WD01132,112,WD - WIDENER SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
3/11/2025 12:00 AM,Mastering the Art of Networking (in-person),0142633563,9,Duquesne University SBDC,Core Services,Marketing/Sales,Workshop/Seminar,0,Marketing/Sales
|
||||||
|
3/10/2025 12:00 AM,Compliance with new Federal and State Business Entity Informational Filing Requirements (On-Demand),00006568,4, Pennsylvania SBDC Lead Office,PDA,Agriculture,Online Course (Prerecorded),1,"Agriculture, Legal Issues"
|
||||||
|
3/7/2025 12:00 AM,First Steps: Mapping the Business Concept,0132014224,38,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
3/7/2025 12:00 AM,A Guide To Understanding and Implementing Your Social Media Packet,0132076603,8,Kutztown University SBDC,Core Services,Social Media,Online Meeting (Live),0,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
3/7/2025 12:00 AM,Building for SCALE,0132076616,5,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Other"
|
||||||
|
3/6/2025 12:00 AM,First Step (Crawford-AM) ,0132082974,6,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),0,Business Start-up/Preplanning
|
||||||
|
3/6/2025 12:00 AM,it's time to take the FIRST STEPS TO STARTING YOUR BUSINESS,0132076612,8,Kutztown University SBDC,Core Services,Business Plan,Workshop/Seminar,1,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Customer Relations, Managing a Business"
|
||||||
|
3/6/2025 12:00 AM,Creating a Business Model Canvas & Pitch Deck,WD01127,12,WD - WIDENER SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
3/6/2025 12:00 AM,Go Global: Make the World Your Market,0142673652,3,University of Pittsburgh SBDC,Core Services,International Trade,Workshop/Seminar,1,International Trade
|
||||||
|
3/5/2025 12:00 AM,"Emprende, Cree Crea Crece - Cohort Spring 2025",WD01117,35,WD - WIDENER SBDC,Core Services,Business Plan,Multi-session Course,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Marketing/Sales, Small Disadvantaged Businesses, Social Media, Woman-owned Businesses"
|
||||||
|
3/5/2025 12:00 AM,Compliance with new Federal and State Business Entity Informational Filing Requirements,00006566,60, Pennsylvania SBDC Lead Office,PDA,Agriculture,Online Meeting (Live),1,"Agriculture, Legal Issues"
|
||||||
|
3/5/2025 12:00 AM,The First Step - Webinar,0132024586,8,Bucknell SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
3/4/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (Webinar),0132063428,31,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
3/4/2025 12:00 AM,Photography 101: How to Take Your Marketing to the Next Level (in-person and live-stream),0142633562,4,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
3/4/2025 12:00 AM,Master the Media: PR and Pitching Strategies for Small Businesses,0132076604,27,Kutztown University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),0,Marketing/Sales
|
||||||
|
3/4/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025045,5,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
3/3/2025 12:00 AM,Your Food Business Recipe (Webinar),0132051369,19,The University of Scranton SBDC,Other Federal,Agriculture,Online Meeting (Live),1,Agriculture
|
||||||
|
3/3/2025 12:00 AM,Financial Empowerment Program Series: Money Management (webinar),0142633561,61,Duquesne University SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,Accounting/Budget
|
||||||
|
2/28/2025 12:00 AM,Next Step to Starting a Business,0132031693,7,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
2/27/2025 12:00 AM,Marketing Digital y Presencia Online - Sesion Informativa,WD01131,15,WD - WIDENER SBDC,Core Services,Social Media,Online Meeting (Live),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
2/27/2025 12:00 AM,Casting Forging Machining,0000028,54,Southeast Pennsylvania APEX Accelerator,DoD,Defense Industrial Base (DIB) Readiness,Online Meeting (Live),1,"Defense Industrial Base (DIB) Readiness, Government Contracting, Industrial Base Analysis and Sustainment (IBAS), Prime Vendor Program, Subcontracting"
|
||||||
|
2/27/2025 12:00 AM,ServSafe: Food and Safety Certification - Coudersport,0132025065,7,PennWest University Clarion SBDC,Other,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
2/26/2025 12:00 AM,"First Step, Starting a Small Business Webinar",0132052501,9,SF - ST. FRANCIS UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
2/26/2025 12:00 AM,Introduction to AI for your Small Business,0132014222,64,TE - TEMPLE SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,Artificial Intelligence (AI)
|
||||||
|
2/26/2025 12:00 AM,First Step to Starting a Business,0132031692,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
2/26/2025 12:00 AM,"Marketing Tips and Networking at Business, Bytes, & Brews",0132024585,2,Bucknell SBDC,Core Services,Marketing/Sales,,0,"Marketing/Sales, Networking Event, Social Media"
|
||||||
|
2/26/2025 12:00 AM,New and Beginning Farmer Study Circles,0132025077,0,PennWest University Clarion SBDC,Core Services,Agriculture,Workshop/Seminar,0,"Accounting/Budget, Agriculture, Business Financing, Business Plan, Buy/Sell Business, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
2/25/2025 12:00 AM,Emerging Social Media Trends (webinar),0142633558,11,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
2/25/2025 12:00 AM,AI Prompts that (actually) build your brand ,0132076320,65,Penn State SBDC,Core Services,Other,Online Meeting (Live),1,"Artificial Intelligence (AI), Marketing/Sales, Social Media"
|
||||||
|
2/25/2025 12:00 AM,Your Food Business Recipe (In-Person Workshop),0132051410,4,The University of Scranton SBDC,Other Federal,Agriculture,Workshop/Seminar,1,Agriculture
|
||||||
|
2/24/2025 12:00 AM,In-Person Consulting Opportunity for Monroe County For-Profit Small Businesses,0132051371,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
2/21/2025 12:00 AM,Second Step: Developing a Business Plan ,0142673639,32,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
2/21/2025 12:00 AM,Small Business Funding Options Webinar: SBA Working Capital Pilot Program,0132031687,46,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Financing,Online Meeting (Live),1,Business Financing
|
||||||
|
2/20/2025 12:00 AM,How to Know if Your Business Idea Will Really Work (Webinar),0132051364,30,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
2/20/2025 12:00 AM,Go Global: Export Documentation and Logistics,SH00624,42,SH - SHIPPENSBURG SBDC,Core Services,International Trade,Online Meeting (Live),0,International Trade
|
||||||
|
2/20/2025 12:00 AM,Your Food Business Recipe (Webinar),0132051368,22,The University of Scranton SBDC,Other Federal,Agriculture,Online Meeting (Live),1,Agriculture
|
||||||
|
2/20/2025 12:00 AM,How to Start and Operate a Small Business,WD01124,26,WD - WIDENER SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business, Veterans Outreach Conf."
|
||||||
|
2/20/2025 12:00 AM,SBA Lending Basics and Lender Match: Tools for Business Success (webinar),0142633556,53,Duquesne University SBDC,Core Services,Business Financing,Online Meeting (Live),1,Business Financing
|
||||||
|
2/20/2025 12:00 AM,OSHA Construction 1926 Regulations,0132082988,28,G - GANNON SBDC,Core Services,Risk Management,Online Meeting (Live),1,"Managing a Business, Risk Management"
|
||||||
|
2/20/2025 12:00 AM,Pitching Your Business: Part 1 Creating Your Pitch,0132014221,45,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
2/20/2025 12:00 AM,Sample 2,0132076602,0,Kutztown University SBDC,Core Services,Managing a Business,Online Meeting (Live),0,"Accounting/Budget, Artificial Intelligence (AI), Business Plan, Managing a Business, Marketing/Sales"
|
||||||
|
2/20/2025 12:00 AM,SPRS - Everything You Need to Know to Maintain CMMC Compliance,0000029,0,Southeast Pennsylvania APEX Accelerator,DoD,Cybersecurity Assistance,Online Meeting (Live),1,"Cybersecurity Assistance, Defense Industrial Base (DIB) Readiness, Government Contracting, Government Industrial Base (GIB) Readiness, Industrial Base Analysis and Sustainment (IBAS), Selling to Government"
|
||||||
|
2/20/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025053,10,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
2/19/2025 12:00 AM,First Step: Business Essentials (Beaver) (in-person),0142633555,2,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
2/19/2025 12:00 AM,Normative Leadership Series: Part 1 - Introduction to Normative Cultures and Leadership Management,0142633559,6,Duquesne University SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
2/19/2025 12:00 AM,Introduction to the U.S. Army’s ERDCWerx program,0000027,115,Southeast Pennsylvania APEX Accelerator,DoD,Industrial Base Analysis and Sustainment (IBAS),Online Meeting (Live),1,"Defense Industrial Base (DIB) Readiness, Government Contracting, Industrial Base Analysis and Sustainment (IBAS)"
|
||||||
|
2/19/2025 12:00 AM,Grow Your Business: Third Wednesdays at StartUp Danville,0132024580,5,Bucknell SBDC,Core Services,Managing a Business,Workshop/Seminar,0,"Business Financing, Managing a Business, Networking Event"
|
||||||
|
2/19/2025 12:00 AM,Small Business Insights from the IRS (webinar),0142633560,87,Duquesne University SBDC,Core Services,Business Financing,Online Meeting (Live),1,Business Financing
|
||||||
|
2/19/2025 12:00 AM,Marketing for Procurement,0132014223,13,TE - TEMPLE SBDC,Core Services,Other,Online Meeting (Live),1,Other
|
||||||
|
2/19/2025 12:00 AM,Tax Talk with Corry - Tax Return Extensions (should I file an extension),0132025072,13,PennWest University Clarion SBDC,Core Services,Tax Planning,Online Meeting (Live),0,"Business Start-up/Preplanning, Legal Issues, Managing a Business, Other, Subcontracting, Tax Planning"
|
||||||
|
2/15/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025049,7,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
2/13/2025 12:00 AM,ServSafe: Food and Safety Certification - Clearfield,0132025063,3,PennWest University Clarion SBDC,Other,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
2/13/2025 12:00 AM,First Step (Erie County - AM),0132082962,11,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
2/13/2025 12:00 AM,First Step: Business Essentials (Pittsburgh) (in-person and live-stream),0142633554,8,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
2/13/2025 12:00 AM,Intro to QuickBooks,SSBCI00009,10,State Small Business Credit Initiative (SSBCI),SSBCI,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Cash Flow Management, eCommerce, Managing a Business, Small Disadvantaged Businesses, Tax Planning, Woman-owned Businesses"
|
||||||
|
2/12/2025 12:00 AM,2025 PA Tax Series: Pennsylvania Taxes for New Businesses,0132025032,75,PennWest University Clarion SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Accounting/Budget, Business Start-up/Preplanning, eCommerce, Human Resources/Managing Employees, Legal Issues, Managing a Business, Tax Planning"
|
||||||
|
2/12/2025 12:00 AM,BIZLINK: A Match Made for Success,0132082958,2,G - GANNON SBDC,Core Services,Other,Workshop/Seminar,1,Other
|
||||||
|
2/12/2025 12:00 AM,Emprende Spring 2025 Sesion Informativa,WD01118,47,WD - WIDENER SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning, Credit Counseling, eCommerce, HUBZones, Managing a Business, Social Media, Woman-owned Businesses"
|
||||||
|
2/12/2025 12:00 AM,The 8(a) Program: From Application to Graduation,0000025,0,Southeast Pennsylvania APEX Accelerator,DoD,Government Industrial Base (GIB) Readiness,,1,"Government Industrial Base (GIB) Readiness, Selling to Government, Subcontracting"
|
||||||
|
2/12/2025 12:00 AM,Lunch and Learn: Financial Planning Strategies for Businesses,0132031688,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Accounting/Budget,Workshop/Seminar,0,"Accounting/Budget, Business Financing, Managing a Business, Tax Planning"
|
||||||
|
2/12/2025 12:00 AM,Cybersecurity Essentials - Webinar,0132024582,20,Bucknell SBDC,Core Services,Cybersecurity Assistance,Online Meeting (Live),1,"Cybersecurity Assistance, Technology"
|
||||||
|
2/12/2025 12:00 AM,Innovation Lunch & Learn: Trend Forecasting 101,0132024584,3,Bucknell SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Customer Relations, Managing a Business, Marketing/Sales"
|
||||||
|
2/11/2025 12:00 AM,QuickBooks For Business Growth ,0142673624,53,University of Pittsburgh SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Managing a Business"
|
||||||
|
2/11/2025 12:00 AM,The First Steps to Small Business Success - 1-hr Webinar,0132076315,19,Penn State SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
2/11/2025 12:00 AM,Financial Forum,0132082987,0,G - GANNON SBDC,Core Services,Business Financing,Workshop/Seminar,0,"Business Financing, Cash Flow Management, Tax Planning"
|
||||||
|
2/10/2025 12:00 AM,First Steps: Concept to Plan,0132014220,27,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
2/7/2025 12:00 AM,First Step: Mechanics of Starting a Small Business ,0142673617,41,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
2/7/2025 12:00 AM,"Agricultural Innovation - Patents, Capital, & Scaling Up - Webinar 4",0132024579,11,Bucknell SBDC,PDA,Agriculture,Online Meeting (Live),1,"Agriculture, Business Plan, SBIR/STTR/Other Innovation Programs, Technology"
|
||||||
|
2/6/2025 12:00 AM,First Step (Mercer County - PM) ,0132082979,0,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
2/6/2025 12:00 AM,Driving Traffic to Your Website,WD01123,26,WD - WIDENER SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Managing a Business, Marketing/Sales, Technology, Veterans Outreach Conf."
|
||||||
|
2/6/2025 12:00 AM,First Step: Business Essentials (Butler) (in-person),0142633551,2,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
2/6/2025 12:00 AM,First Step: Business Essentials (COhatch Southside Works) (in-person),0142633552,3,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
2/6/2025 12:00 AM,De la idea a la accion - Seis pasos para Iniciar o crecer su negocio,WD01137,78,WD - WIDENER SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Cash Flow Management, Legal Issues, Marketing/Sales, Orientation"
|
||||||
|
2/5/2025 12:00 AM,The First Step - Webinar,0132024581,10,Bucknell SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
2/5/2025 12:00 AM,Lender's Roundtable - Kittanning,0132025059,9,PennWest University Clarion SBDC,Core Services,Business Financing,Workshop/Seminar,1,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business"
|
||||||
|
2/4/2025 12:00 AM,Bookkeeping Basics - virtual workshop ,0142673621,62,University of Pittsburgh SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Cash Flow Management"
|
||||||
|
2/4/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025044,7,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
2/4/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (Webinar),0132063427,17,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
2/4/2025 12:00 AM,First Step: Business Essentials (Wexford) (in-person),0142633549,3,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
2/4/2025 12:00 AM,The Formula for Social Media Success (webinar),0142633550,9,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
2/3/2025 12:00 AM,"Time Management Hacks for Entrepreneurs: Work Smarter, Not Harder",0132076601,5,Kutztown University SBDC,Core Services,Managing a Business,Workshop/Seminar,0,"Business Plan, Customer Relations, Managing a Business, Other, Woman-owned Businesses"
|
||||||
|
2/3/2025 12:00 AM,COSTARS for APEX Counselors,0000021,0,Southeast Pennsylvania APEX Accelerator,DoD,Government Industrial Base (GIB) Readiness,Online Meeting (Live),1,Government Industrial Base (GIB) Readiness
|
||||||
|
2/3/2025 12:00 AM,First Steps: Mapping the Business Concept,0132014219,42,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
2/1/2025 12:00 AM,Existing Businesses: Follow Up Consulting Request,0132013403,0,TE - TEMPLE SBDC,Core Services,Business Plan,,0,Business Plan
|
||||||
|
1/31/2025 12:00 AM,"Agricultural Innovation - 10 Keys to Customers & Markets, 10 Keys to Testing & Iterating - Webinar 3",0132024578,27,Bucknell SBDC,PDA,Agriculture,Online Meeting (Live),1,"Agriculture, Business Plan, Customer Relations, Technology"
|
||||||
|
1/30/2025 12:00 AM,Finding & Hiring Employees - Delco Small Businesses,WD01129,12,WD - WIDENER SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
1/30/2025 12:00 AM,SBA Certification Overview,0132014217,0,TE - TEMPLE SBDC,Core Services,Government Contracting,Online Meeting (Live),0,Government Contracting
|
||||||
|
1/29/2025 12:00 AM,"First Step, Starting a Small Business Webinar",0132052500,14,SF - ST. FRANCIS UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
1/29/2025 12:00 AM,Accelerate Your Business with Paid Digital Advertising Campaigns,0132014218,19,TE - TEMPLE SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
1/29/2025 12:00 AM,The Next Step,0132031695,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
1/29/2025 12:00 AM,The Next Step to Starting a Business,0132031696,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
1/29/2025 12:00 AM,Marketing Mastery Program For Agriculture,0132025060,5,PennWest University Clarion SBDC,Core Services,Marketing/Sales,Multi-session Course,0,"Agriculture, Customer Relations, Marketing/Sales, Social Media"
|
||||||
|
1/29/2025 12:00 AM,Lender's Roundtable - Clarion,0132025058,20,PennWest University Clarion SBDC,Core Services,Business Financing,Workshop/Seminar,1,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business"
|
||||||
|
1/28/2025 12:00 AM,Second Step: Developing a Business Plan - Virtual Event,0142673615,47,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
1/28/2025 12:00 AM,SBA Lender Match ,0142673616,43,University of Pittsburgh SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Business Financing, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
1/28/2025 12:00 AM,Norristown Prospera - Programa de emprendimiento en Español para comenzar su negocio en Norristown,WD01119,5,WD - WIDENER SBDC,CDBG,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Small Disadvantaged Businesses, Tax Planning, Woman-owned Businesses"
|
||||||
|
1/28/2025 12:00 AM,The First Step,0132031694,1,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
1/27/2025 12:00 AM,ServSafe: Food and Safety Certification - Clarion,0132025062,15,PennWest University Clarion SBDC,Other,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
1/24/2025 12:00 AM,Agricultural Innovation - Customers & Markets - Webinar 2,0132024577,13,Bucknell SBDC,PDA,Agriculture,Online Meeting (Live),1,"Agriculture, Business Plan, SBIR/STTR/Other Innovation Programs, Technology"
|
||||||
|
1/24/2025 12:00 AM,Second Step: Developing a Business Plan,0132082985,16,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
1/23/2025 12:00 AM,Protect Your Business: Fraud Mitigation and Credit Management ,0132076310,20,Penn State SBDC,Core Services,Other,Online Meeting (Live),1,Other
|
||||||
|
1/23/2025 12:00 AM,Achieve Digital Advertising Success in 2025 (webinar),0142633546,18,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
1/23/2025 12:00 AM,How to Start and Operate a Small Business,WD01122,36,WD - WIDENER SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business, SBIR/STTR/Other Innovation Programs"
|
||||||
|
1/23/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025052,10,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
1/22/2025 12:00 AM,Tax Talk with Corry - 1099-NEC (non-employee compensation),0132025061,6,PennWest University Clarion SBDC,Core Services,Tax Planning,Online Meeting (Live),0,"Business Start-up/Preplanning, Legal Issues, Managing a Business, Other, Subcontracting, Tax Planning"
|
||||||
|
1/22/2025 12:00 AM,Doing Business with the GSA,0000024,0,Southeast Pennsylvania APEX Accelerator,DoD,Government Industrial Base (GIB) Readiness,,1,"Government Industrial Base (GIB) Readiness, Selling to Government"
|
||||||
|
1/21/2025 12:00 AM,QuickBooks v2024 Level lI (Desktop) - Webinar,0132025042,5,PennWest University Clarion SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,Accounting/Budget
|
||||||
|
1/21/2025 12:00 AM,Normative Leadership Series: Part 2 Powerful Skills for Creating and Managing Organizational Culture,0142633522,0,Duquesne University SBDC,Core Services,Managing a Business,Workshop/Seminar,0,"Managing a Business, Other"
|
||||||
|
1/21/2025 12:00 AM,The Art of Pricing: How to Set the Right Price for Your Products,0132082986,0,G - GANNON SBDC,Core Services,Business Financing,Workshop/Seminar,0,"Business Financing, Cash Flow Management"
|
||||||
|
1/21/2025 12:00 AM,Doing Business with the DLA,0000022,0,Southeast Pennsylvania APEX Accelerator,DoD,Defense Industrial Base (DIB) Readiness,,1,"Defense Industrial Base (DIB) Readiness, Government Contracting, Government Industrial Base (GIB) Readiness, Selling to Government"
|
||||||
|
1/17/2025 12:00 AM,Agricultural Innovation - Intro to Innovation - Webinar 1,0132024576,22,Bucknell SBDC,PDA,Agriculture,Online Meeting (Live),1,"Agriculture, Business Plan, Technology"
|
||||||
|
1/16/2025 12:00 AM,"New Year, New Business (Part 2): The First Step Express: Starting Your Business (Webinar)",0132051367,15,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
1/16/2025 12:00 AM,First Step: Business Essentials (Pittsburgh) (In-Person and Live-Stream),0142633543,12,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
1/16/2025 12:00 AM,Is Your Business Ready for 2025? Goal Setting,WD01121,42,WD - WIDENER SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
1/15/2025 12:00 AM,First Steps: Concept to Plan,0132014216,33,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
1/15/2025 12:00 AM,Get Your Website Reviewed (Webinar),0142633542,3,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales"
|
||||||
|
1/15/2025 12:00 AM,Small Business Level of Effort to Achieve CMMC with TOTEM and APEX Accelerators,0000020,0,Southeast Pennsylvania APEX Accelerator,DoD,Cybersecurity Assistance,Online Meeting (Live),1,"Cybersecurity Assistance, Defense Industrial Base (DIB) Readiness, Government Contracting, Government Industrial Base (GIB) Readiness, Project Spectrum"
|
||||||
|
1/14/2025 12:00 AM,First Step: Mechanics of Starting a Small Business (virtual event) ,0142673614,46,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Start-up/Preplanning, Legal Issues, Managing a Business"
|
||||||
|
1/14/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (In-Person Seminar),0132063423,0,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
1/14/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (Webinar),0132063425,33,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
1/14/2025 12:00 AM,The First Steps to Small Business Success - 1-hr Webinar,0132076314,17,Penn State SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
1/13/2025 12:00 AM,In-Person Consulting Opportunity for Monroe County For-Profit Small Businesses,0132051370,3,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
1/13/2025 12:00 AM,Scale Up Your Small Business (Cohort 14),WD01148,23,WD - WIDENER SBDC,Core Services,Business Plan,Multi-session Course,1,"Accounting/Budget, Business Financing, Business Plan"
|
||||||
|
1/9/2025 12:00 AM,"New Year, New Business (Part 1): How to Know if Your Business Idea Will Really Work (Webinar)",0132051366,27,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
1/9/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (In-Person Seminar),0132063426,0,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
1/9/2025 12:00 AM,First Step (Erie County - PM) ,0132082961,5,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
1/8/2025 12:00 AM,2025 PA Tax Series: Getting Started with myPATH,0132025029,34,PennWest University Clarion SBDC,Core Services,Other,Online Meeting (Live),1,"Managing a Business, Other, Tax Planning"
|
||||||
|
1/8/2025 12:00 AM,First Steps: Mapping the Business Concept,0132014215,32,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
1/8/2025 12:00 AM,Five Fundamentals: How to Successfully Start Your Business,WD01120,38,WD - WIDENER SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
1/7/2025 12:00 AM, QuickBooks v2024 Level I (Desktop) - Webinar,0132025041,6,PennWest University Clarion SBDC,Core Services,Accounting/Budget,Multi-session Course,0,Accounting/Budget
|
||||||
|
1/7/2025 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025043,4,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
1/2/2025 12:00 AM,First Step (Crawford-AM) ,0132082973,0,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),0,Business Start-up/Preplanning
|
||||||
|
1/1/2025 12:00 AM,Compliance with Migrant and Seasonal Agricultural Worker Protection Act (MSPA) (On-Demand Recording),0132025021,1,PennWest University Clarion SBDC,Core Services,Agriculture,Online Course (Prerecorded),0,"Agriculture, Customer Relations, Human Resources/Managing Employees, Managing a Business"
|
||||||
|
1/1/2025 12:00 AM,OSHA Heat Illness Prevention (On-Demand),0132025023,1,PennWest University Clarion SBDC,Core Services,Human Resources/Managing Employees,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Human Resources/Managing Employees, Legal Issues, Managing a Business, Risk Management, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
1/1/2025 12:00 AM,OSHA Field Sanitation Requirements (On-Demand Recording),0132025028,2,PennWest University Clarion SBDC,Core Services,Risk Management,Online Course (Prerecorded),1,"Agriculture, Human Resources/Managing Employees, Legal Issues, Managing a Business, Risk Management"
|
||||||
|
1/1/2025 12:00 AM,How to Know if Your Business Idea Will Really Work (On-Demand Recording),0132051377,11,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,Business Start-up/Preplanning
|
||||||
|
1/1/2025 12:00 AM,Gear Up for Financing: What Are My Funding Options? (On-Demand Recording),0132051378,2,The University of Scranton SBDC,Core Services,Business Financing,Online Course (Prerecorded),1,"Business Financing, Managing a Business"
|
||||||
|
1/1/2025 12:00 AM,Gear Up for Financing: What Do I Need to Prepare? (On-Demand Recording),0132051379,4,The University of Scranton SBDC,Core Services,Business Financing,Online Course (Prerecorded),1,"Business Financing, Managing a Business"
|
||||||
|
1/1/2025 12:00 AM,"Making Laws Work for You, Part 1: Ag Security Areas, Farmland Preservation, and Clean & Green (On-Demand Recording)",0132051380,1,The University of Scranton SBDC,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Legal Issues"
|
||||||
|
1/1/2025 12:00 AM,"Making Laws Work for You, Part 2: Right to Farm, ACRE, and the Agritourism Activity Protection Act (On-Demand Recording)",0132051381,1,The University of Scranton SBDC,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Legal Issues"
|
||||||
|
1/1/2025 12:00 AM,Understanding Customer Value: Strategies for Small Businesses (Series of Short Videos),0132051382,2,The University of Scranton SBDC,Core Services,Customer Relations,Online Course (Prerecorded),0,"Customer Relations, Marketing/Sales"
|
||||||
|
1/1/2025 12:00 AM,The First Step Express: Starting Your Business (Series of Short Videos),0132051383,7,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,Business Start-up/Preplanning
|
||||||
|
1/1/2025 12:00 AM,From Idea to Action: Developing Your Business Plan (On-Demand Recording),0132051384,12,The University of Scranton SBDC,Core Services,Business Plan,Online Course (Prerecorded),1,Business Plan
|
||||||
|
1/1/2025 12:00 AM,The First Step Express: Starting Your Business (On-Demand Recording),0132051385,22,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,Business Start-up/Preplanning
|
||||||
|
1/1/2025 12:00 AM,Making Your Farm Business Plan Work for You (On-Demand Recording),0132051386,0,The University of Scranton SBDC,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Business Plan"
|
||||||
|
1/1/2025 12:00 AM,Making Your Food Business Concept a Reality (On-Demand Recording),0132051387,1,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Other"
|
||||||
|
1/1/2025 12:00 AM,Social Media 101 for Food on the Move (On-Demand Recording),0132051388,0,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),0,"Agriculture, Customer Relations, Managing a Business, Marketing/Sales, Social Media"
|
||||||
|
1/1/2025 12:00 AM,"Social Media 101 for Restaurants, Coffee Shops, and Carry-Out (On-Demand Recording)",0132051389,0,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),0,"Agriculture, Social Media"
|
||||||
|
1/1/2025 12:00 AM,30 Minutes to Better Search Engine Optimization: Backlinking (On-Demand Recording),0132051390,3,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),1,"Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
1/1/2025 12:00 AM,30 Minutes to Better Search Engine Optimization: Keyword Research (On-Demand Recording),0132051391,4,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),1,"Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
1/1/2025 12:00 AM,30 Minutes to Better Search Engine Optimization: Measuring Results (On-Demand Recording),0132051392,0,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),0,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
1/1/2025 12:00 AM,30 Minutes to Better Search Engine Optimization: Small Business Blogging (On-Demand Recording),0132051393,1,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),0,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
1/1/2025 12:00 AM,Marketing 101: What is a Marketing Plan and How to Write One (On-Demand Recording),0132051394,2,The University of Scranton SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,"Customer Relations, Marketing/Sales"
|
||||||
|
1/1/2025 12:00 AM,Marketing 101: What is a Target Market and How to Determine Yours (On-Demand Recording),0132051395,0,The University of Scranton SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),0,Marketing/Sales
|
||||||
|
1/1/2025 12:00 AM,Mastering Your Business Model with Business Model Canvas (On-Demand Recording),0132051396,2,The University of Scranton SBDC,Core Services,Business Plan,Online Course (Prerecorded),1,"Business Plan, Managing a Business"
|
||||||
|
1/1/2025 12:00 AM,So You Want to Start a Food Truck: Your Guide to Starting a Mobile Food Enterprise (On-Demand),0132051397,1,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Managing a Business, Other"
|
||||||
|
1/1/2025 12:00 AM,The Importance of Food Safety: An Introduction to the Food Safety Modernization Act (On-Demand),0132051398,0,The University of Scranton SBDC,Other Federal,Managing a Business,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Legal Issues, Managing a Business, Other"
|
||||||
|
1/1/2025 12:00 AM,So You Want to Start a Food Truck: Taking Your Farm Stand on the Road (On-Demand Recording),0132051399,0,The University of Scranton SBDC,Other Federal,Agriculture,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Managing a Business, Other"
|
||||||
|
1/1/2025 12:00 AM,The Truth About Grants (On-Demand Recording),0132051400,2,The University of Scranton SBDC,Core Services,Business Financing,Online Course (Prerecorded),1,"Business Financing, Other"
|
||||||
|
1/1/2025 12:00 AM,Limited Food Establishments: Adding Value in Your Home Kitchen (On-Demand Recording),0132051401,3,The University of Scranton SBDC,Core Services,Managing a Business,Online Course (Prerecorded),1,"Agriculture, Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Other"
|
||||||
|
1/1/2025 12:00 AM,Grow Your Small Business with an Internship (On-Demand Recording),0132051402,1,The University of Scranton SBDC,Core Services,Human Resources/Managing Employees,Online Course (Prerecorded),0,"Human Resources/Managing Employees, Other"
|
||||||
|
1/1/2025 12:00 AM,Social Media Marketing Basics for Small Businesses (On-Demand Recording),0132051403,2,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),1,"Marketing/Sales, Social Media"
|
||||||
|
1/1/2025 12:00 AM,Advanced Social Media Marketing Strategies for Small Businesses (On-Demand Recording),0132051404,1,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),0,"Marketing/Sales, Social Media"
|
||||||
|
1/1/2025 12:00 AM,SBA Loan Programs (On-Demand Recording),0132063438,2,WI - WILKES SBDC,Core Services,Other,Online Course (Prerecorded),1,Other
|
||||||
|
1/1/2025 12:00 AM,Exporting Basics for Small Businesses (On-Demand Recording),0132063439,0,WI - WILKES SBDC,Core Services,International Trade,Online Course (Prerecorded),0,"International Trade, Other"
|
||||||
|
1/1/2025 12:00 AM,Outsmart the Scammers: How to Keep Your Business Safe (On-Demand Recording),0132063440,1,WI - WILKES SBDC,Core Services,Cybersecurity Assistance,Online Course (Prerecorded),0,"Cybersecurity Assistance, Managing a Business, Technology"
|
||||||
|
1/1/2025 12:00 AM,The 3 P's of Cybersecurity: Practical Protection for Small Businesses (On-Demand Recording),0132063441,0,WI - WILKES SBDC,Core Services,Cybersecurity Assistance,Online Course (Prerecorded),0,Cybersecurity Assistance
|
||||||
|
1/1/2025 12:00 AM,Credit 101: Understanding and Improving Your Credit Report and Score (On-Demand Recording),0132063442,4,WI - WILKES SBDC,Core Services,Cash Flow Management,Online Course (Prerecorded),1,"Cash Flow Management, Other"
|
||||||
|
1/1/2025 12:00 AM,Strategies for Successful Business Transitions: Practical Tips for Buying & Selling a Business (On-Demand Recording),0132063443,0,WI - WILKES SBDC,Core Services,Buy/Sell Business,Online Course (Prerecorded),0,Buy/Sell Business
|
||||||
|
1/1/2025 12:00 AM,The First Step: Starting a Small Business in Pennsylvania (On-Demand Recording),0132063444,21,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,Business Start-up/Preplanning
|
||||||
|
1/1/2025 12:00 AM,Developing a Comprehensive Marketing Plan (On-Demand Recording),0132063445,3,WI - WILKES SBDC,Core Services,Other,Online Course (Prerecorded),1,Marketing/Sales
|
||||||
|
1/1/2025 12:00 AM,Will It Really Work? A Guide to Assessing Your Business Idea (On-Demand Recording),0132063446,0,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,Business Start-up/Preplanning
|
||||||
|
1/1/2025 12:00 AM,What's in a Name? The Strategic Impact of Naming Your Business (On-Demand Recording),0132063447,3,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,"Business Start-up/Preplanning, Other"
|
||||||
|
1/1/2025 12:00 AM,There's a Co-op For That! Understanding Cooperatives w/ Keystone Development Ctr. (On-Demand),00006564,0, Pennsylvania SBDC Lead Office,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Business Plan"
|
||||||
|
1/1/2025 12:00 AM,Agritourism and On-Farm Markets & Events: Planning for Your Success in 2024 (On-Demand Recording),00006565,1, Pennsylvania SBDC Lead Office,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Business Plan, Business Start-up/Preplanning, Legal Issues, Marketing/Sales"
|
||||||
|
12/19/2024 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025002,7,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
12/19/2024 12:00 AM,How to Start and Operate a Small Business,WD01078,23,WD - WIDENER SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
12/18/2024 12:00 AM,Normative Leadership Series: Part 1 - Introduction to Normative Cultures and Leadership Management,0142633539,9,Duquesne University SBDC,Core Services,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
12/18/2024 12:00 AM,How to Know if Your Business Idea Will Really Work (Webinar),0132051334,24,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
12/18/2024 12:00 AM,Legal Formation,0132014212,76,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Start-up/Preplanning, Legal Issues"
|
||||||
|
12/18/2024 12:00 AM,Leveraging Pennsylvania’s Global Access Program w/Rep. Steve Samuelson (PA-135),0132031670,10,LE - LEHIGH UNIVERSITY SBDC,LEXNET,International Trade,Online Meeting (Live),1,International Trade
|
||||||
|
12/18/2024 12:00 AM,Complying with the New U.S. Treasury “Beneficial Ownership Information” Filing Requirements,00006562,0, Pennsylvania SBDC Lead Office,PDA,Agriculture,Online Meeting (Live),0,"Agriculture, Legal Issues"
|
||||||
|
12/18/2024 12:00 AM,Tax Talk with Corry - Retaining Tax Records,0132025013,32,PennWest University Clarion SBDC,Core Services,Tax Planning,Online Meeting (Live),0,"Business Start-up/Preplanning, Legal Issues, Managing a Business, Other, Subcontracting, Tax Planning"
|
||||||
|
12/17/2024 12:00 AM,Exclusive Partner Livestream: Intro to Google AI for Small Businesses,0132076311,32,Penn State SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Artificial Intelligence (AI), Business Start-up/Preplanning"
|
||||||
|
12/17/2024 12:00 AM,New and Beginning Farmer Study Circles,0132025071,7,PennWest University Clarion SBDC,Core Services,Agriculture,Workshop/Seminar,1,"Accounting/Budget, Agriculture, Business Financing, Business Plan, Buy/Sell Business, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
12/16/2024 12:00 AM,In-Person Drop-in Hours for Monroe County Business Owners and Entrepreneurs ,0132051318,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
12/14/2024 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132024991,5,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
12/12/2024 12:00 AM,First Step (Erie County - AM),0132082960,7,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
12/12/2024 12:00 AM,The Digital Marketing Blueprint Series: Blogging for Enhanced SEO,0132076282,28,Penn State SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Internet/Web Training, Marketing/Sales"
|
||||||
|
12/12/2024 12:00 AM,Second Step: Developing a Business Plan - Virtual Event,0142673604,49,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
12/12/2024 12:00 AM,First Steps: Concept to Plan,0132014211,31,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
12/12/2024 12:00 AM,Get Your Website Reviewed (Webinar),0142633536,5,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales"
|
||||||
|
12/12/2024 12:00 AM,The Digital Marketing Blueprint Series: Producing Small Business Video Content - ON DEMAND,0132076313,0,Penn State SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),0,"Internet/Web Training, Marketing/Sales"
|
||||||
|
12/12/2024 12:00 AM,Golden Bear Visuals Studio: Weekly Evening Open Hours for SBDC Clients,0132076587,0,Kutztown University SBDC,Core Services,Marketing/Sales,Workshop/Seminar,0,"Marketing/Sales, Social Media"
|
||||||
|
12/11/2024 12:00 AM,DECA District III Career Development Conference 2024,0142633541,280,Duquesne University SBDC,Core Services,Other,Workshop/Seminar,1,Other
|
||||||
|
12/11/2024 12:00 AM,Withholding Basics,0132024975,29,PennWest University Clarion SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Accounting/Budget, Human Resources/Managing Employees, Legal Issues, Managing a Business, Tax Planning"
|
||||||
|
12/10/2024 12:00 AM,Is Your Business Ready for 2025? ,WD01116,8,WD - WIDENER SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Managing a Business"
|
||||||
|
12/10/2024 12:00 AM,Learning the In's and Outs of Cash Flow Management,0132014214,20,TE - TEMPLE SBDC,Core Services,Cash Flow Management,Online Meeting (Live),1,"Business Financing, Cash Flow Management"
|
||||||
|
12/10/2024 12:00 AM,Emerging Social Media Trends (Webinar),0142633535,5,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
12/10/2024 12:00 AM,The First Steps to Small Business Success - 1-hr Webinar,0132076307,9,Penn State SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
12/10/2024 12:00 AM,Abre Tu Negocio en Pittsburgh - Este programa es en persona,0142673609,7,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Start-up/Preplanning, Managing a Business"
|
||||||
|
12/10/2024 12:00 AM,The Digital Marketing Blueprint Series: Constructing Effective Email Campaigns - On Demand,0132076312,0,Penn State SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),0,"Internet/Web Training, Marketing/Sales"
|
||||||
|
12/9/2024 12:00 AM,Financial Empowerment Program Series: Managing Debt (webinar),0142633538,55,Duquesne University SBDC,Core Services,Business Financing,Online Meeting (Live),1,Business Financing
|
||||||
|
12/9/2024 12:00 AM,Tips financieros para la temporada de impuestos. Tips & tricks para terminar 2024. - En Espanol,WD01114,5,WD - WIDENER SBDC,CDBG,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
12/6/2024 12:00 AM,Pitching Your Business Part 2: Practicing Your Pitch,0132014210,4,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
12/6/2024 12:00 AM,We're Talking about Credit!,0132031676,5,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Financing,Workshop/Seminar,0,Business Financing
|
||||||
|
12/5/2024 12:00 AM,First Step: Mechanics of Starting a Small Business (virtual event) ,0142673603,44,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Start-up/Preplanning, Legal Issues, Managing a Business"
|
||||||
|
12/5/2024 12:00 AM,How to Access the Capital You Need - virtual session,0142673607,51,University of Pittsburgh SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
12/5/2024 12:00 AM,First Steps: Mapping the Business Concept,0132014209,32,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
12/5/2024 12:00 AM,How to Gain Customers with a LinkedIn Company Page ,WD01109,38,WD - WIDENER SBDC,Core Services,Social Media,Online Meeting (Live),1,"Managing a Business, Social Media, Technology"
|
||||||
|
12/5/2024 12:00 AM,How Federal and State Programs Can Grow Your Business,0000017,0,Southeast Pennsylvania APEX Accelerator,DoD,Defense Production Act (DPA) Title III Support,Online Meeting (Live),1,"Defense Industrial Base (DIB) Readiness, Defense Production Act (DPA) Title III Support, Industrial Base Analysis and Sustainment (IBAS)"
|
||||||
|
12/5/2024 12:00 AM,Small Business Insights from the IRS (in-person and live-stream),0142633537,36,Duquesne University SBDC,Core Services,Business Financing,Online Meeting (Live),1,Business Financing
|
||||||
|
12/5/2024 12:00 AM,First Step Seminar - Mercer - Virtual,0132082959,3,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
12/5/2024 12:00 AM,Holiday Cyber Safe: Navigating the Web Safely During the Festive Season,0132025006,16,PennWest University Clarion SBDC,Core Services,Cybersecurity Assistance,Online Meeting (Live),1,"Cybersecurity Assistance, eCommerce, Internet/Web Training, Technology"
|
||||||
|
12/4/2024 12:00 AM,The First Step Express (Webinar),0132024575,21,Bucknell SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
12/4/2024 12:00 AM,"First Step, Starting a Small Business Webinar",0132052497,5,SF - ST. FRANCIS UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
12/4/2024 12:00 AM,Multi-Platform Branding: Consistency Across Digital and Physical Spaces,0132076596,26,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Artificial Intelligence (AI), Business Plan, Franchising, Internet/Web Training, Marketing/Sales"
|
||||||
|
12/4/2024 12:00 AM,Photography 101: How to Take Your Marketing to the Next Level (in-person and live-stream),0142633534,5,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,Marketing/Sales
|
||||||
|
12/4/2024 12:00 AM,Tri-State Area Mega Matchmaker Day 2,0000019,0,Southeast Pennsylvania APEX Accelerator,DoD,Government Contracting,Online Meeting (Live),1,"Defense Industrial Base (DIB) Readiness, Defense Production Act (DPA) Title III Support, Foreign Ownership Compliance (FOCI), Government Contracting, Government Industrial Base (GIB) Readiness, Networking Event, SBIR/STTR/Other Innovation Programs, Selling to Government, Subcontracting"
|
||||||
|
12/3/2024 12:00 AM,Tri-State Area Mega Matchmaker Day 1,0000018,0,Southeast Pennsylvania APEX Accelerator,DoD,Government Contracting,Online Meeting (Live),1,"Defense Industrial Base (DIB) Readiness, Defense Production Act (DPA) Title III Support, Foreign Ownership Compliance (FOCI), Government Contracting, Government Industrial Base (GIB) Readiness, Prime Vendor Program, Procurement Fair, Subcontracting"
|
||||||
|
12/3/2024 12:00 AM,CANCELLED***ServSafe: Food and Safety Certification - St. Marys,0132025023,0,PennWest University Clarion SBDC,Other,Managing a Business,Workshop/Seminar,0,"Managing a Business, Other"
|
||||||
|
12/3/2024 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132024997,4,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
12/3/2024 12:00 AM,The First Step Express: How to Start and Finance Your Business (Webinar),0132063390,17,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
12/3/2024 12:00 AM,Unlock The Power of Contracts For Your Business! Virtual Event,0142673606,41,University of Pittsburgh SBDC,Core Services,Legal Issues,Online Meeting (Live),1,Legal Issues
|
||||||
|
12/3/2024 12:00 AM,The Formula for Social Media Success (Webinar),0142633533,4,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
12/3/2024 12:00 AM,Securing Grants and Crowdfunding to Scale Your Business,WD01107,44,WD - WIDENER SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Business Financing, Business Plan, Managing a Business"
|
||||||
|
12/3/2024 12:00 AM,Year End Checklist,SSBCI00005,22,State Small Business Credit Initiative (SSBCI),SSBCI,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Cash Flow Management, Managing a Business, Small Disadvantaged Businesses, Tax Planning, Woman-owned Businesses"
|
||||||
|
12/2/2024 12:00 AM,"Leveraging Short-Form Video: Instagram Reels, and YouTube Shorts",0132076594,7,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Artificial Intelligence (AI), Business Plan, Franchising, Internet/Web Training, Marketing/Sales"
|
||||||
|
12/2/2024 12:00 AM,Scale Up Your Small Business (Cohort 13),WD01136,29,WD - WIDENER SBDC,Core Services,Business Plan,Multi-session Course,1,"Accounting/Budget, Business Financing, Business Plan"
|
||||||
|
11/27/2024 12:00 AM,DIGITAL MARKETING SERVICES- PADESK WAITLIST,0132076563,0,Kutztown University SBDC,Core Services,Marketing/Sales,Multi-session Course,0,"eCommerce, Marketing/Sales, Social Media"
|
||||||
|
11/26/2024 12:00 AM,Webinar: The Power of User-Generated Content,0132076598,11,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Artificial Intelligence (AI), Business Plan, Franchising, Internet/Web Training, Marketing/Sales"
|
||||||
|
11/23/2024 12:00 AM,Blueprint to Business - Crafting Your Plan for Success,0132014213,0,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),0,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
11/22/2024 12:00 AM,Developing Your Exit Strategy - How to Value and Sell Your Business,0132076304,0,Penn State SBDC,Core Services,Other,Workshop/Seminar,0,"Buy/Sell Business, Woman-owned Businesses"
|
||||||
|
11/22/2024 12:00 AM,The First Steps to Small Business Success ,0132076308,0,Penn State SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
11/22/2024 12:00 AM,Precision Marketing: Finding and Effectively Engaging Your Target Audience,0132076600,5,Kutztown University SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,"Artificial Intelligence (AI), Business Plan, Business Start-up/Preplanning, Marketing/Sales"
|
||||||
|
11/21/2024 12:00 AM,First Step: Business Essentials (Lawrence) (in-person),0142633519,2,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
11/21/2024 12:00 AM,The First Step Express: Starting Your Business (Webinar),0132051333,7,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
11/21/2024 12:00 AM,Golden Connections - The power of small business collaboration ,0132076301,0,Penn State SBDC,Core Services,Other,Workshop/Seminar,0,"Business Plan, Managing a Business, Marketing/Sales, Other, Woman-owned Businesses"
|
||||||
|
11/21/2024 12:00 AM,SBA Lending Basics and Lender Match: Tools for Business Success (Webinar),0142633532,55,Duquesne University SBDC,Core Services,Business Financing,Online Meeting (Live),1,Business Financing
|
||||||
|
11/21/2024 12:00 AM,OSHA: Employee Training Requirements ,0132025027,38,PennWest University Clarion SBDC,Core Services,Risk Management,Online Meeting (Live),1,"Human Resources/Managing Employees, Managing a Business, Other, Risk Management"
|
||||||
|
11/21/2024 12:00 AM,GEW PM Exchange at New Trail Brewing Company,0132076305,54,Penn State SBDC,Core Services,Other,Workshop/Seminar,0,Other
|
||||||
|
11/21/2024 12:00 AM,How to Start and Operate a Small Business,WD01077,34,WD - WIDENER SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
11/21/2024 12:00 AM,2024 PDMA Pittsburgh Student Pitch Competition,0142633540,25,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
11/21/2024 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025001,9,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
11/20/2024 12:00 AM,Tax Talk with Corry - Home Office Deduction,0132025012,38,PennWest University Clarion SBDC,Core Services,Tax Planning,Online Meeting (Live),0,"Business Start-up/Preplanning, Legal Issues, Managing a Business, Other, Subcontracting, Tax Planning"
|
||||||
|
11/20/2024 12:00 AM,River Raptor Jet Boat Entrepreneurial Meet-Up,0132076297,11,Penn State SBDC,Core Services,Other,Workshop/Seminar,1,Other
|
||||||
|
11/20/2024 12:00 AM,Competitor Analysis: Leveraging Market Research for Competitive Advantage,0132076595,5,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Artificial Intelligence (AI), Business Plan, Franchising, Internet/Web Training, Marketing/Sales"
|
||||||
|
11/20/2024 12:00 AM,QuickBooks Online Version (In-Person),0142633531,4,Duquesne University SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,Accounting/Budget
|
||||||
|
11/20/2024 12:00 AM,Introduction to AI for your Small Business,0132014208,0,TE - TEMPLE SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),0,Artificial Intelligence (AI)
|
||||||
|
11/19/2024 12:00 AM,Community Networking Event (CBICC Business After Hours),0132076300,114,Penn State SBDC,Core Services,Other,Workshop/Seminar,0,Other
|
||||||
|
11/19/2024 12:00 AM,Legal Blueprint for Navigating Business Contracts (Shamokin Dam),0132024572,11,Bucknell SBDC,Core Services,Legal Issues,Workshop/Seminar,1,"Business Start-up/Preplanning, Legal Issues"
|
||||||
|
11/19/2024 12:00 AM,Exporting Basics for Small Businesses (Webinar),0132063421,35,WI - WILKES SBDC,Core Services,International Trade,Online Meeting (Live),1,"International Trade, Other"
|
||||||
|
11/19/2024 12:00 AM,Introduction to AI for your Small Business,0132014207,86,TE - TEMPLE SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,Artificial Intelligence (AI)
|
||||||
|
11/19/2024 12:00 AM,Certification Pathways: State/Local Certifications,0132031674,14,LE - LEHIGH UNIVERSITY SBDC,Core Services,Selling to Government,Online Meeting (Live),1,"Government Contracting, Government Industrial Base (GIB) Readiness, HUBZones, Prime Vendor Program, Selling to Government, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
11/19/2024 12:00 AM,QuickBooks Functions and Reporting,SSBCI00006,0, Pennsylvania SBDC Lead Office,SSBCI,Accounting/Budget,Online Meeting (Live),0,"Accounting/Budget, eCommerce, Tax Planning"
|
||||||
|
11/19/2024 12:00 AM,QuickBooks Functions & Reporting,SSBCI00007,28,State Small Business Credit Initiative (SSBCI),SSBCI,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Business Financing, eCommerce, Managing a Business, Small Disadvantaged Businesses, Tax Planning, Woman-owned Businesses"
|
||||||
|
11/19/2024 12:00 AM,QuickBooks For Business Growth ,0142673587,67,University of Pittsburgh SBDC,Core Services,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Managing a Business"
|
||||||
|
11/19/2024 12:00 AM,New and Beginning Farmer Study Circles,0132025069,3,PennWest University Clarion SBDC,Core Services,Agriculture,Workshop/Seminar,1,"Accounting/Budget, Agriculture, Business Financing, Business Plan, Buy/Sell Business, Legal Issues, Managing a Business, Marketing/Sales, Networking Event, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
11/19/2024 12:00 AM,Center for Dairy Excellence - A Deep Dive on Processor Grants Available through the NEDBIC,00006563,15, Pennsylvania SBDC Lead Office,PDA,Agriculture,Online Meeting (Live),1,Agriculture
|
||||||
|
11/19/2024 12:00 AM,Exporting Basics for Small Businesses (On-Demand Recording),0132063424,2,WI - WILKES SBDC,Core Services,International Trade,Online Course (Prerecorded),1,"International Trade, Other"
|
||||||
|
11/19/2024 12:00 AM,Certification Pathways: Introduction to Small Business Certifications (On-Demand),0132031677,5,LE - LEHIGH UNIVERSITY SBDC,Core Services,Selling to Government,Online Course (Prerecorded),1,"Government Contracting, Government Industrial Base (GIB) Readiness, HUBZones, Prime Vendor Program, Selling to Government, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
11/19/2024 12:00 AM,Certification Pathways: Federal Certifications (On-Demand),0132031678,1,LE - LEHIGH UNIVERSITY SBDC,Core Services,Selling to Government,Online Course (Prerecorded),0,"Government Contracting, Government Industrial Base (GIB) Readiness, HUBZones, Prime Vendor Program, Selling to Government, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
11/19/2024 12:00 AM,Certification Pathways: Women-Owned & Minority-Owned (On-Demand),0132031679,3,LE - LEHIGH UNIVERSITY SBDC,Core Services,Selling to Government,Online Course (Prerecorded),1,"Government Contracting, Government Industrial Base (GIB) Readiness, HUBZones, Prime Vendor Program, Selling to Government, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
11/19/2024 12:00 AM,Certification Pathways: Veteran and Service-Disabled Veteran-Owned (On-Demand),0132031680,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Selling to Government,Online Course (Prerecorded),0,"Government Contracting, Government Industrial Base (GIB) Readiness, HUBZones, Prime Vendor Program, Selling to Government, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
11/19/2024 12:00 AM,"Certification Pathways: State, Local, and Specialty Certifications (On-Demand)",0132031681,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Selling to Government,Online Course (Prerecorded),0,"Government Contracting, Government Industrial Base (GIB) Readiness, HUBZones, Prime Vendor Program, Selling to Government, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
11/18/2024 12:00 AM,Recursos y Becas disponibles en Norristown,WD01115,6,WD - WIDENER SBDC,CDBG,Managing a Business,Workshop/Seminar,1,"Business Plan, Managing a Business, Other"
|
||||||
|
11/18/2024 12:00 AM,In-Person Drop-in Hours for Monroe County Business Owners and Entrepreneurs ,0132051317,2,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
11/18/2024 12:00 AM,AI in Action: How to Automate Your Business for Growth,0132076597,8,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Artificial Intelligence (AI), Business Plan, Franchising, Internet/Web Training, Marketing/Sales"
|
||||||
|
11/15/2024 12:00 AM,Boots to Business Reboot (B2BR) ,0132076298,12,Penn State SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
11/15/2024 12:00 AM,Second Step: Developing a Business Plan ,0142673601,35,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
11/14/2024 12:00 AM,First Step: Business Essentials (Pittsburgh) (In-Person and Live-Stream),0142633515,6,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
11/14/2024 12:00 AM,The Digital Marketing Blueprint Series: Producing Small Business Video Content,0132076309,40,Penn State SBDC,Core Services,Marketing/Sales,Online Meeting (Live),0,"Internet/Web Training, Marketing/Sales"
|
||||||
|
11/14/2024 12:00 AM,Finding Funding: Finance Your Small Business,WD01108,47,WD - WIDENER SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Cash Flow Management, Legal Issues, Managing a Business"
|
||||||
|
11/14/2024 12:00 AM,First Step (Erie County - PM),0132082957,9,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
11/13/2024 12:00 AM,Sales Tax Basics,0132024974,43,PennWest University Clarion SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Accounting/Budget, Business Start-up/Preplanning, eCommerce, Legal Issues, Managing a Business, Tax Planning"
|
||||||
|
11/13/2024 12:00 AM,Tips financieros para la temporada de impuestos. Tips & tricks para terminar 2024. - En Espanol,WD01113,2,WD - WIDENER SBDC,CDBG,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
11/13/2024 12:00 AM,Empire Beauty School: Entrepreneurship 101 for Cosmetology Businesses: The First Step,0132024567,35,Bucknell SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
11/13/2024 12:00 AM,Creating a Website Home Page That Converts ,0132031664,6,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Start-up/Preplanning, Marketing/Sales, Social Media"
|
||||||
|
11/13/2024 12:00 AM,Get Your Website Reviewed (Webinar),0142633530,2,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales"
|
||||||
|
11/12/2024 12:00 AM,Regional Leaders Breakfast,SH00625,211,SH - SHIPPENSBURG SBDC,Core Services,Other,Workshop/Seminar,1,Other
|
||||||
|
11/12/2024 12:00 AM,AI: Adapting Your Business for the Future,0132076592,13,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Artificial Intelligence (AI), Business Plan, Franchising, Internet/Web Training, Marketing/Sales"
|
||||||
|
11/12/2024 12:00 AM,Securing Business Financing - 6 C's of Credit,WD01106,26,WD - WIDENER SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Business Financing, Cash Flow Management, Managing a Business"
|
||||||
|
11/12/2024 12:00 AM,Certification Pathways: Veteran & Service-Disabled Veteran Businesses,0132031673,6,LE - LEHIGH UNIVERSITY SBDC,Core Services,Selling to Government,Online Meeting (Live),1,"Government Contracting, Government Industrial Base (GIB) Readiness, HUBZones, Prime Vendor Program, Selling to Government, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
11/12/2024 12:00 AM,Introduction to QuickBooks,SSBCI00005,0, Pennsylvania SBDC Lead Office,SSBCI,Accounting/Budget,Online Meeting (Live),0,"Accounting/Budget, eCommerce, Tax Planning"
|
||||||
|
11/12/2024 12:00 AM,Bookkeeping Basics - virtual workshop ,0142673605,78,University of Pittsburgh SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Accounting/Budget, Business Financing, Business Plan, Business Start-up/Preplanning, Cash Flow Management"
|
||||||
|
11/12/2024 12:00 AM,"Master Your Money, Launch Your Dream",0132051363,2,The University of Scranton SBDC,Core Services,Business Financing,Workshop/Seminar,1,Business Financing
|
||||||
|
11/12/2024 12:00 AM,The First Steps to Small Business Success - 1-hr Webinar,0132076306,6,Penn State SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
11/12/2024 12:00 AM,Intro to QuickBooks,SSBCI00006,60,State Small Business Credit Initiative (SSBCI),SSBCI,Accounting/Budget,Online Meeting (Live),1,"Accounting/Budget, Cash Flow Management, eCommerce, Managing a Business, Small Disadvantaged Businesses, Tax Planning, Woman-owned Businesses"
|
||||||
|
11/12/2024 12:00 AM,Successfully Hiring Employees (webinar),0132024560,32,Bucknell SBDC,Core Services,Human Resources/Managing Employees,Online Meeting (Live),1,Human Resources/Managing Employees
|
||||||
|
11/12/2024 12:00 AM,Understanding Veteran-Owned Small Business Certifications for Government Contracting,0132025022,15,PennWest University Clarion SBDC,Core Services,Selling to Government,Online Meeting (Live),1,"Business Start-up/Preplanning, Defense Industrial Base (DIB) Readiness, Government Industrial Base (GIB) Readiness, Managing a Business, Selling to Government, Small Disadvantaged Businesses, Veterans Outreach Conf."
|
||||||
|
11/11/2024 12:00 AM,Pitching Your Business: Part 1,0132014206,18,TE - TEMPLE SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
11/8/2024 12:00 AM, First Steps: Concept to Plan ,0132014205,21,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
11/8/2024 12:00 AM,Financial Fridays Group Consulting,0132031675,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Financing,Workshop/Seminar,0,Business Financing
|
||||||
|
11/7/2024 12:00 AM,"Go Global: Export Marketing, Finding a Foreign Distributor and International Trade Shows",0132025025,21,PennWest University Clarion SBDC,Core Services,International Trade,Online Meeting (Live),1,"International Trade, Marketing/Sales"
|
||||||
|
11/7/2024 12:00 AM,First Step: Business Essentials (COhatch Southside Works) (in-person),0142633518,3,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
11/7/2024 12:00 AM,Unveiling the Corporate Transparency Act: A Guide for Small Business Owners,0142633529,53,Duquesne University SBDC,Core Services,Legal Issues,Online Meeting (Live),1,Legal Issues
|
||||||
|
11/7/2024 12:00 AM,First Step: Business Essentials (Butler) (in-person),0142633444,2,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
11/7/2024 12:00 AM,First Step Seminar,0132082956,4,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
11/6/2024 12:00 AM,Normative Leadership Series: Part 1 - Introduction to Normative Cultures and Leadership Management,0142633528,5,Duquesne University SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Managing a Business, Other"
|
||||||
|
11/6/2024 12:00 AM,Fall Business Conference,0132052499,105,SF - ST. FRANCIS UNIVERSITY SBDC,Core Services,Woman-owned Businesses,Multi-session Course,1,Woman-owned Businesses
|
||||||
|
11/6/2024 12:00 AM,First Step: Starting a Small Business- Webinar,SH00623,3,SH - SHIPPENSBURG SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
11/5/2024 12:00 AM,The First Step Express: How to Start and Finance Your Business (Webinar),0132063389,9,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
11/5/2024 12:00 AM,First Step: Business Essentials (Wexford) (in-person),0142633517,7,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
11/5/2024 12:00 AM,Certification Pathways: Women & Minority-Owned Businesses,0132031672,22,LE - LEHIGH UNIVERSITY SBDC,Core Services,Selling to Government,Online Meeting (Live),1,"Government Contracting, Government Industrial Base (GIB) Readiness, HUBZones, Prime Vendor Program, Selling to Government, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
11/5/2024 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132024996,3,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
11/4/2024 12:00 AM,Remote Work 2.0: Managing Distributed Teams for Productivity,0132076593,10,Kutztown University SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Accounting/Budget, Artificial Intelligence (AI), Business Plan, Franchising, Internet/Web Training, Marketing/Sales"
|
||||||
|
11/1/2024 12:00 AM,First Step: Mechanics of Starting a Small Business ,0142673602,29,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
11/1/2024 12:00 AM,First Steps: Mapping the Business Concept,0132014200,22,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
10/31/2024 12:00 AM,First Steps: Insights from the Experts,0132076588,16,Kutztown University SBDC,Core Services,Business Plan,Workshop/Seminar,1,"Accounting/Budget, Business Plan"
|
||||||
|
10/31/2024 12:00 AM,The Digital Marketing Blueprint Series: Constructing Effective Email Campaigns,0132076281,12,Penn State SBDC,Core Services,Marketing/Sales,Online Meeting (Live),0,"Internet/Web Training, Marketing/Sales"
|
||||||
|
10/30/2024 12:00 AM,"FLSA Exemption for Executive, Admin, Prof, Outside Sales and Certain Computer Employees",0142633527,22,Duquesne University SBDC,Core Services,Human Resources/Managing Employees,Online Meeting (Live),1,Human Resources/Managing Employees
|
||||||
|
10/30/2024 12:00 AM,Navigating Artificial Intelligence: Winning Government Contracts by Using AI,WD01071,35,WD - WIDENER SBDC,Core Services,Technology,Online Meeting (Live),1,"Business Plan, Internet/Web Training, Managing a Business, Technology"
|
||||||
|
10/30/2024 12:00 AM,"First Step, Starting a Small Business Webinar",0132052496,9,SF - ST. FRANCIS UNIVERSITY SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
10/29/2024 12:00 AM,ServSafe: Food and Safety Certification - Coudersport,0132025018,9,PennWest University Clarion SBDC,Other,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
10/29/2024 12:00 AM,Shamokin: The First Step to Success - Starting Your Business,0132024555,0,Bucknell SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
10/29/2024 12:00 AM,Certification Pathways: Federal Certifications,0132031671,16,LE - LEHIGH UNIVERSITY SBDC,Core Services,Selling to Government,Online Meeting (Live),1,"Government Contracting, Government Industrial Base (GIB) Readiness, HUBZones, Prime Vendor Program, Selling to Government, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
10/29/2024 12:00 AM,Emerging Social Media Trends (Webinar),0142633525,9,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
10/29/2024 12:00 AM,Leveraging AI Tools like ChatGPT to Accelerate Your Business Growth (Webinar),0132024571,64,Bucknell SBDC,Core Services,Artificial Intelligence (AI),Online Meeting (Live),1,Artificial Intelligence (AI)
|
||||||
|
10/29/2024 12:00 AM,Shamokin: Improve Your Google Profile & Leverage Customer Reviews,0132024573,0,Bucknell SBDC,Core Services,Marketing/Sales,Workshop/Seminar,0,"eCommerce, Marketing/Sales, Social Media"
|
||||||
|
10/28/2024 12:00 AM,In-Person Drop-in Hours for Monroe County Business Owners and Entrepreneurs ,0132051316,2,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
10/25/2024 12:00 AM,Financial Fridays Group Consulting,0132031662,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Financing,Workshop/Seminar,0,Business Financing
|
||||||
|
10/24/2024 12:00 AM,Small Business Insurance - What Do I Need?,WD01080,5,WD - WIDENER SBDC,Core Services,Risk Management,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business, Risk Management"
|
||||||
|
10/24/2024 12:00 AM,Outsmart the Scammers: How to Keep Your Business Safe (Webinar),0132063420,14,WI - WILKES SBDC,Core Services,Cybersecurity Assistance,Online Meeting (Live),1,"Cybersecurity Assistance, Managing a Business, Technology"
|
||||||
|
10/24/2024 12:00 AM,Value Proposition (Webinar),0132082954,1,G - GANNON SBDC,Core Services,Other,Workshop/Seminar,0,"Managing a Business, Other"
|
||||||
|
10/24/2024 12:00 AM,Dreaming of Opening Your Own Business,0142673612,0,University of Pittsburgh SBDC,Core Services,Managing a Business,Workshop/Seminar,0,Managing a Business
|
||||||
|
10/24/2024 12:00 AM,Growing your business,WD01111,23,WD - WIDENER SBDC,Core Services,Business Plan,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
10/24/2024 12:00 AM,Abre Tu Negocio en Pittsburgh - Este programa es en persona,0142673608,14,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Start-up/Preplanning, Managing a Business"
|
||||||
|
10/24/2024 12:00 AM,Outsmart the Scammers: How to Keep Your Business Safe (On-Demand Recording),0132063422,1,WI - WILKES SBDC,Core Services,Cybersecurity Assistance,Online Course (Prerecorded),0,"Cybersecurity Assistance, Managing a Business, Technology"
|
||||||
|
10/23/2024 12:00 AM,Master-Mind #1: Be Visible: How to Distinguish Yourself in a Crowded Marketplace,0132076591,1,Kutztown University SBDC,Core Services,Managing a Business,Multi-session Course,0,"Accounting/Budget, Artificial Intelligence (AI), Business Financing, Business Plan, Business Start-up/Preplanning, Customer Relations, eCommerce, Managing a Business, Marketing/Sales, Mentor-Protégé, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
10/23/2024 12:00 AM,"Navigating Artificial Intelligence: Perplexity.ai, Claude 3, and More",WD01072,43,WD - WIDENER SBDC,Core Services,Technology,Online Meeting (Live),1,"Business Plan, Internet/Web Training, Managing a Business, Technology"
|
||||||
|
10/23/2024 12:00 AM,BIZLINK: The Local Network Exchange ,0132082955,33,G - GANNON SBDC,Core Services,Other,Workshop/Seminar,1,Other
|
||||||
|
10/23/2024 12:00 AM,First Step: Business Essentials (Pittsburgh) (In-Person and Live-Stream),0142633514,16,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
10/23/2024 12:00 AM,Master Your Social Media Message: A Take Away Framework for Consistent Content Creation,0132025019,13,PennWest University Clarion SBDC,Core Services,Social Media,Online Meeting (Live),1,"eCommerce, Internet/Web Training, Managing a Business, Marketing/Sales, Social Media, Technology, Woman-owned Businesses"
|
||||||
|
10/23/2024 12:00 AM,How to Know if Your Business Idea Will Really Work (Webinar),0132051332,16,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
10/22/2024 12:00 AM,Selling @ PITT ,0142673651,9,University of Pittsburgh SBDC,Core Services,Procurement Fair,Workshop/Seminar,1,Procurement Fair
|
||||||
|
10/19/2024 12:00 AM,CMC 2024-2025,0132014195,13,TE - TEMPLE SBDC,Core Services,Subcontracting,Multi-session Course,1,"Business Plan, Subcontracting"
|
||||||
|
10/18/2024 12:00 AM,Second Step: Developing a Business Plan ,0142673600,21,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
10/17/2024 12:00 AM,Business Plan Development (Webinar) ,0132082953,4,G - GANNON SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
10/17/2024 12:00 AM,Live2Lead ,0132025020,61,PennWest University Clarion SBDC,Core Services,Human Resources/Managing Employees,Workshop/Seminar,1,"Human Resources/Managing Employees, Managing a Business"
|
||||||
|
10/17/2024 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132025000,6,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
10/17/2024 12:00 AM,Driving Traffic to Your Website,WD01082,22,WD - WIDENER SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Managing a Business, Marketing/Sales, Technology"
|
||||||
|
10/16/2024 12:00 AM,ServSafe: Food and Safety Certification - Emlenton,0132025017,6,PennWest University Clarion SBDC,Other,Managing a Business,Workshop/Seminar,1,"Managing a Business, Other"
|
||||||
|
10/16/2024 12:00 AM,Get Your Website Reviewed (Webinar),0142633524,2,Duquesne University SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"eCommerce, Marketing/Sales"
|
||||||
|
10/16/2024 12:00 AM,Drop-In Hours for Pike County Business Owners and Entrepreneurs (In-Person),0132051331,0,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,"Business Start-up/Preplanning, Managing a Business"
|
||||||
|
10/16/2024 12:00 AM,Franchise Best Practices: Part 2,0132014194,0,TE - TEMPLE SBDC,Core Services,Franchising,Online Meeting (Live),0,Franchising
|
||||||
|
10/16/2024 12:00 AM,Franchise Best Practices (Part 2): Best Practices in Franchise Documentation and Legal Consideration,0132014199,5,TE - TEMPLE SBDC,Core Services,Franchising,Online Meeting (Live),1,Franchising
|
||||||
|
10/16/2024 12:00 AM,Tax Talk with Corry - What happens if I get audited?,0132025011,8,PennWest University Clarion SBDC,Core Services,Tax Planning,Online Meeting (Live),0,"Business Start-up/Preplanning, Legal Issues, Managing a Business, Other, Subcontracting, Tax Planning"
|
||||||
|
10/16/2024 12:00 AM,The First Step Express: How to Start and Finance Your Business (In-Person Seminar),0132063413,15,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
10/15/2024 12:00 AM,Sample 1,0132076599,0,Kutztown University SBDC,Core Services,Managing a Business,Online Meeting (Live),0,"Accounting/Budget, Customer Relations, Internet/Web Training, Managing a Business"
|
||||||
|
10/15/2024 12:00 AM,Legal Blueprint for Business Success (Shamokin Dam),0132024569,16,Bucknell SBDC,Core Services,Legal Issues,Workshop/Seminar,1,"Business Start-up/Preplanning, Legal Issues"
|
||||||
|
10/15/2024 12:00 AM,Certification Pathways: Introduction to Small Business Certifications,0132031665,16,LE - LEHIGH UNIVERSITY SBDC,Core Services,Selling to Government,Online Meeting (Live),1,"Government Contracting, Government Industrial Base (GIB) Readiness, HUBZones, Prime Vendor Program, Selling to Government, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
10/12/2024 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132024990,7,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
10/11/2024 12:00 AM,Intro to Small Business Financing,0132031661,6,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Financing,Workshop/Seminar,0,Business Financing
|
||||||
|
10/10/2024 12:00 AM,First Step (Erie - AM),0132082951,8,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,Business Start-up/Preplanning
|
||||||
|
10/10/2024 12:00 AM, En los Zapatos del Cliente: Marketing y Servicio al Cliente,WD01093,6,WD - WIDENER SBDC,CDBG,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
10/10/2024 12:00 AM,Marketing for Government Procurement,0132014202,21,TE - TEMPLE SBDC,Core Services,Government Contracting,Online Meeting (Live),1,Government Contracting
|
||||||
|
10/9/2024 12:00 AM,First Step: Business Essentials (Peters) (in-person),0142633516,6,Duquesne University SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
10/9/2024 12:00 AM,The Formula for Social Media Success (Webinar),0142633523,5,Duquesne University SBDC,Core Services,Social Media,Online Meeting (Live),1,Social Media
|
||||||
|
10/9/2024 12:00 AM,First Step: Starting a Small Business Webinar,SH00622,3,SH - SHIPPENSBURG SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
10/9/2024 12:00 AM,Navigating Artificial Intelligence: Integrating AI into Your Workflows Using Zapier & IFTTT,WD01070,43,WD - WIDENER SBDC,Core Services,Technology,Online Meeting (Live),1,"Business Plan, Internet/Web Training, Managing a Business, Technology"
|
||||||
|
10/9/2024 12:00 AM,Pennsylvania Taxes for New Businesses,0132024973,41,PennWest University Clarion SBDC,Core Services,Managing a Business,Online Meeting (Live),1,"Accounting/Budget, Business Start-up/Preplanning, eCommerce, Human Resources/Managing Employees, Legal Issues, Managing a Business, Tax Planning"
|
||||||
|
10/9/2024 12:00 AM," BRIGHT: Business Resilience, Innovation, Growth, Hustle, Transform ",0132014203,0,TE - TEMPLE SBDC,Core Services,Business Plan,Multi-session Course,0,"Business Financing, Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
10/8/2024 12:00 AM,Intentional Workplace Culture (webinar),0132024559,16,Bucknell SBDC,Core Services,Human Resources/Managing Employees,Online Meeting (Live),1,Human Resources/Managing Employees
|
||||||
|
10/8/2024 12:00 AM,Introduction to Federal Government Contracting,0132014201,36,TE - TEMPLE SBDC,Core Services,Government Contracting,Online Meeting (Live),1,Government Contracting
|
||||||
|
10/8/2024 12:00 AM,First Steps: Concept to Plan,0132014193,32,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
10/8/2024 12:00 AM,The First Steps to Small Business Success - 1-hr Webinar,0132076299,12,Penn State SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Business Financing, Business Plan, Business Start-up/Preplanning"
|
||||||
|
10/8/2024 12:00 AM,SBA Lender Match ,0142673577,61,University of Pittsburgh SBDC,Core Services,Business Financing,Online Meeting (Live),1,"Business Financing, Business Start-up/Preplanning, Managing a Business"
|
||||||
|
10/7/2024 12:00 AM,Construction Management Series: Virtual Information Session,0132014204,9,TE - TEMPLE SBDC,Core Services,Subcontracting,Online Meeting (Live),1,"Business Plan, Subcontracting"
|
||||||
|
10/4/2024 12:00 AM,First Step: Mechanics of Starting a Small Business ,0142673599,26,University of Pittsburgh SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Marketing/Sales"
|
||||||
|
10/4/2024 12:00 AM,Financial Fridays Group Consulting,0132031658,0,LE - LEHIGH UNIVERSITY SBDC,Core Services,Business Financing,Workshop/Seminar,0,Business Financing
|
||||||
|
10/4/2024 12:00 AM,UPMC Essentials for Success Symposium NEW TRAINING & BUSINESS LEADER NETWORKING EVENT,0142673613,17,University of Pittsburgh SBDC,Core Services,Marketing/Sales,Workshop/Seminar,1,"Marketing/Sales, Prime Vendor Program, Small Disadvantaged Businesses, Social Media"
|
||||||
|
10/4/2024 12:00 AM,"PHL Commerce In the Community #5: ¡CRECE!… TU NEGOCIO, TU FUTURO",WD01102,27,WD - WIDENER SBDC,Core Services,Small Disadvantaged Businesses,Workshop/Seminar,1,"Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Small Disadvantaged Businesses, Woman-owned Businesses"
|
||||||
|
10/3/2024 12:00 AM,Colombia Potencia Emprendedora- Mercadeo Digital para Pequenos negocios,WD01105,122,WD - WIDENER SBDC,Core Services,Marketing/Sales,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning, Marketing/Sales"
|
||||||
|
10/3/2024 12:00 AM,Golden Bear Visuals Studio: Weekly Evening Open Hours for SBDC Clients,0132076590,0,Kutztown University SBDC,Core Services,Marketing/Sales,Workshop/Seminar,0,"Marketing/Sales, Social Media"
|
||||||
|
10/3/2024 12:00 AM,First Step (Mercer PM),0132082952,1,G - GANNON SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,0,Business Start-up/Preplanning
|
||||||
|
10/3/2024 12:00 AM,Mastering Cybersecurity: Advanced Strategies for Protecting Your Digital World,0132025005,24,PennWest University Clarion SBDC,Core Services,Cybersecurity Assistance,Online Meeting (Live),1,"Cybersecurity Assistance, eCommerce, Internet/Web Training, Technology"
|
||||||
|
10/2/2024 12:00 AM,Navigating Artificial Intelligence: Google Gemini Deep Dive,WD01069,41,WD - WIDENER SBDC,Core Services,Technology,Online Meeting (Live),1,"Business Plan, Internet/Web Training, Managing a Business, Technology"
|
||||||
|
10/2/2024 12:00 AM,Golden Bear Visuals Studio: Weekly Evening Open Hours for SBDC Clients,0132076589,0,Kutztown University SBDC,Core Services,Marketing/Sales,Workshop/Seminar,0,"Marketing/Sales, Social Media"
|
||||||
|
10/1/2024 12:00 AM,The First Step Express: How to Start and Finance Your Business (Webinar),0132063388,18,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,Business Start-up/Preplanning
|
||||||
|
10/1/2024 12:00 AM,Colombia Potencia Emprendedora- Como Comenzar y operar un Pequeno negocio,WD01104,181,WD - WIDENER SBDC,Core Services,Business Plan,Online Meeting (Live),1,Business Plan
|
||||||
|
10/1/2024 12:00 AM,First Steps: Mapping the Business Concept,0132014192,25,TE - TEMPLE SBDC,Core Services,Business Plan,Online Meeting (Live),1,"Business Plan, Business Start-up/Preplanning"
|
||||||
|
10/1/2024 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132024995,5,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Workshop/Seminar,1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
10/1/2024 12:00 AM,StartUP Fall 2024,0132051329,13,The University of Scranton SBDC,Core Services,Business Plan,Multi-session Course,1,Business Plan
|
||||||
|
10/1/2024 12:00 AM,StartUP Virtual Fall 2024,0132051335,9,The University of Scranton SBDC,Core Services,Business Plan,Multi-session Course,1,Business Plan
|
||||||
|
10/1/2024 12:00 AM,The 3 P's of Cybersecurity: Practical Protection for Small Businesses (On-Demand Recording),0132063414,0,WI - WILKES SBDC,Core Services,Cybersecurity Assistance,Online Course (Prerecorded),0,Cybersecurity Assistance
|
||||||
|
10/1/2024 12:00 AM,Credit 101: Understanding and Improving Your Credit Report and Score (On-Demand Recording),0132063415,4,WI - WILKES SBDC,Core Services,Cash Flow Management,Online Course (Prerecorded),1,"Cash Flow Management, Other"
|
||||||
|
10/1/2024 12:00 AM,Strategies for Successful Business Transitions: Practical Tips for Buying & Selling a Business (On-Demand Recording),0132063416,0,WI - WILKES SBDC,Core Services,Buy/Sell Business,Online Course (Prerecorded),0,Buy/Sell Business
|
||||||
|
10/1/2024 12:00 AM,The First Step Express: How to Start and Finance Your Business (On-Demand Recording),0132063417,16,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,Business Start-up/Preplanning
|
||||||
|
10/1/2024 12:00 AM,Developing a Comprehensive Marketing Plan (On-Demand Recording),0132063418,0,WI - WILKES SBDC,Core Services,Other,Online Course (Prerecorded),0,Marketing/Sales
|
||||||
|
10/1/2024 12:00 AM,Will It Really Work? A Guide to Assessing Your Business Idea (On-Demand Recording),0132063419,4,WI - WILKES SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,Business Start-up/Preplanning
|
||||||
|
10/1/2024 12:00 AM,Grow Your Small Business with a Fall Internship (On-Demand Recording),0132051336,0,The University of Scranton SBDC,Core Services,Human Resources/Managing Employees,Online Course (Prerecorded),0,"Human Resources/Managing Employees, Other"
|
||||||
|
10/1/2024 12:00 AM,How to Know if Your Business Idea Will Really Work (On-Demand Recording),0132051337,10,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,Business Start-up/Preplanning
|
||||||
|
10/1/2024 12:00 AM,Gear Up for Financing: What Are My Funding Options? (On-Demand Recording),0132051338,0,The University of Scranton SBDC,Core Services,Business Financing,Online Course (Prerecorded),0,"Business Financing, Managing a Business"
|
||||||
|
10/1/2024 12:00 AM,Gear Up for Financing: What Do I Need to Prepare? (On-Demand Recording),0132051339,2,The University of Scranton SBDC,Core Services,Business Financing,Online Course (Prerecorded),1,"Business Financing, Managing a Business"
|
||||||
|
10/1/2024 12:00 AM,"Making Laws Work for You, Part 1: Ag Security Areas, Farmland Preservation, and Clean & Green (On-Demand Recording)",0132051340,0,The University of Scranton SBDC,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Legal Issues"
|
||||||
|
10/1/2024 12:00 AM,"Making Laws Work for You, Part 2: Right to Farm, ACRE, and the Agritourism Activity Protection Act (On-Demand Recording)",0132051341,0,The University of Scranton SBDC,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Legal Issues"
|
||||||
|
10/1/2024 12:00 AM,Understanding Customer Value: Strategies for Small Businesses (Series of Short Videos),0132051342,2,The University of Scranton SBDC,Core Services,Customer Relations,Online Course (Prerecorded),0,"Customer Relations, Marketing/Sales"
|
||||||
|
10/1/2024 12:00 AM,The First Step Express: Starting Your Business (Series of Short Videos),0132051343,8,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,Business Start-up/Preplanning
|
||||||
|
10/1/2024 12:00 AM,From Idea to Action: Developing Your Business Plan (On-Demand Recording),0132051344,7,The University of Scranton SBDC,Core Services,Business Plan,Online Course (Prerecorded),1,Business Plan
|
||||||
|
10/1/2024 12:00 AM,The First Step Express: Starting Your Business (On-Demand Recording),0132051345,29,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,Business Start-up/Preplanning
|
||||||
|
10/1/2024 12:00 AM,Making Your Farm Business Plan Work for You (On-Demand Recording),0132051346,0,The University of Scranton SBDC,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Business Plan"
|
||||||
|
10/1/2024 12:00 AM,Making Your Food Business Concept a Reality (On-Demand Recording),0132051347,2,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),1,"Agriculture, Business Start-up/Preplanning, Other"
|
||||||
|
10/1/2024 12:00 AM,Social Media 101 for Food on the Move (On-Demand Recording),0132051348,0,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),0,"Agriculture, Customer Relations, Managing a Business, Marketing/Sales, Social Media"
|
||||||
|
10/1/2024 12:00 AM,"Social Media 101 for Restaurants, Coffee Shops, and Carry-Out (On-Demand Recording)",0132051349,0,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),0,"Agriculture, Social Media"
|
||||||
|
10/1/2024 12:00 AM,30 Minutes to Better Search Engine Optimization: Backlinking (On-Demand Recording),0132051350,2,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),1,"Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
10/1/2024 12:00 AM,30 Minutes to Better Search Engine Optimization: Keyword Research (On-Demand Recording),0132051351,1,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),0,"Internet/Web Training, Marketing/Sales, Social Media, Technology"
|
||||||
|
10/1/2024 12:00 AM,30 Minutes to Better Search Engine Optimization: Measuring Results (On-Demand Recording),0132051352,2,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
10/1/2024 12:00 AM,30 Minutes to Better Search Engine Optimization: Small Business Blogging (On-Demand Recording),0132051353,2,The University of Scranton SBDC,Core Services,Internet/Web Training,Online Course (Prerecorded),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
10/1/2024 12:00 AM,Making the World Your Market: Considerations for Going Global (On-Demand Recording),0132051354,0,The University of Scranton SBDC,Core Services,International Trade,Online Course (Prerecorded),0,International Trade
|
||||||
|
10/1/2024 12:00 AM,Marketing 101: What is a Marketing Plan and How to Write One (On-Demand Recording),0132051355,2,The University of Scranton SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,"Customer Relations, Marketing/Sales"
|
||||||
|
10/1/2024 12:00 AM,Marketing 101: What is a Target Market and How to Determine Yours (On-Demand Recording),0132051356,3,The University of Scranton SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,Marketing/Sales
|
||||||
|
10/1/2024 12:00 AM,Mastering Your Business Model with Business Model Canvas (On-Demand Recording),0132051357,5,The University of Scranton SBDC,Core Services,Business Plan,Online Course (Prerecorded),1,"Business Plan, Managing a Business"
|
||||||
|
10/1/2024 12:00 AM,So You Want to Start a Food Truck: Your Guide to Starting a Mobile Food Enterprise (On-Demand),0132051358,1,The University of Scranton SBDC,Core Services,Business Start-up/Preplanning,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Managing a Business, Other"
|
||||||
|
10/1/2024 12:00 AM,The Importance of Food Safety: An Introduction to the Food Safety Modernization Act (On-Demand),0132051359,1,The University of Scranton SBDC,Other Federal,Managing a Business,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Legal Issues, Managing a Business, Other"
|
||||||
|
10/1/2024 12:00 AM,Limited Food Establishments: Adding Value in Your Home Kitchen (On-Demand Recording),0132051360,3,The University of Scranton SBDC,Core Services,Managing a Business,Online Course (Prerecorded),1,"Agriculture, Business Plan, Business Start-up/Preplanning, Legal Issues, Managing a Business, Other"
|
||||||
|
10/1/2024 12:00 AM,So You Want to Start a Food Truck: Taking Your Farm Stand on the Road (On-Demand Recording),0132051361,0,The University of Scranton SBDC,Other Federal,Agriculture,Online Course (Prerecorded),0,"Agriculture, Business Start-up/Preplanning, Managing a Business, Other"
|
||||||
|
10/1/2024 12:00 AM,The Truth About Grants (On-Demand Recording),0132051362,6,The University of Scranton SBDC,Core Services,Business Financing,Online Course (Prerecorded),1,"Business Financing, Other"
|
||||||
|
10/1/2024 12:00 AM,There's a Co-op For That! Understanding Cooperatives w/ Keystone Development Ctr. (On-Demand),00006555,0, Pennsylvania SBDC Lead Office,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Business Plan"
|
||||||
|
10/1/2024 12:00 AM,Agritourism and On-Farm Markets & Events: Planning for Your Success in 2024 (On-Demand Recording),00006556,1, Pennsylvania SBDC Lead Office,PDA,Agriculture,Online Course (Prerecorded),0,"Agriculture, Business Plan, Business Start-up/Preplanning, Legal Issues, Marketing/Sales"
|
||||||
|
9/26/2024 12:00 AM,The Digital Marketing Blueprint Series: Architecting a Business Website - On Demand,0132076302,4,Penn State SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),0,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
9/19/2024 12:00 AM,First Step: Starting A Small Business in Pennsylvania,0132024999,7,PennWest University Clarion SBDC,Core Services,Business Start-up/Preplanning,Online Meeting (Live),1,"Accounting/Budget, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Legal Issues"
|
||||||
|
9/17/2024 12:00 AM,Small Business & Industry Roundtable with the DoD,0000014,0,Southeast Pennsylvania APEX Accelerator,DoD,Defense Industrial Base (DIB) Readiness,,1,"Defense Industrial Base (DIB) Readiness, DoD Mentor-Protégé Program Information, Mentor-Protégé, Prime Vendor Program, Selling to Government"
|
||||||
|
9/4/2024 12:00 AM,Camino al éxito con Kauffman FastTrack Fall 2024,WD01062,21,WD - WIDENER SBDC,Core Services,Business Plan,Multi-session Course,1,"Business Financing, Business Plan, Business Start-up/Preplanning, Buy/Sell Business, Cash Flow Management, Managing a Business, Marketing/Sales, Social Media, Tax Planning"
|
||||||
|
9/4/2024 12:00 AM,Social Media Marketing Basics for Small Businesses (On-Demand Recording),0132051327,5,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),1,"Marketing/Sales, Social Media"
|
||||||
|
9/4/2024 12:00 AM,Advanced Social Media Marketing Strategies for Small Businesses (On-Demand Recording),0132051328,1,The University of Scranton SBDC,Core Services,Social Media,Online Course (Prerecorded),0,"Marketing/Sales, Social Media"
|
||||||
|
7/30/2024 12:00 AM,(On Demand) The Digital Marketing Blueprint Series: Creating Engaging Social Media Content,0132076296,8,Penn State SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
7/8/2024 12:00 AM,(On Demand)The Digital Marketing Blueprint Series: Developing a Small Business Social Media Strategy,0132076293,14,Penn State SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
5/31/2024 12:00 AM,On Demand: The Digital Marketing Blueprint Series: Crafting a Winning Marketing Strategy,0132076292,17,Penn State SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,"Internet/Web Training, Marketing/Sales, Social Media"
|
||||||
|
4/30/2024 12:00 AM,On Demand: Establishing a Compelling Online Presence,0132076288,43,Penn State SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,"Marketing/Sales, Social Media"
|
||||||
|
3/28/2024 12:00 AM,On Demand: Building a Strong and Memorable Small Business Brand,0132076273,65,Penn State SBDC,Core Services,Marketing/Sales,Online Course (Prerecorded),1,"Marketing/Sales, Social Media"
|
||||||
|
7/20/2023 12:00 AM,Unlocking Social Media Success: Powering Business Growth in West Scranton (On-Demand Recording),0132051146,0,The University of Scranton SBDC,ARC,Marketing/Sales,Online Course (Prerecorded),0,Marketing/Sales
|
||||||
|
7/20/2023 12:00 AM,Beyond Social Media: Marketing for West Side Businesses in the Digital Era (On-Demand Recording),0132051147,0,The University of Scranton SBDC,ARC,Marketing/Sales,Online Course (Prerecorded),0,Marketing/Sales
|
||||||
|
7/20/2023 12:00 AM,Marketing Your Business in West Side (On-Demand Recording),0132051145,0,The University of Scranton SBDC,ARC,Marketing/Sales,Online Course (Prerecorded),0,Marketing/Sales
|
||||||
|
681
export_module_no_bus_estab.csv
Normal file
681
export_module_no_bus_estab.csv
Normal file
@@ -0,0 +1,681 @@
|
|||||||
|
"Client ID","Center","Milestone Type","Milestone Date","Attribution Date","Attribution Source","Affirmation","Reportable?"
|
||||||
|
"BU018390","Bucknell SBDC","Business Start Impact",1/29/2025,,"","",1
|
||||||
|
"BU018385","Bucknell SBDC","Business Start Impact",2/18/2025,,"","",1
|
||||||
|
"BU018394","Bucknell SBDC","Business Start Impact",2/6/2025,,"","",1
|
||||||
|
"BU018163","Bucknell SBDC","Business Start Impact",1/24/2025,,"","",1
|
||||||
|
"BU018278","Bucknell SBDC","Business Start Impact",10/28/2024,,"Email from Client","LLC Registration uploaded in Neoserra files",1
|
||||||
|
"BU018169","Bucknell SBDC","Business Start Impact",8/8/2025,,"","",1
|
||||||
|
"BU018226","Bucknell SBDC","Business Start Impact",9/26/2025,,"","",1
|
||||||
|
"BU018279","Bucknell SBDC","Business Start Impact",10/18/2024,,"","",1
|
||||||
|
"BU018355","Bucknell SBDC","Business Start Impact",5/5/2025,,"","",1
|
||||||
|
"BU018312","Bucknell SBDC","Business Start Impact",4/28/2025,,"","",1
|
||||||
|
"KUP270323","Kutztown University SBDC","Business Start Impact",10/23/2024,,"","",1
|
||||||
|
"BU018321","Bucknell SBDC","Business Start Impact",4/28/2025,,"","",1
|
||||||
|
"BU018424","Bucknell SBDC","Business Start Impact",4/14/2025,,"","",1
|
||||||
|
"BU018478","Bucknell SBDC","Business Start Impact",4/1/2025,,"Director Confirmed through Session Note Review","Grand opening ribbon cutting",1
|
||||||
|
"BU018478","Bucknell SBDC","Business Start Impact",4/1/2025,,"","",1
|
||||||
|
"BU018328","Bucknell SBDC","Business Start Impact",4/1/2025,,"","",1
|
||||||
|
"BU018305","Bucknell SBDC","Business Start Impact",3/24/2025,,"Email from Client","see email",1
|
||||||
|
"BU018353","Bucknell SBDC","Business Start Impact",3/20/2025,,"","",1
|
||||||
|
"BU018404","Bucknell SBDC","Business Start Impact",3/17/2025,,"","",1
|
||||||
|
"KUP270383","Kutztown University SBDC","Business Start Impact",12/16/2024,,"","",1
|
||||||
|
"KUP270421","Kutztown University SBDC","Business Start Impact",12/20/2024,,"","",1
|
||||||
|
"BU018033","Bucknell SBDC","Business Start Impact",2/28/2025,,"","",1
|
||||||
|
"BU017529","Bucknell SBDC","Business Start Impact",1/31/2025,,"","",1
|
||||||
|
"KUP270388","Kutztown University SBDC","Business Start Impact",1/9/2025,,"","",1
|
||||||
|
"BU018393","Bucknell SBDC","Business Start Impact",12/12/2024,,"","",1
|
||||||
|
"KUP270459","Kutztown University SBDC","Business Start Impact",1/17/2025,,"Email from Client","",1
|
||||||
|
"KUP270443","Kutztown University SBDC","Business Start Impact",1/21/2025,,"","",1
|
||||||
|
"KUP269780","Kutztown University SBDC","Business Start Impact",1/22/2025,,"","",1
|
||||||
|
"BU018329","Bucknell SBDC","Business Start Impact",12/9/2024,,"","",1
|
||||||
|
"KUP270442","Kutztown University SBDC","Business Start Impact",1/27/2025,,"","",1
|
||||||
|
"BU017644","Bucknell SBDC","Business Start Impact",10/18/2024,,"","",1
|
||||||
|
"KUP270463","Kutztown University SBDC","Business Start Impact",1/29/2025,,"Email from Client","",1
|
||||||
|
"BU018348","Bucknell SBDC","Business Start Impact",10/15/2024,,"","",1
|
||||||
|
"BU018224","Bucknell SBDC","Business Start Impact",10/7/2024,,"","",1
|
||||||
|
"BU017935","Bucknell SBDC","Business Start Impact",10/4/2024,,"","",1
|
||||||
|
"BU018343","Bucknell SBDC","Business Start Impact",10/2/2024,,"","",1
|
||||||
|
"KUP270488","Kutztown University SBDC","Business Start Impact",2/10/2025,,"","",1
|
||||||
|
"KUP270494","Kutztown University SBDC","Business Start Impact",2/10/2025,,"","",1
|
||||||
|
"BU018474","Bucknell SBDC","Business Start Impact",6/11/2025,,"","",1
|
||||||
|
"KUP270500","Kutztown University SBDC","Business Start Impact",2/11/2025,,"","",1
|
||||||
|
"KUP270491","Kutztown University SBDC","Business Start Impact",2/12/2025,,"","",1
|
||||||
|
"KUP270486","Kutztown University SBDC","Business Start Impact",2/13/2025,,"","",1
|
||||||
|
"KUP270299","Kutztown University SBDC","Business Start Impact",10/15/2024,,"","",1
|
||||||
|
"KUP270501","Kutztown University SBDC","Business Start Impact",2/19/2025,,"","",1
|
||||||
|
"KUP270503","Kutztown University SBDC","Business Start Impact",2/19/2025,,"Email from Client","",1
|
||||||
|
"KUP270427","Kutztown University SBDC","Business Start Impact",3/5/2025,,"","",1
|
||||||
|
"KUP270506","Kutztown University SBDC","Business Start Impact",3/5/2025,,"","",1
|
||||||
|
"BU018425","Bucknell SBDC","Business Start Impact",4/28/2025,,"","",1
|
||||||
|
"KUP270328","Kutztown University SBDC","Business Start Impact",10/29/2024,,"","",1
|
||||||
|
"KUP270561","Kutztown University SBDC","Business Start Impact",3/10/2025,,"","",1
|
||||||
|
"KUP269776","Kutztown University SBDC","Business Start Impact",11/1/2024,,"","",1
|
||||||
|
"KUP270358","Kutztown University SBDC","Business Start Impact",11/8/2024,,"","",1
|
||||||
|
"KUP270552","Kutztown University SBDC","Business Start Impact",3/11/2025,,"","",1
|
||||||
|
"KUP270536","Kutztown University SBDC","Business Start Impact",3/12/2025,,"","",1
|
||||||
|
"KUP270333","Kutztown University SBDC","Business Start Impact",11/11/2024,,"","",1
|
||||||
|
"KUP270367","Kutztown University SBDC","Business Start Impact",11/15/2024,,"","",1
|
||||||
|
"KUP270389","Kutztown University SBDC","Business Start Impact",12/4/2024,,"","",1
|
||||||
|
"KUP270353","Kutztown University SBDC","Business Start Impact",12/12/2024,,"","",1
|
||||||
|
"KUP270516","Kutztown University SBDC","Business Start Impact",3/21/2025,,"","",1
|
||||||
|
"KUP270408","Kutztown University SBDC","Business Start Impact",12/13/2024,,"","",1
|
||||||
|
"KUP270413","Kutztown University SBDC","Business Start Impact",12/22/2024,,"","",1
|
||||||
|
"KUP269616","Kutztown University SBDC","Business Start Impact",12/26/2024,,"","",1
|
||||||
|
"BU018463","Bucknell SBDC","Business Start Impact",6/23/2025,,"","",1
|
||||||
|
"KUP270519","Kutztown University SBDC","Business Start Impact",4/4/2025,,"","",1
|
||||||
|
"KUP269880","Kutztown University SBDC","Business Start Impact",1/10/2025,,"","",1
|
||||||
|
"BU018484","Bucknell SBDC","Business Start Impact",6/24/2025,,"","",1
|
||||||
|
"KUP270416","Kutztown University SBDC","Business Start Impact",1/27/2025,,"Email from Client","",1
|
||||||
|
"KUP270584","Kutztown University SBDC","Business Start Impact",4/18/2025,,"","",1
|
||||||
|
"KUP270126","Kutztown University SBDC","Business Start Impact",1/28/2025,,"","",1
|
||||||
|
"KUP270551","Kutztown University SBDC","Business Start Impact",4/25/2025,,"","",1
|
||||||
|
"KUP270612","Kutztown University SBDC","Business Start Impact",5/1/2025,,"","",1
|
||||||
|
"KUP270714","Kutztown University SBDC","Business Start Impact",5/8/2025,,"","",1
|
||||||
|
"KUP270002","Kutztown University SBDC","Business Start Impact",10/2/2024,,"","",1
|
||||||
|
"KUP270002","Kutztown University SBDC","Business Start Impact",10/2/2024,,"","",1
|
||||||
|
"KUP270339","Kutztown University SBDC","Business Start Impact",5/13/2025,,"","",1
|
||||||
|
"KUP270107","Kutztown University SBDC","Business Start Impact",1/30/2025,,"","",1
|
||||||
|
"KUP270476","Kutztown University SBDC","Business Start Impact",2/4/2025,,"","",1
|
||||||
|
"KUP270160","Kutztown University SBDC","Business Start Impact",2/5/2025,,"Email from Client","",1
|
||||||
|
"KUP270384","Kutztown University SBDC","Business Start Impact",6/2/2025,,"","",1
|
||||||
|
"KUP270752","Kutztown University SBDC","Business Start Impact",6/2/2025,,"","",1
|
||||||
|
"KUP270530","Kutztown University SBDC","Business Start Impact",2/17/2025,,"","",1
|
||||||
|
"KUP270807","Kutztown University SBDC","Business Start Impact",6/11/2025,,"","",1
|
||||||
|
"KUP270528","Kutztown University SBDC","Business Start Impact",3/10/2025,,"","",1
|
||||||
|
"KUP270824","Kutztown University SBDC","Business Start Impact",6/12/2025,,"Email from Client","Email from Client",1
|
||||||
|
"KUP270835","Kutztown University SBDC","Business Start Impact",6/13/2025,,"Requested on eCenter","eCenter",1
|
||||||
|
"KUP270289","Kutztown University SBDC","Business Start Impact",3/10/2025,,"Requested on eCenter","Meeting w/ Client - Affirmed via eCenter",1
|
||||||
|
"KUP270525","Kutztown University SBDC","Business Start Impact",6/20/2025,,"","",1
|
||||||
|
"KUP270457","Kutztown University SBDC","Business Start Impact",3/11/2025,,"","",1
|
||||||
|
"KUP270729","Kutztown University SBDC","Business Start Impact",6/25/2025,,"Requested on eCenter","",1
|
||||||
|
"KUP270544","Kutztown University SBDC","Business Start Impact",3/11/2025,,"","",1
|
||||||
|
"KUP270610","Kutztown University SBDC","Business Start Impact",7/2/2025,,"Email from Client","Business started as per client email",1
|
||||||
|
"KUP270414","Kutztown University SBDC","Business Start Impact",7/3/2025,,"","",1
|
||||||
|
"KUP270888","Kutztown University SBDC","Business Start Impact",7/7/2025,,"Email from Client","",1
|
||||||
|
"KUP270837","Kutztown University SBDC","Business Start Impact",7/11/2025,,"Email from Client","Email from Client",1
|
||||||
|
"KUP270547","Kutztown University SBDC","Business Start Impact",3/12/2025,,"","",1
|
||||||
|
"KUP270613","Kutztown University SBDC","Business Start Impact",3/12/2025,,"","",1
|
||||||
|
"KUP270558","Kutztown University SBDC","Business Start Impact",7/16/2025,,"","",1
|
||||||
|
"KUP270843","Kutztown University SBDC","Business Start Impact",7/17/2025,,"","",1
|
||||||
|
"KUP270572","Kutztown University SBDC","Business Start Impact",3/13/2025,,"","",1
|
||||||
|
"KUP270882","Kutztown University SBDC","Business Start Impact",7/21/2025,,"Requested on eCenter","",1
|
||||||
|
"KUP270890","Kutztown University SBDC","Business Start Impact",7/23/2025,,"","",1
|
||||||
|
"KUP270179","Kutztown University SBDC","Business Start Impact",3/17/2025,,"","",1
|
||||||
|
"KUP270571","Kutztown University SBDC","Business Start Impact",3/21/2025,,"","",1
|
||||||
|
"KUP270582","Kutztown University SBDC","Business Start Impact",3/21/2025,,"","",1
|
||||||
|
"KUP270569","Kutztown University SBDC","Business Start Impact",3/28/2025,,"","",1
|
||||||
|
"KUP270614","Kutztown University SBDC","Business Start Impact",4/1/2025,,"","",1
|
||||||
|
"KUP270661","Kutztown University SBDC","Business Start Impact",4/8/2025,,"","",1
|
||||||
|
"KUP270675","Kutztown University SBDC","Business Start Impact",4/11/2025,,"","",1
|
||||||
|
"KUP269971","Kutztown University SBDC","Business Start Impact",9/11/2025,,"","",1
|
||||||
|
"KUP270647","Kutztown University SBDC","Business Start Impact",4/15/2025,,"","",1
|
||||||
|
"KUP270735","Kutztown University SBDC","Business Start Impact",4/22/2025,,"","",1
|
||||||
|
"KUP270329","Kutztown University SBDC","Business Start Impact",5/13/2025,,"","",1
|
||||||
|
"KUP270171","Kutztown University SBDC","Business Start Impact",2/7/2025,,"","",1
|
||||||
|
"KUP270349","Kutztown University SBDC","Business Start Impact",2/11/2025,,"","",1
|
||||||
|
"TE032048","TE - TEMPLE SBDC","Business Start Impact",10/18/2024,,"Quarterly Assessment Survey","",1
|
||||||
|
"KUP269291","Kutztown University SBDC","Business Start Impact",6/12/2025,,"Email from Client","Email from Client",1
|
||||||
|
"TE032248","TE - TEMPLE SBDC","Business Start Impact",10/24/2024,,"Email from Client","",1
|
||||||
|
"KUP270134","Kutztown University SBDC","Business Start Impact",6/23/2025,,"","",1
|
||||||
|
"KUP270873","Kutztown University SBDC","Business Start Impact",7/1/2025,,"","",1
|
||||||
|
"KUP270896","Kutztown University SBDC","Business Start Impact",7/15/2025,,"","",1
|
||||||
|
"TE032444","TE - TEMPLE SBDC","Business Start Impact",12/2/2024,,"Email from Client","",1
|
||||||
|
"TE032426","TE - TEMPLE SBDC","Business Start Impact",1/17/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"TE032687","TE - TEMPLE SBDC","Business Start Impact",1/17/2025,,"Email from Client","",1
|
||||||
|
"TE032751","TE - TEMPLE SBDC","Business Start Impact",1/23/2025,,"Email from Client","",1
|
||||||
|
"KUP270951","Kutztown University SBDC","Business Start Impact",8/11/2025,,"Email from Client","email from client",1
|
||||||
|
"TE032532","TE - TEMPLE SBDC","Business Start Impact",2/5/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"TE032460","TE - TEMPLE SBDC","Business Start Impact",2/12/2025,,"Email from Client","",1
|
||||||
|
"TE029533","TE - TEMPLE SBDC","Business Start Impact",2/18/2025,,"","",1
|
||||||
|
"TE032475","TE - TEMPLE SBDC","Business Start Impact",3/3/2025,,"Email from Client","",1
|
||||||
|
"TE032866","TE - TEMPLE SBDC","Business Start Impact",3/13/2025,,"Email from Client","",1
|
||||||
|
"TE032658","TE - TEMPLE SBDC","Business Start Impact",3/14/2025,,"Email from Client","",1
|
||||||
|
"TE032999","TE - TEMPLE SBDC","Business Start Impact",4/23/2025,,"Email from Client","",1
|
||||||
|
"TE032887","TE - TEMPLE SBDC","Business Start Impact",5/2/2025,,"","",1
|
||||||
|
"KUP270712","Kutztown University SBDC","Business Start Impact",9/2/2025,,"Email from Client","Business Start as per email",1
|
||||||
|
"KUP270993","Kutztown University SBDC","Business Start Impact",9/11/2025,,"","",1
|
||||||
|
"TE033199","TE - TEMPLE SBDC","Business Start Impact",6/13/2025,,"Email from Client","",1
|
||||||
|
"TE033208","TE - TEMPLE SBDC","Business Start Impact",6/13/2025,,"Email from Client","",1
|
||||||
|
"TE032524","TE - TEMPLE SBDC","Business Start Impact",6/25/2025,,"Email from Client","",1
|
||||||
|
"TE033207","TE - TEMPLE SBDC","Business Start Impact",7/7/2025,,"Email from Client","",1
|
||||||
|
"TE033375","TE - TEMPLE SBDC","Business Start Impact",7/21/2025,,"Email from Client","",1
|
||||||
|
"TE033389","TE - TEMPLE SBDC","Business Start Impact",7/25/2025,,"","",1
|
||||||
|
"KUP270954","Kutztown University SBDC","Business Start Impact",9/13/2025,,"Email from Client","Business Started as per Client Email (attached)",1
|
||||||
|
"KUP271030","Kutztown University SBDC","Business Start Impact",9/24/2025,,"","",1
|
||||||
|
"TE033128","TE - TEMPLE SBDC","Business Start Impact",5/22/2025,,"Email from Client","",1
|
||||||
|
"TE033006","TE - TEMPLE SBDC","Business Start Impact",5/20/2025,,"Director Confirmed through Session Note Review","",1
|
||||||
|
"TE029479","TE - TEMPLE SBDC","Business Start Impact",10/29/2024,,"Email from Client","",1
|
||||||
|
"TE031608","TE - TEMPLE SBDC","Business Start Impact",10/29/2024,,"Email from Client","",1
|
||||||
|
"TE033421","TE - TEMPLE SBDC","Business Start Impact",8/11/2025,,"","",1
|
||||||
|
"TE033205","TE - TEMPLE SBDC","Business Start Impact",8/13/2025,,"","",1
|
||||||
|
"TE031770","TE - TEMPLE SBDC","Business Start Impact",11/7/2024,,"Email from Client","",1
|
||||||
|
"TE032931","TE - TEMPLE SBDC","Business Start Impact",5/14/2025,,"Email from Client","",1
|
||||||
|
"KUP271019","Kutztown University SBDC","Business Start Impact",8/27/2025,,"","",1
|
||||||
|
"TE033411","TE - TEMPLE SBDC","Business Start Impact",8/27/2025,,"Email from Client","",1
|
||||||
|
"TE030516","TE - TEMPLE SBDC","Business Start Impact",11/8/2024,,"Quarterly Assessment Survey","",1
|
||||||
|
"TE032546","TE - TEMPLE SBDC","Business Start Impact",12/12/2024,,"","",1
|
||||||
|
"TE032194","TE - TEMPLE SBDC","Business Start Impact",1/17/2025,,"Email from Client","",1
|
||||||
|
"KUP270875","Kutztown University SBDC","Business Start Impact",8/27/2025,,"Quarterly Assessment Survey","Survey",1
|
||||||
|
"KUP270644","Kutztown University SBDC","Business Start Impact",8/19/2025,,"Quarterly Assessment Survey","Survey",1
|
||||||
|
"024947","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",10/9/2024,,"","",0
|
||||||
|
"TE031765","TE - TEMPLE SBDC","Business Start Impact",1/24/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"TE029944","TE - TEMPLE SBDC","Business Start Impact",2/2/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"TE032913","TE - TEMPLE SBDC","Business Start Impact",3/28/2025,,"Email from Client","",1
|
||||||
|
"TE033098","TE - TEMPLE SBDC","Business Start Impact",4/11/2025,,"Email from Client","",1
|
||||||
|
"TE032916","TE - TEMPLE SBDC","Business Start Impact",5/31/2025,,"Quarterly Assessment Survey","https://pasbdc.neoserra.com/activity/view?formid=39&eid=129382&url=/clients/463090",1
|
||||||
|
"TE032937","TE - TEMPLE SBDC","Business Start Impact",6/1/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"025025","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",1/24/2025,,"Impact & Outcomes Form","",1
|
||||||
|
"TE032966","TE - TEMPLE SBDC","Business Start Impact",6/11/2025,,"Email from Client","",1
|
||||||
|
"025000","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",2/7/2025,,"Email from Client","online PA entity serch and email",1
|
||||||
|
"025089","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",2/12/2025,,"Director Confirmed through Session Note Review","phone call with client and web site verification on PA Entiy search",1
|
||||||
|
"024995","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",2/14/2025,,"Email from Client","email and phone call with client",1
|
||||||
|
"KUP271018","Kutztown University SBDC","Business Start Impact",9/17/2025,,"","",1
|
||||||
|
"025100","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",2/21/2025,,"Email from Client","business formed with state, email from client with signed lease agreement",1
|
||||||
|
"024912","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",2/26/2025,,"","",1
|
||||||
|
"025096","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",2/26/2025,,"","",1
|
||||||
|
"KUP270909","Kutztown University SBDC","Business Start Impact",8/15/2025,,"","",1
|
||||||
|
"025110","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",3/3/2025,,"","",1
|
||||||
|
"TE032213","TE - TEMPLE SBDC","Business Start Impact",10/18/2024,,"Email from Client","",1
|
||||||
|
"TE033170","TE - TEMPLE SBDC","Business Start Impact",8/11/2025,,"Email from Client","",1
|
||||||
|
"KUP270911","Kutztown University SBDC","Business Start Impact",7/29/2025,,"","",1
|
||||||
|
"025143","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",4/11/2025,,"","",1
|
||||||
|
"KUP270922","Kutztown University SBDC","Business Start Impact",7/18/2025,,"","",1
|
||||||
|
"TE033469","TE - TEMPLE SBDC","Business Start Impact",9/5/2025,,"Email from Client","",1
|
||||||
|
"025126","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",4/28/2025,,"Email from Client","conversation with client- planning grand opening, but currently operating to get everything working smooth",1
|
||||||
|
"025170","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",4/30/2025,,"Director Confirmed through Session Note Review","meeting with client to apply for CEAP Grant",1
|
||||||
|
"TE032764","TE - TEMPLE SBDC","Business Start Impact",12/30/2024,,"Quarterly Assessment Survey","",1
|
||||||
|
"KUP270927","Kutztown University SBDC","Business Start Impact",7/15/2025,,"Requested on eCenter","",1
|
||||||
|
"025208","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",5/24/2025,,"","",1
|
||||||
|
"025042","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",6/9/2025,,"Email from Client","",1
|
||||||
|
"024735","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",10/24/2024,,"Email from Client","",1
|
||||||
|
"025169","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",7/3/2025,,"","",1
|
||||||
|
"024921","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",12/4/2024,,"Impact & Outcomes Form","",1
|
||||||
|
"KUP270839","Kutztown University SBDC","Business Start Impact",6/16/2025,,"","",1
|
||||||
|
"TE028036","TE - TEMPLE SBDC","Business Start Impact",3/15/2025,,"Email from Client","",1
|
||||||
|
"025264","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",9/10/2025,,"","",1
|
||||||
|
"024944","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",12/17/2024,,"","",1
|
||||||
|
"TE025259","TE - TEMPLE SBDC","Business Start Impact",4/11/2025,,"Quarterly Assessment Survey","https://pasbdc.neoserra.com/activity/view?formid=39&eid=127579&url=/clients/413059",1
|
||||||
|
"024459","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",1/6/2025,,"Email from Client","email from client that business started and now looking for health insurance",1
|
||||||
|
"C10233","PennWest University Clarion SBDC","Business Start Impact",10/1/2024,,"Quarterly Assessment Survey","PreVenture Quarterly Survey",1
|
||||||
|
"C10313","PennWest University Clarion SBDC","Business Start Impact",10/1/2024,,"Impact & Outcomes Form","I&O signed 9/13. Moved to Q1.",1
|
||||||
|
"C10374","PennWest University Clarion SBDC","Business Start Impact",10/1/2024,,"Email from Client","Email from client 10/1/2024",1
|
||||||
|
"024857","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",1/10/2025,,"Email from Client","",1
|
||||||
|
"TE029518","TE - TEMPLE SBDC","Business Start Impact",6/20/2025,,"Quarterly Assessment Survey","https://pasbdc.neoserra.com/activity/view?formid=39&eid=130283&url=/clients/441529",1
|
||||||
|
"KUP270812","Kutztown University SBDC","Business Start Impact",5/29/2025,,"Requested on eCenter","Client email + eCenter",1
|
||||||
|
"TE033387","TE - TEMPLE SBDC","Business Start Impact",7/28/2025,,"Impact & Outcomes Form","",1
|
||||||
|
"KUP270776","Kutztown University SBDC","Business Start Impact",5/21/2025,,"","",1
|
||||||
|
"C10207","PennWest University Clarion SBDC","Business Start Impact",10/11/2024,,"Impact & Outcomes Form","Dated 1/23/2025",1
|
||||||
|
"TE033383","TE - TEMPLE SBDC","Business Start Impact",8/8/2025,,"Email from Client","",1
|
||||||
|
"TE033093","TE - TEMPLE SBDC","Business Start Impact",8/11/2025,,"Email from Client","",1
|
||||||
|
"C10430","PennWest University Clarion SBDC","Business Start Impact",10/15/2024,,"Impact & Outcomes Form","Yes",1
|
||||||
|
"025081","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",4/7/2025,,"Email from Client","Yes - email from the client",1
|
||||||
|
"024609","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",4/25/2025,,"Email from Client","lease signed, loan obtained, and name registered with state",1
|
||||||
|
"C10209","PennWest University Clarion SBDC","Business Start Impact",10/20/2024,,"Impact & Outcomes Form","Impact and Outcomes resulting from SBDC consulting engagement",1
|
||||||
|
"C10298","PennWest University Clarion SBDC","Business Start Impact",10/28/2024,,"Email from Client","Email on 10/28",1
|
||||||
|
"C10259","PennWest University Clarion SBDC","Business Start Impact",10/29/2024,,"Impact & Outcomes Form","Dated 10/29/2024",1
|
||||||
|
"025087","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",4/25/2025,,"Email from Client","",1
|
||||||
|
"024840","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",5/1/2025,,"","",1
|
||||||
|
"KUP270746","Kutztown University SBDC","Business Start Impact",5/21/2025,,"","",1
|
||||||
|
"C10363","PennWest University Clarion SBDC","Business Start Impact",11/4/2024,,"Email from Client","Email from client",1
|
||||||
|
"C10406","PennWest University Clarion SBDC","Business Start Impact",11/4/2024,,"Impact & Outcomes Form","I&O signed on 11/4/2024",1
|
||||||
|
"019708","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",10/14/2024,,"","",1
|
||||||
|
"025257","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",7/24/2025,,"Email from Client","email response from client",1
|
||||||
|
"024645","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",8/25/2025,,"Email from Client","",1
|
||||||
|
"C10447","PennWest University Clarion SBDC","Business Start Impact",11/11/2024,,"Quarterly Assessment Survey","Dated 2/27/2025",1
|
||||||
|
"C9640","PennWest University Clarion SBDC","Business Start Impact",10/1/2024,,"Impact & Outcomes Form","I&O signed 7/11 moved from Q4 to Q1",1
|
||||||
|
"SH04168","PennWest University Clarion SBDC","Business Start Impact",10/1/2024,,"Quarterly Assessment Survey","Quarterly Assessment Survey",1
|
||||||
|
"C10464","PennWest University Clarion SBDC","Business Start Impact",11/13/2024,,"","",1
|
||||||
|
"C10256","PennWest University Clarion SBDC","Business Start Impact",11/14/2024,,"Email from Client","email from client",1
|
||||||
|
"C10164","PennWest University Clarion SBDC","Business Start Impact",10/1/2024,,"Quarterly Assessment Survey","Pre-venture Quarterly Impact Assessment",1
|
||||||
|
"C10261","PennWest University Clarion SBDC","Business Start Impact",10/2/2024,,"Quarterly Assessment Survey","Q3",1
|
||||||
|
"C10349","PennWest University Clarion SBDC","Business Start Impact",11/25/2024,,"Impact & Outcomes Form","See I&O from 11/25/24 for details",1
|
||||||
|
"C10494","PennWest University Clarion SBDC","Business Start Impact",12/5/2024,,"Quarterly Assessment Survey","Dated 3/1/2025",1
|
||||||
|
"024946","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",2/19/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"C10438","PennWest University Clarion SBDC","Business Start Impact",12/20/2024,,"Director Confirmed through Session Note Review","",1
|
||||||
|
"TE026566","TE - TEMPLE SBDC","Business Start Impact",7/14/2025,,"Email from Client","",1
|
||||||
|
"025057","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",3/7/2025,,"","",1
|
||||||
|
"C10400","PennWest University Clarion SBDC","Business Start Impact",1/1/2025,,"Quarterly Assessment Survey","Quarterly impact survey taken on 1/28/2025",1
|
||||||
|
"KUP270928","Kutztown University SBDC","Business Start Impact",9/22/2025,,"","",1
|
||||||
|
"KUP270792","Kutztown University SBDC","Business Start Impact",9/18/2025,,"Requested on eCenter","ecenter",1
|
||||||
|
"C10378","PennWest University Clarion SBDC","Business Start Impact",1/9/2025,,"Quarterly Assessment Survey","1/25/2025",1
|
||||||
|
"C10475","PennWest University Clarion SBDC","Business Start Impact",1/9/2025,,"Impact & Outcomes Form","I&O",1
|
||||||
|
"C10284","PennWest University Clarion SBDC","Business Start Impact",10/30/2024,,"","",1
|
||||||
|
"C10204","PennWest University Clarion SBDC","Business Start Impact",1/22/2025,,"Email from Client","Email from client",1
|
||||||
|
"C10459","PennWest University Clarion SBDC","Business Start Impact",1/24/2025,,"Quarterly Assessment Survey","Quarterly Impact Assessment (Q1 FY 2025) on 01/24/25",1
|
||||||
|
"C10491","PennWest University Clarion SBDC","Business Start Impact",1/24/2025,,"Quarterly Assessment Survey","Dated 1/24/2025",1
|
||||||
|
"C9920","PennWest University Clarion SBDC","Business Start Impact",1/27/2025,,"Impact & Outcomes Form","I&O taken on 1/27/2025",1
|
||||||
|
"C10481","PennWest University Clarion SBDC","Business Start Impact",2/10/2025,,"Quarterly Assessment Survey","Survey taken on 2/13",1
|
||||||
|
"C10353","PennWest University Clarion SBDC","Business Start Impact",11/1/2024,,"Email from Client","Email from client",1
|
||||||
|
"C10150","PennWest University Clarion SBDC","Business Start Impact",11/4/2024,,"Email from Client","Email from client",1
|
||||||
|
"C10396","PennWest University Clarion SBDC","Business Start Impact",3/3/2025,4/12/2025 5:26 PM,"eCenter","eCenter (erickrousemusic@gmail.com)",1
|
||||||
|
"KUP270727","Kutztown University SBDC","Business Start Impact",5/8/2025,,"","",1
|
||||||
|
"C10422","PennWest University Clarion SBDC","Business Start Impact",11/11/2024,,"Impact & Outcomes Form","Impact and Outcomes Survey on Nov. 11 2024",1
|
||||||
|
"C9806","PennWest University Clarion SBDC","Business Start Impact",11/13/2024,,"Impact & Outcomes Form","I&O recieved on 11/13",1
|
||||||
|
"C8220","PennWest University Clarion SBDC","Business Start Impact",3/19/2025,,"Impact & Outcomes Form","Dated 3/19/2025. Client Alyssa Smith signed up for assistance with another business start so getting confirmation of her other business that had no data integrity that is still in operation.",1
|
||||||
|
"C10159","PennWest University Clarion SBDC","Business Start Impact",11/13/2024,,"Impact & Outcomes Form","I&O Recieved on 11/13",1
|
||||||
|
"C10342","PennWest University Clarion SBDC","Business Start Impact",11/16/2024,,"Email from Client","Email Dated 10/31/2024. Facebook Page Western PA Power VBC",1
|
||||||
|
"C10174","PennWest University Clarion SBDC","Business Start Impact",4/1/2025,,"Requested on eCenter","",1
|
||||||
|
"C10303","PennWest University Clarion SBDC","Business Start Impact",11/25/2024,,"Impact & Outcomes Form","See I&O from 11/25/24 for details",1
|
||||||
|
"C9387","PennWest University Clarion SBDC","Business Start Impact",12/10/2024,,"Impact & Outcomes Form","I&O received on 12/10/2024",1
|
||||||
|
"C10285","PennWest University Clarion SBDC","Business Start Impact",10/2/2024,,"Quarterly Assessment Survey","Dated 9/11/2024",1
|
||||||
|
"025095","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",2/7/2025,,"Quarterly Assessment Survey","email survey",1
|
||||||
|
"C10554","PennWest University Clarion SBDC","Business Start Impact",4/19/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"C10512","PennWest University Clarion SBDC","Business Start Impact",4/25/2025,,"","",1
|
||||||
|
"C10148","PennWest University Clarion SBDC","Business Start Impact",12/30/2024,,"Quarterly Assessment Survey","Responded March 18, 2024",1
|
||||||
|
"TE033218","TE - TEMPLE SBDC","Business Start Impact",7/28/2025,,"Email from Client","",1
|
||||||
|
"C10238","PennWest University Clarion SBDC","Business Start Impact",10/8/2024,,"Quarterly Assessment Survey","Dated September 18, 2024",1
|
||||||
|
"C10503","PennWest University Clarion SBDC","Business Start Impact",5/12/2025,,"Impact & Outcomes Form","See May 12 NeoSerra Impact and Outcomes resulting from SBDC consulting engagement",1
|
||||||
|
"C10465","PennWest University Clarion SBDC","Business Start Impact",5/14/2025,,"Impact & Outcomes Form","Dated 05/14/2025 -attached to Neo",1
|
||||||
|
"C10509","PennWest University Clarion SBDC","Business Start Impact",5/21/2025,,"","",1
|
||||||
|
"KUP271081","Kutztown University SBDC","Business Start Impact",9/24/2025,,"Not attributed to center","",0
|
||||||
|
"C10598","PennWest University Clarion SBDC","Business Start Impact",7/1/2025,,"Impact & Outcomes Form","Signed I&O on 7/1/25",1
|
||||||
|
"C10461","PennWest University Clarion SBDC","Business Start Impact",7/8/2025,,"Impact & Outcomes Form","Dated May 6th. Client formally opened to patients on July 8",1
|
||||||
|
"C10100","PennWest University Clarion SBDC","Business Start Impact",7/15/2025,,"Email from Client","Email from Nobember of 2023 and just found it in file review.",1
|
||||||
|
"C10315","PennWest University Clarion SBDC","Business Start Impact",7/15/2025,,"Email from Client","Email from Deceber 2024 and just found it in file review, so putting it in now.",1
|
||||||
|
"C10628","PennWest University Clarion SBDC","Business Start Impact",7/18/2025,7/18/2025 10:49 AM,"eCenter","eCenter (McFeatersMR@gcc.edu)",1
|
||||||
|
"021565","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",3/3/2025,,"Email from Client","email and phone call with Chad Miller - current name listed as The Chicken Trolley",1
|
||||||
|
"C9841","PennWest University Clarion SBDC","Business Start Impact",10/10/2024,,"Impact & Outcomes Form","Yes",1
|
||||||
|
"C9988","PennWest University Clarion SBDC","Business Start Impact",10/14/2024,,"Impact & Outcomes Form","I&O signed on 10/11",1
|
||||||
|
"C10395","PennWest University Clarion SBDC","Business Start Impact",10/15/2024,,"Quarterly Assessment Survey","QAS on 10/15",1
|
||||||
|
"SF416546","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",1/24/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"C10252","PennWest University Clarion SBDC","Business Start Impact",10/16/2024,,"Email from Client","Email from client",1
|
||||||
|
"SF416639","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",2/10/2025,,"","",1
|
||||||
|
"C9809","PennWest University Clarion SBDC","Business Start Impact",10/17/2024,,"Impact & Outcomes Form","October 16, 2024",1
|
||||||
|
"C10030","PennWest University Clarion SBDC","Business Start Impact",2/26/2025,,"Impact & Outcomes Form","I&O received on 2/26/25",1
|
||||||
|
"SF416494","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",2/14/2025,,"","",1
|
||||||
|
"C10088","PennWest University Clarion SBDC","Business Start Impact",3/10/2025,,"Director Confirmed through Session Note Review","Director Review of Client File",1
|
||||||
|
"C10361","PennWest University Clarion SBDC","Business Start Impact",11/5/2024,,"Impact & Outcomes Form","See I&O form from Nov 5 2024 for details",1
|
||||||
|
"C4995","PennWest University Clarion SBDC","Business Start Impact",11/8/2024,,"Impact & Outcomes Form","11/8/2024",1
|
||||||
|
"C10095","PennWest University Clarion SBDC","Business Start Impact",3/20/2025,,"Impact & Outcomes Form","Signed I&O on 3/20/2025",1
|
||||||
|
"C8025","PennWest University Clarion SBDC","Business Start Impact",4/2/2025,,"Email from Client","email from client",1
|
||||||
|
"KUP270797","Kutztown University SBDC","Business Start Impact",9/24/2025,,"","",1
|
||||||
|
"C10102","PennWest University Clarion SBDC","Business Start Impact",4/16/2025,,"Impact & Outcomes Form","I & O from April 16th in Neo",1
|
||||||
|
"SF416461","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",4/1/2025,,"","",1
|
||||||
|
"SF416623","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",4/9/2025,,"Requested on eCenter","Ecenter",1
|
||||||
|
"C10408","PennWest University Clarion SBDC","Business Start Impact",5/10/2025,,"Impact & Outcomes Form","Signed I&O on 5/10/25",1
|
||||||
|
"C10390","PennWest University Clarion SBDC","Business Start Impact",8/11/2025,,"Impact & Outcomes Form","Impact & Outcomes 9/22/2025",1
|
||||||
|
"PI707406","Duquesne University SBDC","Business Start Impact",10/3/2024,,"Email from Client","Hi Denis; Here's the data you requested about my business, Branching Design: 1. LLC date: 7/31/24 2. Startup cost (Client Funded): $6,000",1
|
||||||
|
"TE033397","TE - TEMPLE SBDC","Business Start Impact",7/9/2025,,"Email from Client","",1
|
||||||
|
"127474","Duquesne University SBDC","Business Start Impact",11/4/2024,,"","",1
|
||||||
|
"C9716","PennWest University Clarion SBDC","Business Start Impact",9/23/2025,,"Director Confirmed through Session Note Review","Refer to Attachment 2025-09-23DataIntegrityBradfordAutoServiceC9716",1
|
||||||
|
"127500","Duquesne University SBDC","Business Start Impact",12/22/2024,,"","",1
|
||||||
|
"C10328","PennWest University Clarion SBDC","Business Start Impact",1/1/2025,,"Impact & Outcomes Form","Dated 2/10/2025",1
|
||||||
|
"127456","Duquesne University SBDC","Business Start Impact",1/14/2025,,"","",1
|
||||||
|
"D-14663","Duquesne University SBDC","Business Start Impact",1/16/2025,,"","",1
|
||||||
|
"127547","Duquesne University SBDC","Business Start Impact",1/30/2025,,"","",1
|
||||||
|
"C9401","PennWest University Clarion SBDC","Business Start Impact",10/10/2024,,"Impact & Outcomes Form","I&O signed on 10.10.24",1
|
||||||
|
"127536","Duquesne University SBDC","Business Start Impact",2/7/2025,,"","",1
|
||||||
|
"127580","Duquesne University SBDC","Business Start Impact",3/3/2025,,"","",1
|
||||||
|
"TE033149","TE - TEMPLE SBDC","Business Start Impact",7/9/2025,,"Email from Client","",1
|
||||||
|
"D14800","Duquesne University SBDC","Business Start Impact",4/4/2025,,"","",1
|
||||||
|
"D-14522","Duquesne University SBDC","Business Start Impact",4/28/2025,,"","",1
|
||||||
|
"KUP271035","Kutztown University SBDC","Business Start Impact",9/22/2025,,"","",1
|
||||||
|
"D14727","Duquesne University SBDC","Business Start Impact",6/16/2025,,"","",1
|
||||||
|
"KUP271042","Kutztown University SBDC","Business Start Impact",9/25/2025,,"","",1
|
||||||
|
"127584","Duquesne University SBDC","Business Start Impact",6/25/2025,,"","",1
|
||||||
|
"127640","Duquesne University SBDC","Business Start Impact",6/25/2025,,"","",1
|
||||||
|
"KUP270794","Kutztown University SBDC","Business Start Impact",6/6/2025,,"","",1
|
||||||
|
"D-14519","Duquesne University SBDC","Business Start Impact",7/15/2025,,"Email from Client","",1
|
||||||
|
"C10362","PennWest University Clarion SBDC","Business Start Impact",1/3/2025,,"Impact & Outcomes Form","Dated 1/3/2025",1
|
||||||
|
"D-14601","Duquesne University SBDC","Business Start Impact",7/29/2025,,"","",1
|
||||||
|
"D14793","Duquesne University SBDC","Business Start Impact",7/29/2025,,"","",1
|
||||||
|
"C9737","PennWest University Clarion SBDC","Business Start Impact",1/14/2025,,"Impact & Outcomes Form","Signed I&O on 1/14/25",1
|
||||||
|
"TE033406","TE - TEMPLE SBDC","Business Start Impact",8/15/2025,,"Email from Client","",1
|
||||||
|
"D-14710","Duquesne University SBDC","Business Start Impact",8/7/2025,,"","",1
|
||||||
|
"D14799","Duquesne University SBDC","Business Start Impact",8/8/2025,,"","",1
|
||||||
|
"127145","Duquesne University SBDC","Business Start Impact",8/19/2025,,"","",1
|
||||||
|
"14733","Duquesne University SBDC","Business Start Impact",8/19/2025,,"","",1
|
||||||
|
"TE033330","TE - TEMPLE SBDC","Business Start Impact",8/26/2025,,"Email from Client","",1
|
||||||
|
"TE032538","TE - TEMPLE SBDC","Business Start Impact",9/11/2025,,"Email from Client","",1
|
||||||
|
"D-14710","Duquesne University SBDC","Business Start Impact",9/3/2025,,"Email from Client","See email from Client in Notes above",1
|
||||||
|
"TE032962","TE - TEMPLE SBDC","Business Start Impact",9/22/2025,,"Email from Client","",1
|
||||||
|
"SF416507","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",2/12/2025,,"","",1
|
||||||
|
"KUP270725","Kutztown University SBDC","Business Start Impact",9/29/2025,,"","",1
|
||||||
|
"TE033229","TE - TEMPLE SBDC","Business Start Impact",8/15/2025,,"Email from Client","",1
|
||||||
|
"127824","Duquesne University SBDC","Business Start Impact",9/30/2025,,"Email from Client","email on 9/29",1
|
||||||
|
"GA007850","G - GANNON SBDC","Business Start Impact",10/4/2024,,"","",1
|
||||||
|
"GA008078","G - GANNON SBDC","Business Start Impact",10/16/2024,,"","",1
|
||||||
|
"GA601084","G - GANNON SBDC","Business Start Impact",10/21/2024,,"Quarterly Assessment Survey","Quarterly Survey",1
|
||||||
|
"C7423","PennWest University Clarion SBDC","Business Start Impact",2/17/2025,,"Email from Client","Client Updated status on E-center with number of employees",1
|
||||||
|
"SF416365","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",2/18/2025,,"","",1
|
||||||
|
"GA007968","G - GANNON SBDC","Business Start Impact",1/7/2025,,"Email from Client","",1
|
||||||
|
"GA008148","G - GANNON SBDC","Business Start Impact",1/31/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"SF416673","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",2/18/2025,,"Impact & Outcomes Form","",1
|
||||||
|
"SF416497","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",2/19/2025,,"","",1
|
||||||
|
"SF416070","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",3/18/2025,,"","",1
|
||||||
|
"GA008195","G - GANNON SBDC","Business Start Impact",2/23/2025,,"","",0
|
||||||
|
"GA008215","G - GANNON SBDC","Business Start Impact",3/5/2025,,"","",0
|
||||||
|
"C7468","PennWest University Clarion SBDC","Business Start Impact",3/17/2025,,"Impact & Outcomes Form","I&O received on 3/17/25",1
|
||||||
|
"GA008122","G - GANNON SBDC","Business Start Impact",3/24/2025,,"Email from Client"," From: JT Lippert <lippertjt@gmail.com> Sent: Tuesday, March 18, 2025 7:04 PM To: Foster, Shane T <foster022@gannon.edu> Subject: Re: Small Favor... Caution: This email originated from outside of Gannon University. Do not click links or open attachment",1
|
||||||
|
"GA008172","G - GANNON SBDC","Business Start Impact",4/11/2025,,"Quarterly Assessment Survey","Impact Survey",1
|
||||||
|
"GA008215","G - GANNON SBDC","Business Start Impact",4/25/2025,,"","",0
|
||||||
|
"GA008185","G - GANNON SBDC","Business Start Impact",4/29/2025,,"Email from Client","From: Katie Schopp <schoppkr@gmail.com> Sent: Tuesday, April 29, 2025 5:29 PM To: Swick, Thomas L <swick010@gannon.edu> Subject: Re: SBDC Checking in | Katie Schopp Caution: This email originated from outside of Gannon University. Do not click links or op",1
|
||||||
|
"GA008161","G - GANNON SBDC","Business Start Impact",5/9/2025,,"Email from Client","Client email",1
|
||||||
|
"TE033524","TE - TEMPLE SBDC","Business Start Impact",8/27/2025,,"Email from Client","",1
|
||||||
|
"GA501084","G - GANNON SBDC","Business Start Impact",6/9/2025,,"Email from Client"," From: Brian Hunter <bhunter@zoominternet.net> Sent: Monday, June 9, 2025 1:01 PM To: Foster, Shane T <foster022@gannon.edu> Subject: Re: Small Favor... Caution: This email originated from outside of Gannon University. Do not click links or open attach",1
|
||||||
|
"TE033444","TE - TEMPLE SBDC","Business Start Impact",9/8/2025,,"Email from Client","",1
|
||||||
|
"SF416535","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",3/18/2025,,"","",1
|
||||||
|
"C4575","PennWest University Clarion SBDC","Business Start Impact",3/26/2025,,"Requested on eCenter","Created as a result of a client update from eCenter",1
|
||||||
|
"SF416744","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",3/20/2025,,"","",1
|
||||||
|
"SF014254","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",4/1/2025,,"","",1
|
||||||
|
"C8818","PennWest University Clarion SBDC","Business Start Impact",4/7/2025,,"Impact & Outcomes Form","See I&O form from 7 10 25 for Affirmation",1
|
||||||
|
"025182","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",5/19/2025,,"Director Confirmed through Session Note Review","client reporting",1
|
||||||
|
"C4766","PennWest University Clarion SBDC","Business Start Impact",5/6/2025,,"Impact & Outcomes Form","5/6/2025",1
|
||||||
|
"SF416775","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",8/20/2025,,"Requested on eCenter","eCenter",1
|
||||||
|
"D- 14643","Duquesne University SBDC","Business Start Impact",12/10/2024,,"","",1
|
||||||
|
"D-14757","Duquesne University SBDC","Business Start Impact",1/1/2025,,"Email from Client","Reference Revenue Tracking Sheet Jan thru July provided by Client in NS Documents section",1
|
||||||
|
"025137","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",7/31/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"TE033172","TE - TEMPLE SBDC","Business Start Impact",7/17/2025,,"Director Confirmed through Session Note Review","",1
|
||||||
|
"SF416294","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",10/17/2024,,"","",1
|
||||||
|
"SF416420","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",2/11/2025,,"","",1
|
||||||
|
"GA007938","G - GANNON SBDC","Business Start Impact",11/11/2024,,"","",1
|
||||||
|
"GA008061","G - GANNON SBDC","Business Start Impact",12/11/2024,,"","",1
|
||||||
|
"GA007605","G - GANNON SBDC","Business Start Impact",2/5/2025,,"Email from Client","yes",1
|
||||||
|
"GA008206","G - GANNON SBDC","Business Start Impact",2/5/2025,,"Quarterly Assessment Survey","1. As a result of SBDC assistance, I: Started a Business 2. Type of Business: Carryout food 3. Owner Investment ($): 1000.00 4. Financing Obtained ($): 0.00 5. SBIR/STTR Financing Obtained ($): 0.00 6. Prime or Subcontract Obtained ($): 0.00 7. Total",1
|
||||||
|
"GA006480","G - GANNON SBDC","Business Start Impact",2/6/2025,,"Email from Client","See email from ",1
|
||||||
|
"GA008224","G - GANNON SBDC","Business Start Impact",3/10/2025,,"","",0
|
||||||
|
"WD08205","WD - WIDENER SBDC","Business Start Impact",12/4/2024,,"","",1
|
||||||
|
"SF415250","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",10/7/2024,,"Email from Client","",1
|
||||||
|
"SF415826","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",2/3/2025,,"","",1
|
||||||
|
"D-125350","Duquesne University SBDC","Business Start Impact",8/1/2025,,"","",1
|
||||||
|
"TE033356","TE - TEMPLE SBDC","Business Start Impact",8/7/2025,,"Email from Client","",1
|
||||||
|
"024940","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",6/17/2025,,"Email from Client","",1
|
||||||
|
"025046","LE - LEHIGH UNIVERSITY SBDC","Business Start Impact",4/1/2025,,"","",1
|
||||||
|
"S016595","The University of Scranton SBDC","Business Start Impact",1/15/2025,,"","",1
|
||||||
|
"GA005654","G - GANNON SBDC","Business Start Impact",7/16/2025,,"","",1
|
||||||
|
"S017038","The University of Scranton SBDC","Business Start Impact",10/22/2024,,"","",1
|
||||||
|
"017545","WI - WILKES SBDC","Business Start Impact",10/5/2024,,"Director Confirmed through Session Note Review","https://b3qsmokehouse.com/",1
|
||||||
|
"S015135","The University of Scranton SBDC","Business Start Impact",4/7/2025,,"","",1
|
||||||
|
"SV222203","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",10/1/2024,,"","",1
|
||||||
|
"SV222296","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",1/10/2025,,"Email from Client","",1
|
||||||
|
"S017415","The University of Scranton SBDC","Business Start Impact",1/24/2025,,"","",1
|
||||||
|
"SH04015","SH - SHIPPENSBURG SBDC","Business Start Impact",11/15/2024,,"","",1
|
||||||
|
"S017419","The University of Scranton SBDC","Business Start Impact",6/16/2025,,"Email from Client","",1
|
||||||
|
"PI704481","University of Pittsburgh SBDC","Business Start Impact",10/1/2024,,"","",1
|
||||||
|
"SV222377","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",2/26/2025,,"Email from Client","",1
|
||||||
|
"C10500","PennWest University Clarion SBDC","Business Start Impact",1/6/2025,,"Quarterly Assessment Survey","Dated 1/6/2025",1
|
||||||
|
"SV222625","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",5/27/2025,,"Email from Client","",1
|
||||||
|
"PI706266","University of Pittsburgh SBDC","Business Start Impact",2/26/2025,,"Quarterly Assessment Survey","Quarterly Assessment Survey",1
|
||||||
|
"018768","WI - WILKES SBDC","Business Start Impact",5/12/2025,,"Impact & Outcomes Form","https://www.instagram.com/spice_ntingz/p/DI6OImGOQBT/",1
|
||||||
|
"S017522","The University of Scranton SBDC","Business Start Impact",1/27/2025,,"","",1
|
||||||
|
"SH03618","SH - SHIPPENSBURG SBDC","Business Start Impact",12/16/2024,,"","",1
|
||||||
|
"SH04441","SH - SHIPPENSBURG SBDC","Business Start Impact",12/31/2024,,"","",1
|
||||||
|
"WD08183","WD - WIDENER SBDC","Business Start Impact",3/31/2025,,"","",1
|
||||||
|
"019622","WI - WILKES SBDC","Business Start Impact",1/25/2025,,"","",1
|
||||||
|
"015989","WI - WILKES SBDC","Business Start Impact",12/6/2024,,"Email from Client","Received copy of YTD P&L for business start",1
|
||||||
|
"PI704795","University of Pittsburgh SBDC","Business Start Impact",7/31/2025,,"","",1
|
||||||
|
"WD01593","WD - WIDENER SBDC","Business Start Impact",2/25/2025,,"","",1
|
||||||
|
"WD04595","WD - WIDENER SBDC","Business Start Impact",1/3/2025,,"","",1
|
||||||
|
"SF415875","SF - ST. FRANCIS UNIVERSITY SBDC","Business Start Impact",6/11/2025,,"","",1
|
||||||
|
"SH03970","SH - SHIPPENSBURG SBDC","Business Start Impact",7/9/2025,,"","",1
|
||||||
|
"GA006630","G - GANNON SBDC","Business Start Impact",7/22/2025,,"Email from Client","Email from client - Has secured several clients",1
|
||||||
|
"WD08181","WD - WIDENER SBDC","Business Start Impact",3/31/2025,,"Quarterly Assessment Survey","Survey",1
|
||||||
|
"WD05362","WD - WIDENER SBDC","Business Start Impact",8/28/2025,,"Director Confirmed through Session Note Review","Received Confirmation of Grant Receipt from Philly Cultural Alliance Grant Administrator (Stephanie Lerner) on 8/27. Work with the Widener SBDC was one of the prerequisites for the award.",1
|
||||||
|
"PI706029","University of Pittsburgh SBDC","Business Start Impact",7/25/2025,,"","",1
|
||||||
|
"PI706049","University of Pittsburgh SBDC","Business Start Impact",4/28/2025,,"Email from Client","",1
|
||||||
|
"C9786","PennWest University Clarion SBDC","Business Start Impact",4/6/2025,,"Impact & Outcomes Form","Impact & Outcomes Form",1
|
||||||
|
"SV222852","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",4/3/2025,,"","",1
|
||||||
|
"PI706240","University of Pittsburgh SBDC","Business Start Impact",6/7/2025,,"","",1
|
||||||
|
"SV720963","SV - Fayette Outreach","Business Start Impact",2/4/2025,,"Email from Client","",1
|
||||||
|
"S017340","The University of Scranton SBDC","Business Start Impact",11/15/2024,,"Email from Client","",1
|
||||||
|
"WD05913","WD - WIDENER SBDC","Business Start Impact",8/28/2025,,"Director Confirmed through Session Note Review","Received Confirmation of Grant Receipt from Philly Cultural Alliance Grant Administrator (Stephanie Lerner) on 8/27. Work with the Widener SBDC was one of the prerequisites for the award.",1
|
||||||
|
"PI706448","University of Pittsburgh SBDC","Business Start Impact",4/14/2025,,"","",1
|
||||||
|
"PI706436","University of Pittsburgh SBDC","Business Start Impact",7/4/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"WD06154","WD - WIDENER SBDC","Business Start Impact",1/24/2025,,"Quarterly Assessment Survey","Survey",1
|
||||||
|
"PS018365","Penn State SBDC","Business Start Impact",10/1/2024,,"Impact & Outcomes Form","Sales",1
|
||||||
|
"S017445","The University of Scranton SBDC","Business Start Impact",7/22/2025,,"Impact & Outcomes Form","Facebook indicated Grand Opening",1
|
||||||
|
"PI706576","University of Pittsburgh SBDC","Business Start Impact",9/30/2025,,"Requested on eCenter","",1
|
||||||
|
"S017471","The University of Scranton SBDC","Business Start Impact",10/13/2024,,"Email from Client","",1
|
||||||
|
"S018085","The University of Scranton SBDC","Business Start Impact",7/11/2025,,"Requested on eCenter","Drove by business and it has opened",1
|
||||||
|
"S017536","The University of Scranton SBDC","Business Start Impact",4/11/2025,,"","",1
|
||||||
|
"PS018454","Penn State SBDC","Business Start Impact",12/11/2024,,"Impact & Outcomes Form","Sales",1
|
||||||
|
"GA501072","G - Meadville","Business Start Impact",10/9/2024,,"","",1
|
||||||
|
"PI706773","University of Pittsburgh SBDC","Business Start Impact",4/11/2025,,"","",1
|
||||||
|
"S017563","The University of Scranton SBDC","Business Start Impact",6/9/2025,,"","",1
|
||||||
|
"PI706812","University of Pittsburgh SBDC","Business Start Impact",3/21/2025,,"","",1
|
||||||
|
"PI706804","University of Pittsburgh SBDC","Business Start Impact",8/15/2025,,"Impact & Outcomes Form","See attached",1
|
||||||
|
"127627","Duquesne University SBDC","Business Start Impact",9/4/2025,,"","",1
|
||||||
|
"SV720999","SV - Fayette Outreach","Business Start Impact",12/3/2024,,"Email from Client","",1
|
||||||
|
"019826","WI - WILKES SBDC","Business Start Impact",1/10/2025,,"Email from Client","Email from client",1
|
||||||
|
"PI706827","University of Pittsburgh SBDC","Business Start Impact",11/1/2024,,"","",1
|
||||||
|
"PS018505","Penn State SBDC","Business Start Impact",10/1/2024,,"Impact & Outcomes Form","Sales",1
|
||||||
|
"019777","WI - WILKES SBDC","Business Start Impact",11/1/2024,,"Email from Client","",1
|
||||||
|
"019814","WI - WILKES SBDC","Business Start Impact",11/4/2024,,"Email from Client","",1
|
||||||
|
"WD06613","WD - WIDENER SBDC","Business Start Impact",11/13/2024,,"","",1
|
||||||
|
"PS018514","Penn State SBDC","Business Start Impact",2/21/2025,,"","",1
|
||||||
|
"PI706926","University of Pittsburgh SBDC","Business Start Impact",10/5/2024,,"","",1
|
||||||
|
"PI707065","University of Pittsburgh SBDC","Business Start Impact",10/10/2024,,"","",1
|
||||||
|
"S017728","The University of Scranton SBDC","Business Start Impact",6/16/2025,,"","",1
|
||||||
|
"SH04186","SH - SHIPPENSBURG SBDC","Business Start Impact",12/31/2024,,"","",1
|
||||||
|
"SV223017","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",1/23/2025,,"","",1
|
||||||
|
"SH04214","SH - SHIPPENSBURG SBDC","Business Start Impact",2/3/2025,,"","",1
|
||||||
|
"WD06710","WD - WIDENER SBDC","Business Start Impact",7/15/2025,,"Requested on eCenter","",1
|
||||||
|
"D-14404","Duquesne University SBDC","Business Start Impact",6/19/2025,,"Email from Client","Hi Denis, Here are some estimated costs so far: Architect fees for new construction plan: $11,000 Attorney fees: $1000 Marketing: $5000 Equipment: $20,000 Janelle",1
|
||||||
|
"WD06893","WD - WIDENER SBDC","Business Start Impact",7/28/2025,,"Requested on eCenter","",1
|
||||||
|
"SH04228","SH - SHIPPENSBURG SBDC","Business Start Impact",3/14/2025,,"","",1
|
||||||
|
"SV721007","SV - Fayette Outreach","Business Start Impact",12/6/2024,,"Director Confirmed through Session Note Review","",1
|
||||||
|
"PI707041","University of Pittsburgh SBDC","Business Start Impact",10/15/2024,,"","",1
|
||||||
|
"019815","WI - WILKES SBDC","Business Start Impact",5/14/2025,,"Email from Client","",1
|
||||||
|
"S017710","The University of Scranton SBDC","Business Start Impact",5/23/2025,,"Email from Client","",1
|
||||||
|
"WD07238","WD - WIDENER SBDC","Business Start Impact",1/29/2025,,"","",1
|
||||||
|
"SH04269","SH - SHIPPENSBURG SBDC","Business Start Impact",4/17/2025,,"","",1
|
||||||
|
"PS018594","Penn State SBDC","Business Start Impact",10/7/2024,,"Impact & Outcomes Form","Sales",1
|
||||||
|
"PI707213","University of Pittsburgh SBDC","Business Start Impact",8/12/2025,,"","",1
|
||||||
|
"PI707136","University of Pittsburgh SBDC","Business Start Impact",7/22/2025,,"","",1
|
||||||
|
"WD06956","WD - WIDENER SBDC","Business Start Impact",10/17/2024,,"Email from Client","",1
|
||||||
|
"SH04301","SH - SHIPPENSBURG SBDC","Business Start Impact",10/28/2024,,"","",1
|
||||||
|
"PI707114","University of Pittsburgh SBDC","Business Start Impact",11/11/2024,,"","",1
|
||||||
|
"PI707170","University of Pittsburgh SBDC","Business Start Impact",7/7/2025,,"","",1
|
||||||
|
"019905","WI - WILKES SBDC","Business Start Impact",11/1/2024,,"Email from Client","Email",1
|
||||||
|
"PI707201","University of Pittsburgh SBDC","Business Start Impact",10/12/2024,,"Quarterly Assessment Survey","See attached",1
|
||||||
|
"SV223050","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",4/24/2025,,"Email from Client","",1
|
||||||
|
"PS018635","Penn State SBDC","Business Start Impact",2/18/2025,,"","",1
|
||||||
|
"PI707151","University of Pittsburgh SBDC","Business Start Impact",11/1/2024,,"","",1
|
||||||
|
"PS018655","Penn State SBDC","Business Start Impact",2/27/2025,,"","",1
|
||||||
|
"S017802","The University of Scranton SBDC","Business Start Impact",10/30/2024,,"","",1
|
||||||
|
"S017783","The University of Scranton SBDC","Business Start Impact",11/15/2024,,"","",1
|
||||||
|
"PI707207","University of Pittsburgh SBDC","Business Start Impact",2/26/2025,,"Requested on eCenter","Requesting on eCenter - advised client to expect ",1
|
||||||
|
"SV223059","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",2/12/2025,,"Email from Client","",1
|
||||||
|
"PS018642","Penn State SBDC","Business Start Impact",11/6/2024,,"Impact & Outcomes Form","I&O",1
|
||||||
|
"PS018637","Penn State SBDC","Business Start Impact",2/27/2025,,"Impact & Outcomes Form","I&O",1
|
||||||
|
"S017819","The University of Scranton SBDC","Business Start Impact",12/1/2024,,"Email from Client","",1
|
||||||
|
"SH04352","SH - SHIPPENSBURG SBDC","Business Start Impact",2/10/2025,,"","",1
|
||||||
|
"D-14621","Duquesne University SBDC","Business Start Impact",11/1/2024,,"","",1
|
||||||
|
"PS018681","Penn State SBDC","Business Start Impact",5/5/2025,,"","",1
|
||||||
|
"PI707268","University of Pittsburgh SBDC","Business Start Impact",1/1/2025,,"","",1
|
||||||
|
"S017814","The University of Scranton SBDC","Business Start Impact",10/14/2024,,"","",1
|
||||||
|
"SH04374","SH - SHIPPENSBURG SBDC","Business Start Impact",11/20/2024,,"","",1
|
||||||
|
"S017829","The University of Scranton SBDC","Business Start Impact",4/25/2025,,"Email from Client","",1
|
||||||
|
"S017824","The University of Scranton SBDC","Business Start Impact",5/23/2025,,"Email from Client","",1
|
||||||
|
"WD07210","WD - WIDENER SBDC","Business Start Impact",4/5/2025,,"","",1
|
||||||
|
"SV223139","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",11/20/2024,,"Email from Client","",1
|
||||||
|
"SH04369","SH - SHIPPENSBURG SBDC","Business Start Impact",2/3/2025,,"","",1
|
||||||
|
"DLA0000674","Southeast Pennsylvania APEX Accelerator","Business Start Impact",10/9/2024,,"","",1
|
||||||
|
"GA501083","G - Meadville","Business Start Impact",11/11/2024,,"Email from Client","From: Justin & Alexis Corwin <thecorwin2@gmail.com> Sent: Sunday, November 10, 2024 9:45 PM To: Foster, Shane T <foster022@gannon.edu> Subject: Re: Following up Caution: This email originated from outside of Gannon University. Do not click links or open",1
|
||||||
|
"PS018672","Penn State SBDC","Business Start Impact",1/10/2025,,"Impact & Outcomes Form","See I&O",1
|
||||||
|
"S017842","The University of Scranton SBDC","Business Start Impact",11/21/2024,,"","",1
|
||||||
|
"S017918","The University of Scranton SBDC","Business Start Impact",5/30/2025,,"Email from Client","",1
|
||||||
|
"PS018686","Penn State SBDC","Business Start Impact",11/11/2024,,"Impact & Outcomes Form","I&O",1
|
||||||
|
"C10426","PennWest University Clarion SBDC","Business Start Impact",6/10/2025,,"Impact & Outcomes Form","See client email dated 6/2/2025",1
|
||||||
|
"PS018679","Penn State SBDC","Business Start Impact",11/5/2024,,"","",1
|
||||||
|
"PI707282","University of Pittsburgh SBDC","Business Start Impact",10/17/2024,,"","",1
|
||||||
|
"S017845","The University of Scranton SBDC","Business Start Impact",12/10/2024,,"Director Confirmed through Session Note Review","",1
|
||||||
|
"S017837","The University of Scranton SBDC","Business Start Impact",1/22/2025,,"","",1
|
||||||
|
"S017835","The University of Scranton SBDC","Business Start Impact",1/7/2025,,"","",1
|
||||||
|
"PI707287","University of Pittsburgh SBDC","Business Start Impact",4/17/2025,,"","",1
|
||||||
|
"PI707310","University of Pittsburgh SBDC","Business Start Impact",5/1/2025,,"","",1
|
||||||
|
"PI707320","University of Pittsburgh SBDC","Business Start Impact",6/11/2025,,"","",1
|
||||||
|
"PS018687","Penn State SBDC","Business Start Impact",1/13/2025,,"Impact & Outcomes Form","Sales, Expenses",1
|
||||||
|
"SH04411","SH - SHIPPENSBURG SBDC","Business Start Impact",2/4/2025,,"","",1
|
||||||
|
"WD07291","WD - WIDENER SBDC","Business Start Impact",10/9/2024,,"Email from Client","",1
|
||||||
|
"SH04413","SH - SHIPPENSBURG SBDC","Business Start Impact",6/13/2025,,"","",1
|
||||||
|
"PI707309","University of Pittsburgh SBDC","Business Start Impact",1/13/2025,,"","",1
|
||||||
|
"127682","Duquesne University SBDC","Business Start Impact",7/15/2025,,"","",1
|
||||||
|
"PS018691","Penn State SBDC","Business Start Impact",11/6/2024,,"","",1
|
||||||
|
"S017874","The University of Scranton SBDC","Business Start Impact",5/20/2025,,"Email from Client","",1
|
||||||
|
"S017871","The University of Scranton SBDC","Business Start Impact",2/27/2025,,"Email from Client","Refer to Consultation Appointment notes from 2/27",1
|
||||||
|
"PS018716","Penn State SBDC","Business Start Impact",11/22/2024,,"Impact & Outcomes Form","I&O",1
|
||||||
|
"019966","WI - WILKES SBDC","Business Start Impact",11/6/2024,,"Email from Client","email",1
|
||||||
|
"SH04499","SH - SHIPPENSBURG SBDC","Business Start Impact",6/1/2025,,"","",1
|
||||||
|
"S017864","The University of Scranton SBDC","Business Start Impact",4/23/2025,,"Email from Client","",1
|
||||||
|
"WD07317","WD - WIDENER SBDC","Business Start Impact",10/18/2024,,"Email from Client","Assisted Client to Register LLC. Client has already made substantial equipment investments.",1
|
||||||
|
"D-14614","Duquesne University SBDC","Business Start Impact",7/1/2025,,"","",1
|
||||||
|
"019918","WI - WILKES SBDC","Business Start Impact",9/29/2025,,"Impact & Outcomes Form","I&O form attached to file",1
|
||||||
|
"019950","WI - WILKES SBDC","Business Start Impact",2/13/2025,,"Email from Client","2/13 update in Neoserra",1
|
||||||
|
"WD07333","WD - WIDENER SBDC","Business Start Impact",4/22/2025,,"","",1
|
||||||
|
"PI707487","University of Pittsburgh SBDC","Business Start Impact",4/11/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"WD07336","WD - WIDENER SBDC","Business Start Impact",10/18/2024,,"Email from Client","",1
|
||||||
|
"SV223104","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",11/25/2024,,"","",1
|
||||||
|
"WD08097","WD - WIDENER SBDC","Business Start Impact",4/23/2025,,"Email from Client","",1
|
||||||
|
"WD07398","WD - WIDENER SBDC","Business Start Impact",10/10/2024,,"","",1
|
||||||
|
"WD07398","WD - WIDENER SBDC","Business Start Impact",10/10/2024,,"","",1
|
||||||
|
"WD07404","WD - WIDENER SBDC","Business Start Impact",10/10/2024,,"","",1
|
||||||
|
"GA008098","G - GANNON SBDC","Business Start Impact",7/14/2025,,"","",1
|
||||||
|
"127438","Duquesne University SBDC","Business Start Impact",5/22/2025,,"","",1
|
||||||
|
"DLA0000750","Southeast Pennsylvania APEX Accelerator","Business Start Impact",10/9/2024,,"","",1
|
||||||
|
"WD07407","WD - WIDENER SBDC","Business Start Impact",10/10/2024,,"","",1
|
||||||
|
"WD07408","WD - WIDENER SBDC","Business Start Impact",10/10/2024,,"","",1
|
||||||
|
"SV223099","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",12/12/2024,,"Email from Client","",1
|
||||||
|
"SH04445","SH - SHIPPENSBURG SBDC","Business Start Impact",4/1/2025,,"","",1
|
||||||
|
"S017916","The University of Scranton SBDC","Business Start Impact",1/1/2025,,"","",1
|
||||||
|
"S017910","The University of Scranton SBDC","Business Start Impact",2/19/2025,,"Email from Client","client email",1
|
||||||
|
"S017899","The University of Scranton SBDC","Business Start Impact",1/26/2025,,"","",1
|
||||||
|
"SH04455","SH - SHIPPENSBURG SBDC","Business Start Impact",7/29/2025,,"","",1
|
||||||
|
"SV223118","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",8/29/2025,,"Email from Client","",1
|
||||||
|
"PS018722","Penn State SBDC","Business Start Impact",1/22/2025,,"Impact & Outcomes Form","Sales/Expenses",1
|
||||||
|
"127501","Duquesne University SBDC","Business Start Impact",3/26/2025,,"","",1
|
||||||
|
"PS018743","Penn State SBDC","Business Start Impact",5/6/2025,,"Impact & Outcomes Form","I&O",1
|
||||||
|
"SH04466","SH - SHIPPENSBURG SBDC","Business Start Impact",3/11/2025,,"","",1
|
||||||
|
"WD07459","WD - WIDENER SBDC","Business Start Impact",1/29/2025,,"","",1
|
||||||
|
"SH04471","SH - SHIPPENSBURG SBDC","Business Start Impact",2/3/2025,,"","",1
|
||||||
|
"S017939","The University of Scranton SBDC","Business Start Impact",7/15/2025,,"Email from Client","",1
|
||||||
|
"PI707471","University of Pittsburgh SBDC","Business Start Impact",1/2/2025,,"Quarterly Assessment Survey","See attached",1
|
||||||
|
"SH04469","SH - SHIPPENSBURG SBDC","Business Start Impact",2/3/2025,,"","",1
|
||||||
|
"S017948","The University of Scranton SBDC","Business Start Impact",2/18/2025,,"","",1
|
||||||
|
"GA501093","G - Meadville","Business Start Impact",3/7/2025,,"","March 7, 2025 Kyle Snow (GA501093) Survey Response (entered Friday at 1:01 PM) Core Consultant: Shane Foster Contact: Kyle Snow Subject:Submitted: Pre-venture Quarterly Impact Assessment 1. Have you started a business? Yes 2. What is the company name?",1
|
||||||
|
"PI707497","University of Pittsburgh SBDC","Business Start Impact",7/4/2025,,"Quarterly Assessment Survey","client confirmed start",1
|
||||||
|
"WD07539","WD - WIDENER SBDC","Business Start Impact",2/22/2025,,"","",1
|
||||||
|
"S017949","The University of Scranton SBDC","Business Start Impact",3/10/2025,,"","",1
|
||||||
|
"PI707568","University of Pittsburgh SBDC","Business Start Impact",2/12/2025,,"","",1
|
||||||
|
"PS018744","Penn State SBDC","Business Start Impact",2/14/2025,,"Impact & Outcomes Form","Client, Sales",1
|
||||||
|
"S017957","The University of Scranton SBDC","Business Start Impact",2/17/2025,,"Email from Client","",1
|
||||||
|
"019978","WI - WILKES SBDC","Business Start Impact",3/6/2025,,"","",1
|
||||||
|
"SH04515","SH - SHIPPENSBURG SBDC","Business Start Impact",5/19/2025,,"","",1
|
||||||
|
"SH04500","SH - SHIPPENSBURG SBDC","Business Start Impact",7/15/2025,,"","",1
|
||||||
|
"S017963","The University of Scranton SBDC","Business Start Impact",3/11/2025,,"","",1
|
||||||
|
"C10539","PennWest University Clarion SBDC","Business Start Impact",3/3/2025,,"Impact & Outcomes Form","Dated 4/11/2025",1
|
||||||
|
"PS018802","Penn State SBDC","Business Start Impact",5/1/2025,,"Impact & Outcomes Form","Sales",1
|
||||||
|
"PS018757","Penn State SBDC","Business Start Impact",2/6/2025,,"Impact & Outcomes Form","Costs Incurred",1
|
||||||
|
"PI707546","University of Pittsburgh SBDC","Business Start Impact",4/30/2025,,"","",1
|
||||||
|
"SH04525","SH - SHIPPENSBURG SBDC","Business Start Impact",9/9/2025,,"","",1
|
||||||
|
"PS018775","Penn State SBDC","Business Start Impact",4/8/2025,,"Impact & Outcomes Form","Client, Sales",1
|
||||||
|
"S018073","The University of Scranton SBDC","Business Start Impact",4/22/2025,,"","",1
|
||||||
|
"WD07642","WD - WIDENER SBDC","Business Start Impact",1/23/2025,,"Requested on eCenter","eCenter",1
|
||||||
|
"GA601121","G - Mercer","Business Start Impact",4/23/2025,,"Quarterly Assessment Survey","Survey Results",1
|
||||||
|
"SV223155","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",6/5/2025,,"Email from Client","",1
|
||||||
|
"SH04552","SH - SHIPPENSBURG SBDC","Business Start Impact",2/10/2025,,"","",1
|
||||||
|
"S017997","The University of Scranton SBDC","Business Start Impact",2/20/2025,,"","",1
|
||||||
|
"S017987","The University of Scranton SBDC","Business Start Impact",5/16/2025,,"","",1
|
||||||
|
"S017980","The University of Scranton SBDC","Business Start Impact",3/13/2025,,"","",1
|
||||||
|
"D14698","Duquesne University SBDC","Business Start Impact",9/2/2025,,"","",1
|
||||||
|
"SV223150","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",2/25/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"PS018790","Penn State SBDC","Business Start Impact",4/11/2025,,"Quarterly Assessment Survey","survey results",1
|
||||||
|
"S017989","The University of Scranton SBDC","Business Start Impact",2/7/2025,,"","",1
|
||||||
|
"020008","WI - WILKES SBDC","Business Start Impact",7/7/2025,,"","",1
|
||||||
|
"127857","Duquesne University SBDC","Business Start Impact",2/3/2025,,"","",1
|
||||||
|
"SH04542","SH - SHIPPENSBURG SBDC","Business Start Impact",4/17/2025,,"","",1
|
||||||
|
"SH04555","SH - SHIPPENSBURG SBDC","Business Start Impact",2/7/2025,,"","",1
|
||||||
|
"WD07660","WD - WIDENER SBDC","Business Start Impact",2/3/2025,,"","",1
|
||||||
|
"S018003","The University of Scranton SBDC","Business Start Impact",3/7/2025,,"","",1
|
||||||
|
"SH04554","SH - SHIPPENSBURG SBDC","Business Start Impact",8/22/2025,,"","",1
|
||||||
|
"WD07717","WD - WIDENER SBDC","Business Start Impact",6/21/2025,,"Email from Client","",1
|
||||||
|
"D14726","Duquesne University SBDC","Business Start Impact",9/29/2025,,"","",1
|
||||||
|
"S018013","The University of Scranton SBDC","Business Start Impact",3/18/2025,,"Email from Client","",1
|
||||||
|
"S018023","The University of Scranton SBDC","Business Start Impact",7/21/2025,,"Email from Client","",1
|
||||||
|
"SH04569","SH - SHIPPENSBURG SBDC","Business Start Impact",8/1/2025,,"","",1
|
||||||
|
"PS018787","Penn State SBDC","Business Start Impact",6/16/2025,,"Impact & Outcomes Form","see I&O",1
|
||||||
|
"WD07675","WD - WIDENER SBDC","Business Start Impact",2/13/2025,,"Requested on eCenter","",1
|
||||||
|
"WD07679","WD - WIDENER SBDC","Business Start Impact",2/28/2025,,"","",1
|
||||||
|
"PI707575","University of Pittsburgh SBDC","Business Start Impact",7/31/2025,,"Email from Client","Email from Client",1
|
||||||
|
"GA501104","G - Meadville","Business Start Impact",4/15/2025,,"Email from Client"," From: Justin Dickey <dickeyjc@gmail.com> Sent: Tuesday, April 15, 2025 3:14 PM To: Foster, Shane T <foster022@gannon.edu> Subject: Re: Small Favor... Caution: This email originated from outside of Gannon University. Do not click links or open attachme",1
|
||||||
|
"PI707594","University of Pittsburgh SBDC","Business Start Impact",6/2/2025,,"","",1
|
||||||
|
"C10568","PennWest University Clarion SBDC","Business Start Impact",5/9/2025,,"Impact & Outcomes Form","See I&O in Neo on May 9 2025 for details",1
|
||||||
|
"WD07767","WD - WIDENER SBDC","Business Start Impact",4/7/2025,,"","",1
|
||||||
|
"GA008235","G - Meadville","Business Start Impact",6/18/2025,,"Email from Client"," From: Neeli <njom0526@yahoo.com> Sent: Tuesday, June 17, 2025 9:15 AM To: Foster, Shane T <foster022@gannon.edu> Subject: Re: Small Favor... Caution: This email originated from outside of Gannon University. Do not click links or open attachments unles",1
|
||||||
|
"WD07741","WD - WIDENER SBDC","Business Start Impact",2/27/2025,,"","",1
|
||||||
|
"020027","WI - WILKES SBDC","Business Start Impact",7/3/2025,,"","",1
|
||||||
|
"SH04597","SH - SHIPPENSBURG SBDC","Business Start Impact",5/30/2025,,"","",1
|
||||||
|
"PI707656","University of Pittsburgh SBDC","Business Start Impact",7/21/2025,,"","",1
|
||||||
|
"SH04612","SH - SHIPPENSBURG SBDC","Business Start Impact",7/21/2025,,"","",1
|
||||||
|
"SV223157","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",5/1/2025,,"Email from Client","",1
|
||||||
|
"PI707783","University of Pittsburgh SBDC","Business Start Impact",6/18/2025,,"Email from Client","",1
|
||||||
|
"S018051","The University of Scranton SBDC","Business Start Impact",5/1/2025,,"","",1
|
||||||
|
"BU018451","Penn State SBDC","Business Start Impact",3/18/2025,,"","",1
|
||||||
|
"WD07789","WD - WIDENER SBDC","Business Start Impact",4/1/2025,,"","",1
|
||||||
|
"WD07790","WD - WIDENER SBDC","Business Start Impact",6/6/2025,,"","",1
|
||||||
|
"S018036","The University of Scranton SBDC","Business Start Impact",4/14/2025,,"","",1
|
||||||
|
"WD07794","WD - WIDENER SBDC","Business Start Impact",4/30/2025,,"Quarterly Assessment Survey","Survey",1
|
||||||
|
"PS018815","Penn State SBDC","Business Start Impact",4/11/2025,,"Impact & Outcomes Form","Sales",1
|
||||||
|
"GA008290","G - GANNON SBDC","Business Start Impact",7/15/2025,,"","",1
|
||||||
|
"020041","WI - WILKES SBDC","Business Start Impact",4/25/2025,,"","",1
|
||||||
|
"WD07823","WD - WIDENER SBDC","Business Start Impact",4/7/2025,,"Requested on eCenter","",1
|
||||||
|
"PS018822","Penn State SBDC","Business Start Impact",7/31/2025,,"Impact & Outcomes Form","I&O",1
|
||||||
|
"SV223178","SV - ST. VINCENT COLLEGE SBDC","Business Start Impact",7/2/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"WD08180","WD - WIDENER SBDC","Business Start Impact",8/28/2025,,"","",1
|
||||||
|
"020052","WI - WILKES SBDC","Business Start Impact",7/11/2025,,"","",1
|
||||||
|
"D14748","Duquesne University SBDC","Business Start Impact",9/16/2025,,"","",1
|
||||||
|
"S018064","The University of Scranton SBDC","Business Start Impact",6/14/2025,,"","",1
|
||||||
|
"020049","WI - WILKES SBDC","Business Start Impact",4/25/2025,,"","",1
|
||||||
|
"PI707781","University of Pittsburgh SBDC","Business Start Impact",9/5/2025,,"Email from Client","",1
|
||||||
|
"SH04627","SH - SHIPPENSBURG SBDC","Business Start Impact",7/9/2025,,"","",1
|
||||||
|
"WD07876","WD - WIDENER SBDC","Business Start Impact",5/22/2025,,"Email from Client","Email",1
|
||||||
|
"GA501108","G - GANNON SBDC","Business Start Impact",5/20/2025,,"Email from Client","From: pat D <patrickduke4@gmail.com> Sent: Tuesday, May 20, 2025 12:52 PM To: Foster, Shane T <foster022@gannon.edu> Subject: Loan application Caution: This email originated from outside of Gannon University. Do not click links or open attachments unles",1
|
||||||
|
"PS018826","Penn State SBDC","Business Start Impact",5/19/2025,,"","",1
|
||||||
|
"WD07890","WD - WIDENER SBDC","Business Start Impact",8/28/2025,,"","",1
|
||||||
|
"SH04630","SH - SHIPPENSBURG SBDC","Business Start Impact",9/15/2025,,"","",1
|
||||||
|
"GA008288","G - GANNON SBDC","Business Start Impact",8/4/2025,,"","Received funding. Confirmed by lending institution.",1
|
||||||
|
"SH04633","SH - SHIPPENSBURG SBDC","Business Start Impact",7/9/2025,,"","",1
|
||||||
|
"WD07904","WD - WIDENER SBDC","Business Start Impact",7/3/2025,,"Quarterly Assessment Survey","Survey",1
|
||||||
|
"WD07919","WD - WIDENER SBDC","Business Start Impact",8/28/2025,,"Not attributed to center","",0
|
||||||
|
"S018077","The University of Scranton SBDC","Business Start Impact",9/4/2025,,"","",1
|
||||||
|
"WD07932","WD - WIDENER SBDC","Business Start Impact",5/8/2025,,"","",1
|
||||||
|
"WD07961","WD - WIDENER SBDC","Business Start Impact",8/28/2025,,"Director Confirmed through Session Note Review","Received Confirmation of Grant Receipt from Philly Cultural Alliance Grant Administrator (Stephanie Lerner) on 8/27. Work with the Widener SBDC was one of the prerequisites for the award.",1
|
||||||
|
"020088","WI - WILKES SBDC","Business Start Impact",8/12/2025,,"Quarterly Assessment Survey","",1
|
||||||
|
"PI707740","University of Pittsburgh SBDC","Business Start Impact",9/16/2025,,"Email from Client","email from client ",1
|
||||||
|
"PS018846","Penn State SBDC","Business Start Impact",8/27/2025,,"Impact & Outcomes Form","I&O",1
|
||||||
|
"S018109","The University of Scranton SBDC","Business Start Impact",9/24/2025,,"","",1
|
||||||
|
"PI707796","University of Pittsburgh SBDC","Business Start Impact",8/29/2025,,"","",1
|
||||||
|
"WD08040","WD - WIDENER SBDC","Business Start Impact",12/6/2024,,"Quarterly Assessment Survey","survey",1
|
||||||
|
"GA008321","G - GANNON SBDC","Business Start Impact",7/22/2025,,"","",1
|
||||||
|
"SH04699","SH - SHIPPENSBURG SBDC","Business Start Impact",6/24/2025,,"","",1
|
||||||
|
"020107","WI - WILKES SBDC","Business Start Impact",7/24/2025,,"","",1
|
||||||
|
"127768","Duquesne University SBDC","Business Start Impact",8/1/2025,,"","",1
|
||||||
|
"S018120","The University of Scranton SBDC","Business Start Impact",8/29/2025,,"","client email",1
|
||||||
|
"PI707786","University of Pittsburgh SBDC","Business Start Impact",7/8/2025,,"","",1
|
||||||
|
"020103","WI - WILKES SBDC","Business Start Impact",7/1/2025,,"","",1
|
||||||
|
"SH04701","SH - SHIPPENSBURG SBDC","Business Start Impact",8/27/2025,,"","",1
|
||||||
|
"PS018858","Penn State SBDC","Business Start Impact",7/8/2025,,"Impact & Outcomes Form","See I&O",1
|
||||||
|
"WD08094","WD - WIDENER SBDC","Business Start Impact",9/12/2025,,"","",1
|
||||||
|
"PI707806","University of Pittsburgh SBDC","Business Start Impact",7/18/2025,,"","",1
|
||||||
|
"WD08092","WD - WIDENER SBDC","Business Start Impact",6/16/2025,,"Requested on eCenter","",1
|
||||||
|
"PI707817","University of Pittsburgh SBDC","Business Start Impact",7/1/2025,,"","",1
|
||||||
|
"SH04696","SH - SHIPPENSBURG SBDC","Business Start Impact",6/18/2025,,"","",1
|
||||||
|
"GA601157","G - Mercer","Business Start Impact",8/12/2025,,"","",1
|
||||||
|
"PI707824","University of Pittsburgh SBDC","Business Start Impact",8/28/2025,,"","",1
|
||||||
|
"PS018874","Penn State SBDC","Business Start Impact",8/1/2025,,"Impact & Outcomes Form","Costs, Clients",1
|
||||||
|
"WD08113","WD - WIDENER SBDC","Business Start Impact",7/10/2025,,"","",1
|
||||||
|
"SH04733","SH - SHIPPENSBURG SBDC","Business Start Impact",8/11/2025,,"","",1
|
||||||
|
"S018166","The University of Scranton SBDC","Business Start Impact",9/1/2025,,"Quarterly Assessment Survey","Quarterly Assessment Survey ",1
|
||||||
|
"D-14822","Duquesne University SBDC","Business Start Impact",9/29/2025,,"","",1
|
||||||
|
"PI707912","University of Pittsburgh SBDC","Business Start Impact",8/28/2025,,"","",1
|
||||||
|
"WD08136","WD - WIDENER SBDC","Business Start Impact",7/1/2025,,"","",1
|
||||||
|
"D14806","Duquesne University SBDC","Business Start Impact",8/26/2025,,"","",1
|
||||||
|
"WD08182","WD - WIDENER SBDC","Business Start Impact",4/1/2025,,"Quarterly Assessment Survey","survey",1
|
||||||
|
"WD08184","WD - WIDENER SBDC","Business Start Impact",4/7/2025,,"Quarterly Assessment Survey","survey",1
|
||||||
|
"GA008379","G - GANNON SBDC","Business Start Impact",8/25/2025,,"Requested on eCenter","",1
|
||||||
|
"WD08235","WD - WIDENER SBDC","Business Start Impact",12/9/2024,,"Quarterly Assessment Survey","Survey",1
|
||||||
|
"WD08236","WD - WIDENER SBDC","Business Start Impact",12/9/2024,,"Quarterly Assessment Survey","Survey",1
|
||||||
|
"WD08237","WD - WIDENER SBDC","Business Start Impact",12/19/2024,,"Quarterly Assessment Survey","Survey",1
|
||||||
|
"WD08238","WD - WIDENER SBDC","Business Start Impact",12/18/2024,,"Quarterly Assessment Survey","survey",1
|
||||||
|
"WD08239","WD - WIDENER SBDC","Business Start Impact",12/18/2024,,"","",1
|
||||||
|
"WD08240","WD - WIDENER SBDC","Business Start Impact",1/3/2025,,"Quarterly Assessment Survey","Survey",1
|
||||||
|
20
export_module_testing/export_module_request.py
Normal file
20
export_module_testing/export_module_request.py
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
import requests
|
||||||
|
from io import StringIO
|
||||||
|
import pandas as pd
|
||||||
|
|
||||||
|
def csv_url_to_dataframe(csv_url):
|
||||||
|
export_csv_stream = requests.get("https://pasbdc.neoserra.com/api/export?userid=6694&appid=181&appkey=bc03174a-f36c-45a6-a933-0f6e28062e9c", stream=True)
|
||||||
|
|
||||||
|
if export_csv_stream.status_code == 403:
|
||||||
|
print("Could not get export content, public IP not whitelisted.")
|
||||||
|
print(f'error: {export_csv_stream.text}')
|
||||||
|
raise Exception("Public ip not whitelisted in Neoserra export module. Find your public IP address and update your Neoserra preferences accordingly.")
|
||||||
|
elif export_csv_stream.status_code != 200:
|
||||||
|
raise Exception(f"Got a status code other than 200 when trying to download export module csv. got={export_csv_stream.text}")
|
||||||
|
|
||||||
|
decoded_csv = export_csv_stream.content.decode('utf-8')
|
||||||
|
df = pd.read_csv(StringIO(decoded_csv))
|
||||||
|
|
||||||
|
return df
|
||||||
|
|
||||||
|
print(df.head())
|
||||||
1378
export_module_with_bus_estab.csv
Normal file
1378
export_module_with_bus_estab.csv
Normal file
File diff suppressed because it is too large
Load Diff
6
libs/pasbdc_data_cleaning/README.md
Normal file
6
libs/pasbdc_data_cleaning/README.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Common Cleaning Functions Library
|
||||||
|
---
|
||||||
|
This python library aims to provide some common utility functions you can use while working with data that has come from Neoserra.
|
||||||
|
|
||||||
|
## Functions:
|
||||||
|
clean_center_name - Turns the messy center names from Neoserra to the standard center labels we should be using in graphs
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
Metadata-Version: 2.4
|
||||||
|
Name: pasbdc_data_cleaning
|
||||||
|
Version: 0.1.0
|
||||||
|
Summary: Internal data cleaning library for the PASBDC written by Vincent Allen
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
README.md
|
||||||
|
pyproject.toml
|
||||||
|
pasbdc_data_cleaning/__init__.py
|
||||||
|
pasbdc_data_cleaning/sbdclibrary.py
|
||||||
|
pasbdc_data_cleaning.egg-info/PKG-INFO
|
||||||
|
pasbdc_data_cleaning.egg-info/SOURCES.txt
|
||||||
|
pasbdc_data_cleaning.egg-info/dependency_links.txt
|
||||||
|
pasbdc_data_cleaning.egg-info/top_level.txt
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
pasbdc_data_cleaning
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# libs/pasbdc_data_cleaning/__init__.py
|
||||||
|
from .sbdclibrary import clean_center_name, tag_county_out_of_state, remove_duplicate_client_records, remove_api_testing_clients
|
||||||
|
__all__ = ['clean_center_name', 'tag_county_out_of_state', 'remove_duplicate_client_records', 'remove_api_testing_clients']
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
169
libs/pasbdc_data_cleaning/pasbdc_data_cleaning/sbdclibrary.py
Normal file
169
libs/pasbdc_data_cleaning/pasbdc_data_cleaning/sbdclibrary.py
Normal file
@@ -0,0 +1,169 @@
|
|||||||
|
import pandas as pd
|
||||||
|
|
||||||
|
from constants_module import NEOSERRA_COLUMNS
|
||||||
|
|
||||||
|
CENTER_NAME_MAPPING = {
|
||||||
|
"PI - Washington County":"Pittsburgh",
|
||||||
|
"University of Pittsburgh SBDC":"Pittsburgh",
|
||||||
|
"Indiana County":"Pittsburgh",
|
||||||
|
"PI - Greene County":"Pittsburgh",
|
||||||
|
"TE - TEMPLE SBDC":"Temple",
|
||||||
|
"TE - WCU Procurement Assistance Center":"Temple",
|
||||||
|
"Kutztown University SBDC": "Kutztown",
|
||||||
|
"K - Kutztown SBDC":"Kutztown",
|
||||||
|
"WD - WIDENER SBDC": "Widener",
|
||||||
|
"WD - Norristown Outreach":"Widener",
|
||||||
|
"The University of Scranton SBDC": "Scranton",
|
||||||
|
"SC - Monroe Outreach":"Scranton",
|
||||||
|
"SC - Wyoming Outreach":"Scranton",
|
||||||
|
"SC - Susquehanna Outreach":"Scranton",
|
||||||
|
"SC - Scranton Outreach":"Scranton",
|
||||||
|
"SC - Pike Outreach":"Scranton",
|
||||||
|
"SC - Wayne Outreach":"Scranton",
|
||||||
|
"SC - Lackawanna Outreach":"Scranton",
|
||||||
|
"PennWest University Clarion SBDC":"Clarion",
|
||||||
|
"Clarion CARES Act":"Clarion",
|
||||||
|
"WI - WILKES SBDC":"Wilkes",
|
||||||
|
"WI - WIlkes":"Wilkes",
|
||||||
|
"WI - Bloomsburg":"Wilkes",
|
||||||
|
"LE - LEHIGH UNIVERSITY SBDC":"Lehigh",
|
||||||
|
"G - GANNON SBDC":"Gannon",
|
||||||
|
"G - Meadville":"Gannon",
|
||||||
|
"G - Mercer":"Gannon",
|
||||||
|
"G - Warren":"Gannon",
|
||||||
|
"Penn State SBDC":"Penn State",
|
||||||
|
"SH - SHIPPENSBURG SBDC":"Shippensburg",
|
||||||
|
"Duquesne University SBDC":"Duquesne",
|
||||||
|
"Bucknell SBDC":"Bucknell",
|
||||||
|
"SF - ST. FRANCIS UNIVERSITY SBDC": "St. Francis",
|
||||||
|
"SF - Somerset Outreach":"St. Francis",
|
||||||
|
"SF - Bedford Outreach":"St. Francis",
|
||||||
|
"SF - Blair Outreach":"St. Francis",
|
||||||
|
"SF - St Francis University SBDC":"St. Francis",
|
||||||
|
"SF - St Francis Universty SBDC":"St. Francis",
|
||||||
|
"SF - St Francis Univeristy SBDC":"St. Francis",
|
||||||
|
"SV - ST. VINCENT COLLEGE SBDC":"St. Vincent",
|
||||||
|
"SV - AIHP Outreach":"St. Vincent",
|
||||||
|
"SV - WEDC Outreach":"St. Vincent",
|
||||||
|
"SV - Fayette Outreach":"St. Vincent",
|
||||||
|
"SV - Jeannette Outreach":"St. Vincent",
|
||||||
|
"LE - Bucks County/Lehigh SBDC":"Lehigh",
|
||||||
|
"Southeast Pennsylvania APEX Accelerator":"Z-Lead Office",
|
||||||
|
"EMAP":"Z-Lead Office",
|
||||||
|
"Pennsylvania SBDC Lead Office":"Z-Lead Office",
|
||||||
|
"State Small Business Credit Initiative (SSBCI)":"Z-Lead Office",
|
||||||
|
"D - Beaver":"Duquesne",
|
||||||
|
"AA - Stakeholders/Partners":"Z-Lead Office",
|
||||||
|
"AA - Temple Stakeholders/Partners":"Z-Lead Office",
|
||||||
|
"Wharton":"Z-Lead Office",
|
||||||
|
"Wharton SBDC":"Z-Lead Office",
|
||||||
|
"Lock Haven SBDC":"Penn State"
|
||||||
|
|
||||||
|
# "Kutztown University SBDC ": "Kutztown",
|
||||||
|
#" Kutztown University SBDC": "Kutztown",
|
||||||
|
#" Pennsylvania SBDC Lead Office":"Lead Office",
|
||||||
|
}
|
||||||
|
|
||||||
|
VALID_PA_COUNTIES = [
|
||||||
|
"juniata",
|
||||||
|
"montour",
|
||||||
|
"northumberland",
|
||||||
|
"perry",
|
||||||
|
"snyder",
|
||||||
|
"union",
|
||||||
|
"allegheny",
|
||||||
|
"beaver",
|
||||||
|
"butler",
|
||||||
|
"lawrence",
|
||||||
|
"washington",
|
||||||
|
"crawford",
|
||||||
|
"erie",
|
||||||
|
"mercer",
|
||||||
|
"warren",
|
||||||
|
"dauphin",
|
||||||
|
"lancaster",
|
||||||
|
"lebanon",
|
||||||
|
"berks",
|
||||||
|
"chester",
|
||||||
|
"bucks",
|
||||||
|
"lehigh",
|
||||||
|
"northampton",
|
||||||
|
"centre",
|
||||||
|
"clinton",
|
||||||
|
"lycoming",
|
||||||
|
"mifflin",
|
||||||
|
"armstrong",
|
||||||
|
"cameron",
|
||||||
|
"clarion",
|
||||||
|
"clearfield",
|
||||||
|
"elk",
|
||||||
|
"forest",
|
||||||
|
"jefferson",
|
||||||
|
"mckean",
|
||||||
|
"potter",
|
||||||
|
"venango",
|
||||||
|
"bedford",
|
||||||
|
"blair",
|
||||||
|
"cambria",
|
||||||
|
"fulton",
|
||||||
|
"huntingdon",
|
||||||
|
"somerset",
|
||||||
|
"fayette",
|
||||||
|
"westmoreland",
|
||||||
|
"adams",
|
||||||
|
"cumberland",
|
||||||
|
"franklin",
|
||||||
|
"york",
|
||||||
|
"montgomery",
|
||||||
|
"philadelphia",
|
||||||
|
"greene",
|
||||||
|
"indiana",
|
||||||
|
"bradford",
|
||||||
|
"lackawanna",
|
||||||
|
"monroe",
|
||||||
|
"pike",
|
||||||
|
"susquehanna",
|
||||||
|
"tioga",
|
||||||
|
"wayne",
|
||||||
|
"wyoming",
|
||||||
|
"delaware",
|
||||||
|
"carbon",
|
||||||
|
"columbia",
|
||||||
|
"luzerne",
|
||||||
|
"schuylkill",
|
||||||
|
"sullivan"
|
||||||
|
]
|
||||||
|
def tag_county_out_of_state(df):
|
||||||
|
if str(df['Physical Address County']).lower() not in VALID_PA_COUNTIES:
|
||||||
|
df['County Out of State'] = True
|
||||||
|
else:
|
||||||
|
df['County Out of State'] = False
|
||||||
|
|
||||||
|
return df
|
||||||
|
|
||||||
|
def remove_duplicate_client_records(df:pd.DataFrame) -> pd.DataFrame:
|
||||||
|
new_df = df.copy()
|
||||||
|
new_df = new_df[new_df[NEOSERRA_COLUMNS.center] != "Duplicate Client Records"]
|
||||||
|
return new_df
|
||||||
|
|
||||||
|
def remove_api_testing_clients(df:pd.DataFrame) -> pd.DataFrame:
|
||||||
|
new_df = df.copy()
|
||||||
|
new_df = new_df[new_df[NEOSERRA_COLUMNS.center] != "API Testing Sandbox"]
|
||||||
|
return new_df
|
||||||
|
|
||||||
|
def clean_center_name(df: pd.DataFrame, center_name_column:str="Center"):
|
||||||
|
'''
|
||||||
|
Cleans up the Center column of Neoserra data export using the conversion mapping defined in the library code which can be accessed
|
||||||
|
via the constant CENTER_NAME_MAPPING
|
||||||
|
|
||||||
|
Parameters:
|
||||||
|
df - the dataframe to clean up
|
||||||
|
center_name_column - the column of the datafram containing the center names
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
None
|
||||||
|
'''
|
||||||
|
df[center_name_column] = df[center_name_column].astype(str).str.strip()
|
||||||
|
df[center_name_column] = df[center_name_column].replace(CENTER_NAME_MAPPING)
|
||||||
|
|
||||||
|
|
||||||
13
libs/pasbdc_data_cleaning/pyproject.toml
Normal file
13
libs/pasbdc_data_cleaning/pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# libs/pasbdc_data_cleaning/pyproject.toml
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "pasbdc_data_cleaning"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Internal data cleaning library for the PASBDC written by Vincent Allen"
|
||||||
|
|
||||||
|
# MOVED: Configuration specific to setuptools goes here
|
||||||
|
[tool.setuptools]
|
||||||
|
packages = ["pasbdc_data_cleaning"]
|
||||||
64
libs/word_library/README.md
Normal file
64
libs/word_library/README.md
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
## Easy Word Docs in Python
|
||||||
|
---
|
||||||
|
This library implements a word document builder class that allows you to pass a list of functions and it will generate a word document using each function to generate a page.
|
||||||
|
|
||||||
|
This has the benefit of providing modularity in scripts that make word documents as their outputs as a script can be configured to use any combination
|
||||||
|
of page functions to build a word doc.
|
||||||
|
|
||||||
|
### Tips:
|
||||||
|
---
|
||||||
|
The current page number can be accessed by accessing the current_section member variable of the document builder.
|
||||||
|
|
||||||
|
The current figure number and table number can be accessed with the member variables figure_number and table_number. This allows you to have dynanmically
|
||||||
|
labeled graphs and tables in your document pages
|
||||||
|
|
||||||
|
The PageConfig class allows you to customize the page breaking behavior to ensure the correct number of pages are present in the final document
|
||||||
|
|
||||||
|
## Usage:
|
||||||
|
---
|
||||||
|
```
|
||||||
|
from docx import Document
|
||||||
|
from docx.shared import Inches, Pt
|
||||||
|
from docx.enum.text import WD_ALIGN_PARAGRAPH
|
||||||
|
from typing import Callable, List, Any
|
||||||
|
|
||||||
|
# Example page function
|
||||||
|
def title_page(builder: WordDocumentBuilder, title: str = "Document Title", author: str = "Author", **kwargs):
|
||||||
|
"""Create a title page."""
|
||||||
|
title_para = builder.doc.add_paragraph()
|
||||||
|
title_run = title_para.add_run(title)
|
||||||
|
title_run.font.size = Pt(28)
|
||||||
|
title_run.bold = True
|
||||||
|
title_para.alignment = WD_ALIGN_PARAGRAPH.CENTER
|
||||||
|
|
||||||
|
builder.doc.add_paragraph() # Spacing
|
||||||
|
|
||||||
|
author_para = builder.doc.add_paragraph(author)
|
||||||
|
author_para.alignment = WD_ALIGN_PARAGRAPH.CENTER
|
||||||
|
|
||||||
|
# Create document builder
|
||||||
|
builder = WordDocumentBuilder()
|
||||||
|
|
||||||
|
# Define pages, these are functions
|
||||||
|
pages = [
|
||||||
|
PageConfig(title_page, add_page_break=False)
|
||||||
|
]
|
||||||
|
|
||||||
|
# Create document with custom parameters. Only pages and the output path are required, the following parameters will be passed into the functions that
|
||||||
|
# request them through **kwargs. Think of it kinda like dependancy injection.
|
||||||
|
doc = builder.create_document(
|
||||||
|
pages,
|
||||||
|
"output/my_document.docx",
|
||||||
|
title="My Custom Report",
|
||||||
|
author="John Doe",
|
||||||
|
heading="Introduction",
|
||||||
|
content="This is the introduction section with detailed information.",
|
||||||
|
table_data=[
|
||||||
|
["Product", "Price", "Quantity"],
|
||||||
|
["Widget", "$10", "100"],
|
||||||
|
["Gadget", "$25", "50"]
|
||||||
|
],
|
||||||
|
table_title="Sales Data"
|
||||||
|
)
|
||||||
|
```
|
||||||
|
|
||||||
4
libs/word_library/pasbdc_word_library.egg-info/PKG-INFO
Normal file
4
libs/word_library/pasbdc_word_library.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Metadata-Version: 2.4
|
||||||
|
Name: pasbdc_word_library
|
||||||
|
Version: 0.1.0
|
||||||
|
Summary: A tool used to make the generation of word documents in python a little easier.
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
README.md
|
||||||
|
pyproject.toml
|
||||||
|
pasbdc_word_library/__init__.py
|
||||||
|
pasbdc_word_library/doclibrary.py
|
||||||
|
pasbdc_word_library/theme_helpers.py
|
||||||
|
pasbdc_word_library.egg-info/PKG-INFO
|
||||||
|
pasbdc_word_library.egg-info/SOURCES.txt
|
||||||
|
pasbdc_word_library.egg-info/dependency_links.txt
|
||||||
|
pasbdc_word_library.egg-info/top_level.txt
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
pasbdc_word_library
|
||||||
4
libs/word_library/pasbdc_word_library/__init__.py
Normal file
4
libs/word_library/pasbdc_word_library/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# libs/word_library/__init__.py
|
||||||
|
from .doclibrary import WordDocumentBuilder, PageConfig, title_page, content_page, table_page, image_page
|
||||||
|
from .theme_helpers import theme_paragraph, theme_title
|
||||||
|
__all__ = ['WordDocumentBuilder', 'PageConfig', 'title_page', 'content_page', 'table_page', 'image_page', 'theme_paragraph', 'theme_title']
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
127
libs/word_library/pasbdc_word_library/doclibrary.py
Normal file
127
libs/word_library/pasbdc_word_library/doclibrary.py
Normal file
@@ -0,0 +1,127 @@
|
|||||||
|
from docx import Document
|
||||||
|
from docx.shared import Inches, Pt
|
||||||
|
from docx.enum.text import WD_ALIGN_PARAGRAPH
|
||||||
|
from typing import Callable, List, Any
|
||||||
|
import os
|
||||||
|
from dataclasses import dataclass
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class PageConfig:
|
||||||
|
page_function: Callable
|
||||||
|
add_page_break: bool = True
|
||||||
|
|
||||||
|
class WordDocumentBuilder:
|
||||||
|
"""Build Word documents using configurable page functions."""
|
||||||
|
|
||||||
|
def __init__(self):
|
||||||
|
self.doc = Document()
|
||||||
|
self.current_section = 1
|
||||||
|
self.figure_number = 0;
|
||||||
|
self.table_number = 0;
|
||||||
|
|
||||||
|
def add_page_break(self):
|
||||||
|
"""Add a page break to the document."""
|
||||||
|
self.doc.add_page_break()
|
||||||
|
|
||||||
|
def create_document(self, page_functions: List[PageConfig], output_path: str, **kwargs):
|
||||||
|
"""
|
||||||
|
Create a Word document by executing page functions.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
page_functions: List of functions that add content to the document
|
||||||
|
output_path: Path where the document will be saved
|
||||||
|
**kwargs: Additional parameters passed to all page functions
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
The created Document object
|
||||||
|
"""
|
||||||
|
for i, page_conf in enumerate(page_functions):
|
||||||
|
# Execute page function with builder and any additional kwargs
|
||||||
|
page_conf.page_function(self, **kwargs)
|
||||||
|
|
||||||
|
# Add page break after each page except the last
|
||||||
|
if i < len(page_functions) - 1 and page_conf.add_page_break:
|
||||||
|
self.add_page_break()
|
||||||
|
|
||||||
|
# Increment the section state
|
||||||
|
self.current_section += 1
|
||||||
|
|
||||||
|
# Ensure directory exists
|
||||||
|
os.makedirs(os.path.dirname(output_path) if os.path.dirname(output_path) else '.', exist_ok=True)
|
||||||
|
|
||||||
|
# Save document
|
||||||
|
self.doc.save(output_path)
|
||||||
|
return self.doc
|
||||||
|
|
||||||
|
|
||||||
|
# Example page functions
|
||||||
|
def title_page(builder: WordDocumentBuilder, title: str = "Document Title", author: str = "Author", **kwargs):
|
||||||
|
"""Create a title page."""
|
||||||
|
title_para = builder.doc.add_paragraph()
|
||||||
|
title_run = title_para.add_run(title)
|
||||||
|
title_run.font.size = Pt(28)
|
||||||
|
title_run.bold = True
|
||||||
|
title_para.alignment = WD_ALIGN_PARAGRAPH.CENTER
|
||||||
|
|
||||||
|
builder.doc.add_paragraph() # Spacing
|
||||||
|
|
||||||
|
author_para = builder.doc.add_paragraph(author)
|
||||||
|
author_para.alignment = WD_ALIGN_PARAGRAPH.CENTER
|
||||||
|
|
||||||
|
|
||||||
|
def content_page(builder: WordDocumentBuilder, heading: str = "Section", content: str = "", **kwargs):
|
||||||
|
"""Create a content page with heading and body text."""
|
||||||
|
builder.doc.add_heading(heading, level=1)
|
||||||
|
builder.doc.add_paragraph(content)
|
||||||
|
|
||||||
|
|
||||||
|
def table_page(builder: WordDocumentBuilder, table_data: List[List[str]] = [], table_title: str = "Data Table", **kwargs):
|
||||||
|
"""Create a page with a table."""
|
||||||
|
if table_data is None:
|
||||||
|
table_data = [["Header 1", "Header 2"], ["Data 1", "Data 2"]]
|
||||||
|
|
||||||
|
builder.doc.add_heading(table_title, level=1)
|
||||||
|
|
||||||
|
table = builder.doc.add_table(rows=len(table_data), cols=len(table_data[0]))
|
||||||
|
table.style = 'Light Grid Accent 1'
|
||||||
|
|
||||||
|
for i, row in enumerate(table_data):
|
||||||
|
for j, cell_value in enumerate(row):
|
||||||
|
table.rows[i].cells[j].text = str(cell_value)
|
||||||
|
|
||||||
|
|
||||||
|
def image_page(builder: WordDocumentBuilder, image_path: str = "", caption: str = "", **kwargs):
|
||||||
|
"""Create a page with an image."""
|
||||||
|
if image_path and os.path.exists(image_path):
|
||||||
|
builder.doc.add_paragraph(caption)
|
||||||
|
builder.doc.add_picture(image_path, width=Inches(5))
|
||||||
|
|
||||||
|
# Usage example
|
||||||
|
if __name__ == "__main__":
|
||||||
|
# Create document builder
|
||||||
|
builder = WordDocumentBuilder()
|
||||||
|
|
||||||
|
# Define pages
|
||||||
|
pages = [
|
||||||
|
PageConfig(title_page, add_page_break=True),
|
||||||
|
PageConfig(content_page, add_page_break=True),
|
||||||
|
PageConfig(table_page, add_page_break=False),
|
||||||
|
]
|
||||||
|
|
||||||
|
# Create document with custom parameters
|
||||||
|
doc = builder.create_document(
|
||||||
|
pages,
|
||||||
|
"output/my_document.docx",
|
||||||
|
title="My Custom Report",
|
||||||
|
author="John Doe",
|
||||||
|
heading="Introduction",
|
||||||
|
content="This is the introduction section with detailed information.",
|
||||||
|
table_data=[
|
||||||
|
["Product", "Price", "Quantity"],
|
||||||
|
["Widget", "$10", "100"],
|
||||||
|
["Gadget", "$25", "50"]
|
||||||
|
],
|
||||||
|
table_title="Sales Data"
|
||||||
|
)
|
||||||
|
|
||||||
|
print("Document created successfully!")
|
||||||
22
libs/word_library/pasbdc_word_library/theme_helpers.py
Normal file
22
libs/word_library/pasbdc_word_library/theme_helpers.py
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import docx
|
||||||
|
from docx.shared import RGBColor, Pt
|
||||||
|
from docx.shared import Pt
|
||||||
|
from docx.enum.text import WD_ALIGN_PARAGRAPH
|
||||||
|
|
||||||
|
def theme_paragraph(
|
||||||
|
paragraph,
|
||||||
|
font_size_pt:int=9,
|
||||||
|
font_name:str="Futera",
|
||||||
|
color:RGBColor=RGBColor(15,27,38)
|
||||||
|
):
|
||||||
|
for run in paragraph.runs:
|
||||||
|
run.font.name = font_name
|
||||||
|
run.font.size = Pt(font_size_pt)
|
||||||
|
run.font.color.rgb = color
|
||||||
|
|
||||||
|
def theme_title(title_run):
|
||||||
|
title_run.bold = True
|
||||||
|
title_run.font.name = 'Futera'
|
||||||
|
title_run.font.size = Pt(12)
|
||||||
|
title_run.font.color.rgb = RGBColor(113, 191, 68)
|
||||||
|
title_run.alignment = WD_ALIGN_PARAGRAPH.LEFT
|
||||||
12
libs/word_library/pyproject.toml
Normal file
12
libs/word_library/pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "pasbdc_word_library"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "A tool used to make the generation of word documents in python a little easier."
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
packages = ["pasbdc_word_library"]
|
||||||
|
|
||||||
68
make.log
Normal file
68
make.log
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
mkdir reports/desk_review_report_FY25
|
||||||
|
.venv/bin/python3 section_1_graph_export_module/trainings_analysis_script.py \
|
||||||
|
--fiscalyear FY25 \
|
||||||
|
--outpath reports/desk_review_report_FY25/section_1_trainings_analysis_graphs \
|
||||||
|
--exportmoduleurl "https://pasbdc.neoserra.com/api/export?userid=6694&appid=181&appkey=bc03174a-f36c-45a6-a933-0f6e28062e9c"
|
||||||
|
Loading and Cleaning data from None...
|
||||||
|
|
||||||
|
Cleaning center names...
|
||||||
|
Tagging 'First Steps' and 'Next Steps'...
|
||||||
|
Consolidating Lead Office centers...
|
||||||
|
Tagging Pre-planning events...
|
||||||
|
Tagging attendee ranges...
|
||||||
|
Cleaned dataset saved to reports/desk_review_report_FY25/section_1_trainings_analysis_graphs/cleaned_trainings_data.csv
|
||||||
|
|
||||||
|
global_all_network event count: 883
|
||||||
|
global_all_network attendee count: 15705
|
||||||
|
Starting graph generation...
|
||||||
|
|
||||||
|
Generating Center Statistics charts...
|
||||||
|
Generating Attendee Bins charts...
|
||||||
|
Generating Primary Topic charts...
|
||||||
|
Generating Center Attendee Stats charts...
|
||||||
|
Generating Center Event Count charts...
|
||||||
|
Generating Center Attendee Range charts...
|
||||||
|
Generating Topic Pie charts...
|
||||||
|
|
||||||
|
DONE! All charts generated for all funding groups.
|
||||||
|
.venv/bin/python3 section_1_word_export_scripts/generate_trainings_analysis_word.py \
|
||||||
|
--images reports/desk_review_report_FY25/section_1_trainings_analysis_graphs \
|
||||||
|
--output reports/desk_review_report_FY25/section_1_trainings_analysis_FY25.docx \
|
||||||
|
|
||||||
|
.venv/bin/python3 section_1_graph_export_module/counselling_interval_script.py \
|
||||||
|
--signuptostartcsv csv_files/days_client_signup_to_start_FY25.csv \
|
||||||
|
--signuptocounsellingcsv csv_files/days_client_signup_to_counselling_FY25.csv \
|
||||||
|
--starttocounsellingcsv csv_files/days_client_start_to_counselling_FY25.csv \
|
||||||
|
--initialtofollowupcsv csv_files/days_initial_to_followup_FY25.csv \
|
||||||
|
--trainingtocounsellingcsv csv_files/days_training_to_counselling_FY25.csv \
|
||||||
|
--fiscalyear FY25 --outpath reports/desk_review_report_FY25/section_1_counselling_interval_graphs
|
||||||
|
.venv/bin/python3 section_1_word_export_scripts/counselling_interval_analysis.py \
|
||||||
|
--images reports/desk_review_report_FY25/section_1_counselling_interval_graphs \
|
||||||
|
--output reports/desk_review_report_FY25/section_1_counselling_interval_analysis_FY25.docx
|
||||||
|
.venv/bin/python3 section_1_graph_export_module/nbs_analysis_script.py \
|
||||||
|
--fiscalyear FY25 \
|
||||||
|
--outpath reports/desk_review_report_FY25/section_1_milestone_analysis_graphs \
|
||||||
|
--exportmoduleurl "https://pasbdc.neoserra.com/api/export?userid=6694&appid=182&appkey=9b47f8c2-1ad5-4499-812c-742eddf149b9"
|
||||||
|
Loading input data from None...
|
||||||
|
|
||||||
|
Generating Network Wide Attribution Graph...
|
||||||
|
|
||||||
|
Generating Attribution Rate Chart and Dataset...
|
||||||
|
|
||||||
|
Generating Theoretical Attribution Rate Chart and Dataset...
|
||||||
|
|
||||||
|
Generating Director Confirmed Graph and Dataset...
|
||||||
|
|
||||||
|
DONE!
|
||||||
|
.venv/bin/python3 section_1_graph_export_module/funding_analysis_script.py \
|
||||||
|
--fiscalyear FY25 \
|
||||||
|
--outpath reports/desk_review_report_FY25/section_1_milestone_analysis_graphs \
|
||||||
|
--exportmoduleurl "https://pasbdc.neoserra.com/api/export?userid=6694&appid=183&appkey=08515f8b-8d52-4eb5-a85c-5c3b49261b4b"
|
||||||
|
Generating Network Wide Attribution Graph...
|
||||||
|
|
||||||
|
Generating Attribution Rate Chart and Dataset...
|
||||||
|
|
||||||
|
Generating Theoretical Attribution Rate Chart and Dataset...
|
||||||
|
|
||||||
|
Generating Director Confirmed Graph and Dataset...
|
||||||
|
|
||||||
428
makefile
Normal file
428
makefile
Normal file
@@ -0,0 +1,428 @@
|
|||||||
|
#--------------------------------------------------------
|
||||||
|
# FISCAL YEAR CONFIGURATION
|
||||||
|
#--------------------------------------------------------
|
||||||
|
|
||||||
|
# 1. Calculate the actual Current and Previous FY strings based on the system date
|
||||||
|
# (Fiscal Year starts October 1st)
|
||||||
|
CALC_YYYY := $(shell date +%Y)
|
||||||
|
CALC_MM := $(shell date +%m)
|
||||||
|
|
||||||
|
ifeq ($(shell [ $(CALC_MM) -ge 10 ] && echo 1), 1)
|
||||||
|
# If October or later, CURRENT is next year, PREVIOUS is this year
|
||||||
|
ACTUAL_CURRENT_FY := FY$(shell echo $$(($(CALC_YYYY) + 1)) | cut -c 3-4)
|
||||||
|
ACTUAL_PREVIOUS_FY := FY$(shell echo $(CALC_YYYY) | cut -c 3-4)
|
||||||
|
else
|
||||||
|
# If Jan-Sept, CURRENT is this year, PREVIOUS is last year
|
||||||
|
ACTUAL_CURRENT_FY := FY$(shell echo $(CALC_YYYY) | cut -c 3-4)
|
||||||
|
ACTUAL_PREVIOUS_FY := FY$(shell echo $$(($(CALC_YYYY) - 1)) | cut -c 3-4)
|
||||||
|
endif
|
||||||
|
|
||||||
|
# 2. Set the requested year (Default to CURRENT, can be overridden: make FISCAL_YEAR=FY24)
|
||||||
|
FISCAL_YEAR ?= CURRENT
|
||||||
|
|
||||||
|
# 3. Resolve the "Labeling Year" (For folders and titles)
|
||||||
|
RESOLVED_FY := $(FISCAL_YEAR)
|
||||||
|
ifeq ($(FISCAL_YEAR), CURRENT)
|
||||||
|
RESOLVED_FY := $(ACTUAL_CURRENT_FY)
|
||||||
|
endif
|
||||||
|
ifeq ($(FISCAL_YEAR), PREVIOUS)
|
||||||
|
RESOLVED_FY := $(ACTUAL_PREVIOUS_FY)
|
||||||
|
endif
|
||||||
|
|
||||||
|
# 4. Data Source Selection (Aliases stay aliases for live-updating links)
|
||||||
|
URL_KEY := $(FISCAL_YEAR)
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# EXPORT MODULE URLS (Modular Definition)
|
||||||
|
#--------------------------------------------------------
|
||||||
|
|
||||||
|
# LIVE UPDATING LINKS (Neoserra modules set to "Fiscal Year: Current" or "Previous")
|
||||||
|
# These will always point to the rolling data regardless of the actual year.
|
||||||
|
CURRENT_TRAININGS_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=189&appkey=e4c003ea-2216-48ae-ba76-2ebdef30848b
|
||||||
|
CURRENT_NBS_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=187&appkey=1ebb99d3-551c-44f1-803f-f8cd09c8286f
|
||||||
|
CURRENT_CAPITAL_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=188&appkey=1a37972c-8757-4447-b301-59e7ca65f7ea
|
||||||
|
CURRENT_CLIENT_LIST_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=186&appkey=f0e90ceb-8063-44c2-8cc9-4949ca89763a
|
||||||
|
|
||||||
|
PREVIOUS_TRAININGS_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=181&appkey=bc03174a-f36c-45a6-a933-0f6e28062e9c
|
||||||
|
PREVIOUS_NBS_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=182&appkey=9b47f8c2-1ad5-4499-812c-742eddf149b9
|
||||||
|
PREVIOUS_CAPITAL_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=183&appkey=08515f8b-8d52-4eb5-a85c-5c3b49261b4b
|
||||||
|
PREVIOUS_CLIENT_LIST_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=184&appkey=72de7830-d65f-4ce3-9b0e-ab872d1bd41e
|
||||||
|
|
||||||
|
# ARCHIVED YEAR LINKS (Static keys for specific years)
|
||||||
|
# FY22
|
||||||
|
FY22_TRAININGS_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=195&appkey=44d5cb65-dc5a-4f9a-b5ed-6c8fe4209a59
|
||||||
|
FY22_NBS_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=198&appkey=857a32f8-efbe-4953-b4b6-0ed6809f286d
|
||||||
|
FY22_CAPITAL_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=201&appkey=71bb27aa-4377-4322-8660-ae9b34b4d376
|
||||||
|
FY22_CLIENT_LIST_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=192&appkey=75045c21-fb95-46e5-8ace-a3e3d67fa15e
|
||||||
|
|
||||||
|
# FY23
|
||||||
|
FY23_TRAININGS_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=196&appkey=f372244a-7a1b-4627-b951-2241140d0e00
|
||||||
|
FY23_NBS_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=199&appkey=040dab27-3886-4f8a-8d37-b75cd31c5925
|
||||||
|
FY23_CAPITAL_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=202&appkey=16b9db95-12c8-48bc-ab8c-3dbf09803eb6
|
||||||
|
FY23_CLIENT_LIST_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=193&appkey=bf10c884-7bdc-4d4e-ab6c-9b1752581bf5
|
||||||
|
|
||||||
|
# FY24
|
||||||
|
FY24_TRAININGS_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=197&appkey=46e8bba5-4d94-460e-9a1b-e8435cf9f1d5
|
||||||
|
FY24_NBS_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=200&appkey=958b9064-2e18-4643-82b3-a821922f7037
|
||||||
|
FY24_CAPITAL_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=203&appkey=fbf5319c-c564-441d-8482-f1bd380671fb
|
||||||
|
FY24_CLIENT_LIST_URL := https://pasbdc.neoserra.com/api/export?userid=6694&appid=194&appkey=5e7c1d91-2292-4758-87b9-d4dd986e30e9
|
||||||
|
|
||||||
|
# 5. Computed Variable Selection: Fetch the URLs based on the URL_KEY
|
||||||
|
TRAININGS_EXPORT_URL := $($(URL_KEY)_TRAININGS_URL)
|
||||||
|
NBS_EXPORT_URL := $($(URL_KEY)_NBS_URL)
|
||||||
|
CAPITAL_EXPORT_URL := $($(URL_KEY)_CAPITAL_URL)
|
||||||
|
CLIENT_LIST_EXPORT_URL := $($(URL_KEY)_CLIENT_LIST_URL)
|
||||||
|
|
||||||
|
USE_EXPORT_MODULE ?= true
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# CORE SETTINGS
|
||||||
|
#--------------------------------------------------------
|
||||||
|
|
||||||
|
# The home folder for this year's report
|
||||||
|
REPORT_ROOT_FOLDER := reports/$(RESOLVED_FY)
|
||||||
|
|
||||||
|
# This list defines all of the OUTPUT center names that will be seen in the final report. Some of the scripts need
|
||||||
|
# a list of center names to expect so that it can find the files on the filesystem
|
||||||
|
|
||||||
|
# Here an underscore represents a space. We have to do this as make's list syntax sees a space to separate list items
|
||||||
|
CENTERS_LIST := Z-Lead_Office \
|
||||||
|
Wilkes \
|
||||||
|
Shippensburg \
|
||||||
|
Widener \
|
||||||
|
Penn_State \
|
||||||
|
Bucknell \
|
||||||
|
St._Francis \
|
||||||
|
St._Vincent \
|
||||||
|
Gannon \
|
||||||
|
Clarion \
|
||||||
|
Temple \
|
||||||
|
Scranton \
|
||||||
|
Lehigh \
|
||||||
|
Duquesne \
|
||||||
|
Pittsburgh \
|
||||||
|
Kutztown
|
||||||
|
|
||||||
|
# Center Flags to be passed into scripts
|
||||||
|
# (loop over each center, replace _ with " ", and format as -c <center>
|
||||||
|
CENTER_FLAGS:=$(foreach x,$(CENTERS_LIST),-c "$(subst _, ,$(x))")
|
||||||
|
|
||||||
|
# The paths to each input CSV file required to produce the report
|
||||||
|
# Set to . if you want it to look in the same directory as the make file
|
||||||
|
CSV_FOLDER:=csv_files
|
||||||
|
|
||||||
|
# Dynamic CSV paths based on RESOLVED_FY
|
||||||
|
TRAININGS_CSV:=$(CSV_FOLDER)/trainings_raw_$(RESOLVED_FY).csv
|
||||||
|
CLIENT_LIST_CSV:=$(CSV_FOLDER)/client_list_raw_$(RESOLVED_FY).csv
|
||||||
|
NBS_MILESTONE_CSV:=$(CSV_FOLDER)/nbs_milestones_raw_$(RESOLVED_FY).csv
|
||||||
|
FUNDING_MILESTONE_CSV:=$(CSV_FOLDER)/funding_milestones_raw_$(RESOLVED_FY).csv
|
||||||
|
SIGNUP_TO_START_CSV:=$(CSV_FOLDER)/days_client_signup_to_start_$(RESOLVED_FY).csv
|
||||||
|
SIGNUP_TO_COUNSELLING_CSV:=$(CSV_FOLDER)/days_client_signup_to_counselling_$(RESOLVED_FY).csv
|
||||||
|
START_TO_COUNSELLING_CSV:=$(CSV_FOLDER)/days_client_start_to_counselling_$(RESOLVED_FY).csv
|
||||||
|
INITIAL_TO_FOLLOWUP_CSV:=$(CSV_FOLDER)/days_initial_to_followup_$(RESOLVED_FY).csv
|
||||||
|
TRAINING_TO_COUNSELLING_CSV:=$(CSV_FOLDER)/days_training_to_counselling_$(RESOLVED_FY).csv
|
||||||
|
SATISFACTION_SURVEY_CSV:=$(CSV_FOLDER)/satisfaction_survey_raw_$(RESOLVED_FY).csv
|
||||||
|
|
||||||
|
ifeq ($(USE_EXPORT_MODULE), true)
|
||||||
|
TRAINING_SCRIPT_ARGS := --exportmoduleurl "$(TRAININGS_EXPORT_URL)"
|
||||||
|
NBS_SCRIPT_ARGS := --exportmoduleurl "$(NBS_EXPORT_URL)"
|
||||||
|
CAPITAL_SCRIPT_ARGS := --exportmoduleurl "$(CAPITAL_EXPORT_URL)"
|
||||||
|
CLIENT_SCRIPT_ARGS := --exportmoduleurl "$(CLIENT_LIST_EXPORT_URL)"
|
||||||
|
|
||||||
|
# Arguments for the make_milestone_analysis.py script which uses different flag names
|
||||||
|
SECTION_3_MILESTONES_ARGS := --fundingexportmodule "$(CAPITAL_EXPORT_URL)" --nbsexportmodule "$(NBS_EXPORT_URL)"
|
||||||
|
|
||||||
|
# When using API, don't require local CSV files to exist
|
||||||
|
TRAININGS_CSV_DEP :=
|
||||||
|
CLIENT_LIST_CSV_DEP :=
|
||||||
|
NBS_MILESTONE_CSV_DEP :=
|
||||||
|
FUNDING_MILESTONE_CSV_DEP :=
|
||||||
|
SIGNUP_TO_START_CSV_DEP :=
|
||||||
|
SIGNUP_TO_COUNSELLING_CSV_DEP :=
|
||||||
|
START_TO_COUNSELLING_CSV_DEP :=
|
||||||
|
INITIAL_TO_FOLLOWUP_CSV_DEP :=
|
||||||
|
TRAINING_TO_COUNSELLING_CSV_DEP :=
|
||||||
|
SATISFACTION_SURVEY_CSV_DEP :=
|
||||||
|
else
|
||||||
|
TRAINING_SCRIPT_ARGS := --inputcsv $(TRAININGS_CSV)
|
||||||
|
NBS_SCRIPT_ARGS := --inputcsv $(NBS_MILESTONE_CSV)
|
||||||
|
CAPITAL_SCRIPT_ARGS := --inputcsv $(FUNDING_MILESTONE_CSV)
|
||||||
|
CLIENT_SCRIPT_ARGS := --inputcsv $(CLIENT_LIST_CSV)
|
||||||
|
|
||||||
|
# Arguments for the make_milestone_analysis.py script which uses different flag names
|
||||||
|
SECTION_3_MILESTONES_ARGS := --fundingcsv $(FUNDING_MILESTONE_CSV) --nbscsv $(NBS_MILESTONE_CSV)
|
||||||
|
|
||||||
|
# When using local files, they MUST exist
|
||||||
|
TRAININGS_CSV_DEP := $(TRAININGS_CSV)
|
||||||
|
CLIENT_LIST_CSV_DEP := $(CLIENT_LIST_CSV)
|
||||||
|
NBS_MILESTONE_CSV_DEP := $(NBS_MILESTONE_CSV)
|
||||||
|
FUNDING_MILESTONE_CSV_DEP := $(FUNDING_MILESTONE_CSV)
|
||||||
|
SIGNUP_TO_START_CSV_DEP := $(SIGNUP_TO_START_CSV)
|
||||||
|
SIGNUP_TO_COUNSELLING_CSV_DEP := $(SIGNUP_TO_COUNSELLING_CSV)
|
||||||
|
START_TO_COUNSELLING_CSV_DEP := $(START_TO_COUNSELLING_CSV)
|
||||||
|
INITIAL_TO_FOLLOWUP_CSV_DEP := $(INITIAL_TO_FOLLOWUP_CSV)
|
||||||
|
TRAINING_TO_COUNSELLING_CSV_DEP := $(TRAINING_TO_COUNSELLING_CSV)
|
||||||
|
SATISFACTION_SURVEY_CSV_DEP := $(SATISFACTION_SURVEY_CSV)
|
||||||
|
endif
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# SECTION 1 VARIABLES
|
||||||
|
#--------------------------------------------------------
|
||||||
|
|
||||||
|
# What to call each subfolder containing the images for a single report
|
||||||
|
# They will each be created underneath the root folder
|
||||||
|
SECTION_1_COUNSELLING_INTERVAL_FOLDER:=section_1_counselling_interval_graphs
|
||||||
|
SECTION_1_MILESTONE_FOLDER:=section_1_milestone_analysis_graphs
|
||||||
|
SECTION_1_NAICS_FOLDER:=section_1_naics_coverage_graphs
|
||||||
|
SECTION_1_SATISFACTION_FOLDER:=section_1_satisfaction_ananlysis_graphs
|
||||||
|
SECTION_1_TRAININGS_FOLDER:=section_1_trainings_analysis_graphs
|
||||||
|
|
||||||
|
# What to call each word file within the report
|
||||||
|
# These are paths so they both say what folder to place the file in and what to call
|
||||||
|
# the file
|
||||||
|
SECTION_1_TRAININGS_WORD_FILE_NAME:=$(REPORT_ROOT_FOLDER)/section_1_trainings_analysis_$(RESOLVED_FY).docx
|
||||||
|
SECTION_1_COUNSELLING_INTERVAL_WORD_FILE_NAME:=$(REPORT_ROOT_FOLDER)/section_1_counselling_interval_analysis_$(RESOLVED_FY).docx
|
||||||
|
SECTION_1_MILESTONE_WORD_FILE_NAME:=$(REPORT_ROOT_FOLDER)/section_1_milestone_analysis_$(RESOLVED_FY).docx
|
||||||
|
SECTION_1_SATISFACTION_SURVEY_WORD_FILE_NAME:=$(REPORT_ROOT_FOLDER)/section_1_satisfaction_analysis_$(RESOLVED_FY).docx
|
||||||
|
SECTION_1_NAICS_WORD_FILE_NAME:=$(REPORT_ROOT_FOLDER)/section_1_naics_coverage_$(RESOLVED_FY).docx
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# SECTION 3 VARIABLES
|
||||||
|
#--------------------------------------------------------
|
||||||
|
|
||||||
|
# What to call each subfolder containing the images for a single report
|
||||||
|
# They will each be created underneath the root folder
|
||||||
|
SECTION_3_TRAININGS_TOPICS_FOLDER:=section_3_trainings_topic_analysis_graphs
|
||||||
|
SECTION_3_TRAININGS_FOLDER:=section_3_trainings_analysis_graphs
|
||||||
|
|
||||||
|
SECTION_3_MILESTONES_GRAPH_FOLDER:=section_3_milestone_graphs
|
||||||
|
# What to call each word file within the report
|
||||||
|
# These are paths so they both say what folder to place the file in and what to call
|
||||||
|
# the file
|
||||||
|
SECTION_3_TRAININGS_TOPICS_WORD_FILE_NAME:=$(REPORT_ROOT_FOLDER)/section_3_trainings_topics_analysis_$(RESOLVED_FY).docx
|
||||||
|
SECTION_3_TRAININGS_WORD_FOLDER:=$(REPORT_ROOT_FOLDER)/section_3_trainings_analysis_word
|
||||||
|
SECTION_3_MILESTONES_WORD_FOLDER:=$(REPORT_ROOT_FOLDER)/section_3_milestone_word_docs
|
||||||
|
|
||||||
|
# Set the appropriate location to the python executable based on OS
|
||||||
|
ifeq ($(OS),Windows_NT)
|
||||||
|
VENV_PYTHON:=.venv/Scripts/python.exe
|
||||||
|
RM_CMD:=rmdir /s /q
|
||||||
|
else
|
||||||
|
VENV_PYTHON:=.venv/bin/python3
|
||||||
|
RM_CMD:=rm -rf
|
||||||
|
endif
|
||||||
|
|
||||||
|
# Build the whole report
|
||||||
|
all: $(SECTION_1_TRAININGS_WORD_FILE_NAME) \
|
||||||
|
$(SECTION_1_COUNSELLING_INTERVAL_WORD_FILE_NAME) \
|
||||||
|
$(SECTION_1_MILESTONE_WORD_FILE_NAME) \
|
||||||
|
$(SECTION_1_SATISFACTION_SURVEY_WORD_FILE_NAME) \
|
||||||
|
$(SECTION_1_NAICS_WORD_FILE_NAME) \
|
||||||
|
$(SECTION_3_TRAININGS_TOPICS_WORD_FILE_NAME) \
|
||||||
|
$(SECTION_3_TRAININGS_WORD_FOLDER) \
|
||||||
|
$(SECTION_3_MILESTONES_WORD_FOLDER)
|
||||||
|
|
||||||
|
# Modular Year Targets
|
||||||
|
fy22:
|
||||||
|
$(MAKE) FISCAL_YEAR=FY22
|
||||||
|
|
||||||
|
fy23:
|
||||||
|
$(MAKE) FISCAL_YEAR=FY23
|
||||||
|
|
||||||
|
fy24:
|
||||||
|
$(MAKE) FISCAL_YEAR=FY24
|
||||||
|
|
||||||
|
current:
|
||||||
|
$(MAKE) FISCAL_YEAR=CURRENT
|
||||||
|
|
||||||
|
previous:
|
||||||
|
$(MAKE) FISCAL_YEAR=PREVIOUS
|
||||||
|
|
||||||
|
# Utility targets
|
||||||
|
clean:
|
||||||
|
$(RM_CMD) $(REPORT_ROOT_FOLDER)
|
||||||
|
|
||||||
|
# Count how many lines of code are in the project
|
||||||
|
lines:
|
||||||
|
cat \
|
||||||
|
section_1_datasets_module/section_1_datasets_module/*.py \
|
||||||
|
section_1_graph_export_module/*.py \
|
||||||
|
section_1_graph_library_module/section_1_graph_library_module/*.py \
|
||||||
|
section_1_word_export_scripts/*.py \
|
||||||
|
section_1_word_library_module/section_1_word_library_module/*.py \
|
||||||
|
section_3_graph_export_module/*.py \
|
||||||
|
section_3_graph_library_module/section_3_graph_library_module/*.py \
|
||||||
|
section_3_word_export_scripts/*.py \
|
||||||
|
section_3_word_library_module/section_3_word_library_module/*.py \
|
||||||
|
milestone_attribution_dataset_module/milestone_attribution_dataset_module/*.py \
|
||||||
|
milestone_attribution_graph_export_module/milestone_attribution_graph_export_module/*.py \
|
||||||
|
milestone_attribution_graph_library_module/milestone_attribution_graph_library_module/*.py \
|
||||||
|
milestone_attribution_word_export_module/*.py \
|
||||||
|
shared_tools_module/shared_tools_module/*.py \
|
||||||
|
libs/pasbdc_data_cleaning/pasbdc_data_cleaning/*.py \
|
||||||
|
libs/word_library/pasbdc_word_library/*.py \
|
||||||
|
makefile \
|
||||||
|
| wc -l \
|
||||||
|
|
||||||
|
.PHONY: all lines clean fy22 fy23 fy24 current previous
|
||||||
|
|
||||||
|
$(REPORT_ROOT_FOLDER):
|
||||||
|
-mkdir -p $(REPORT_ROOT_FOLDER)
|
||||||
|
|
||||||
|
requirements.txt:
|
||||||
|
echo "Requirements target"
|
||||||
|
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# SECTION 1 NETWORK WIDE REPORT
|
||||||
|
#--------------------------------------------------------
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# Counselling Interval Graph Generation and word document
|
||||||
|
#--------------------------------------------------------
|
||||||
|
$(REPORT_ROOT_FOLDER)/$(SECTION_1_COUNSELLING_INTERVAL_FOLDER): requirements.txt \
|
||||||
|
$(SIGNUP_TO_START_CSV_DEP) \
|
||||||
|
$(SIGNUP_TO_COUNSELLING_CSV_DEP) \
|
||||||
|
$(START_TO_COUNSELLING_CSV_DEP) \
|
||||||
|
$(INITIAL_TO_FOLLOWUP_CSV_DEP) \
|
||||||
|
$(TRAINING_TO_COUNSELLING_CSV_DEP) | $(REPORT_ROOT_FOLDER)
|
||||||
|
ifeq ($(USE_EXPORT_MODULE), false)
|
||||||
|
$(VENV_PYTHON) section_1_graph_export_module/counselling_interval_script.py \
|
||||||
|
--signuptostartcsv $(SIGNUP_TO_START_CSV) \
|
||||||
|
--signuptocounsellingcsv $(SIGNUP_TO_COUNSELLING_CSV) \
|
||||||
|
--starttocounsellingcsv $(START_TO_COUNSELLING_CSV) \
|
||||||
|
--initialtofollowupcsv $(INITIAL_TO_FOLLOWUP_CSV) \
|
||||||
|
--trainingtocounsellingcsv $(TRAINING_TO_COUNSELLING_CSV) \
|
||||||
|
--fiscalyear $(RESOLVED_FY) --outpath $(REPORT_ROOT_FOLDER)/$(SECTION_1_COUNSELLING_INTERVAL_FOLDER)
|
||||||
|
else
|
||||||
|
@echo "Skipping Counselling Interval graphs for $(RESOLVED_FY) (USE_EXPORT_MODULE is true)"
|
||||||
|
endif
|
||||||
|
|
||||||
|
$(SECTION_1_COUNSELLING_INTERVAL_WORD_FILE_NAME): $(REPORT_ROOT_FOLDER)/$(SECTION_1_COUNSELLING_INTERVAL_FOLDER)
|
||||||
|
ifeq ($(USE_EXPORT_MODULE), false)
|
||||||
|
$(VENV_PYTHON) section_1_word_export_scripts/counselling_interval_analysis.py \
|
||||||
|
--images $(REPORT_ROOT_FOLDER)/$(SECTION_1_COUNSELLING_INTERVAL_FOLDER) \
|
||||||
|
--output $(SECTION_1_COUNSELLING_INTERVAL_WORD_FILE_NAME)
|
||||||
|
else
|
||||||
|
@echo "Skipping Counselling Interval Word doc for $(RESOLVED_FY) (USE_EXPORT_MODULE is true)"
|
||||||
|
endif
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# Trainings Analysis Graph and Word Generation
|
||||||
|
#--------------------------------------------------------
|
||||||
|
$(REPORT_ROOT_FOLDER)/$(SECTION_1_TRAININGS_FOLDER): requirements.txt $(TRAININGS_CSV_DEP) | $(REPORT_ROOT_FOLDER)
|
||||||
|
$(VENV_PYTHON) section_1_graph_export_module/trainings_analysis_script.py \
|
||||||
|
--fiscalyear $(RESOLVED_FY) \
|
||||||
|
--outpath $(REPORT_ROOT_FOLDER)/$(SECTION_1_TRAININGS_FOLDER) \
|
||||||
|
$(TRAINING_SCRIPT_ARGS)
|
||||||
|
|
||||||
|
|
||||||
|
$(SECTION_1_TRAININGS_WORD_FILE_NAME): $(REPORT_ROOT_FOLDER)/$(SECTION_1_TRAININGS_FOLDER)
|
||||||
|
$(VENV_PYTHON) section_1_word_export_scripts/generate_trainings_analysis_word.py \
|
||||||
|
--images $(REPORT_ROOT_FOLDER)/$(SECTION_1_TRAININGS_FOLDER) \
|
||||||
|
--output $(SECTION_1_TRAININGS_WORD_FILE_NAME) \
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# Milestone Report Graph Generation
|
||||||
|
#--------------------------------------------------------
|
||||||
|
$(REPORT_ROOT_FOLDER)/$(SECTION_1_MILESTONE_FOLDER): requirements.txt $(NBS_MILESTONE_CSV_DEP) $(FUNDING_MILESTONE_CSV_DEP) | $(REPORT_ROOT_FOLDER)
|
||||||
|
$(VENV_PYTHON) section_1_graph_export_module/nbs_analysis_script.py \
|
||||||
|
--fiscalyear $(RESOLVED_FY) \
|
||||||
|
--outpath $(REPORT_ROOT_FOLDER)/$(SECTION_1_MILESTONE_FOLDER) \
|
||||||
|
$(NBS_SCRIPT_ARGS)
|
||||||
|
|
||||||
|
$(VENV_PYTHON) section_1_graph_export_module/funding_analysis_script.py \
|
||||||
|
--fiscalyear $(RESOLVED_FY) \
|
||||||
|
--outpath $(REPORT_ROOT_FOLDER)/$(SECTION_1_MILESTONE_FOLDER) \
|
||||||
|
$(CAPITAL_SCRIPT_ARGS)
|
||||||
|
|
||||||
|
$(SECTION_1_MILESTONE_WORD_FILE_NAME): $(REPORT_ROOT_FOLDER)/$(SECTION_1_MILESTONE_FOLDER)
|
||||||
|
$(VENV_PYTHON) section_1_word_export_scripts/make_nbs_funding_analysis.py\
|
||||||
|
--images $(REPORT_ROOT_FOLDER)/$(SECTION_1_MILESTONE_FOLDER) \
|
||||||
|
--output $(SECTION_1_MILESTONE_WORD_FILE_NAME)
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# Satisfaction survey Graph and Word Generation
|
||||||
|
#--------------------------------------------------------
|
||||||
|
$(REPORT_ROOT_FOLDER)/$(SECTION_1_SATISFACTION_FOLDER): requirements.txt $(SATISFACTION_SURVEY_CSV_DEP) $(CLIENT_LIST_CSV_DEP) | $(REPORT_ROOT_FOLDER)
|
||||||
|
ifeq ($(USE_EXPORT_MODULE), false)
|
||||||
|
$(VENV_PYTHON) section_1_graph_export_module/satisfaction_survey_analysis_script.py \
|
||||||
|
--inputcsv $(SATISFACTION_SURVEY_CSV) \
|
||||||
|
--clientlistcsv $(CLIENT_LIST_CSV) \
|
||||||
|
--fiscalyear $(RESOLVED_FY) \
|
||||||
|
--outpath $(REPORT_ROOT_FOLDER)/$(SECTION_1_SATISFACTION_FOLDER)
|
||||||
|
else
|
||||||
|
@echo "Skipping Satisfaction Survey graphs for $(RESOLVED_FY) (USE_EXPORT_MODULE is true)"
|
||||||
|
endif
|
||||||
|
|
||||||
|
$(SECTION_1_SATISFACTION_SURVEY_WORD_FILE_NAME): $(REPORT_ROOT_FOLDER)/$(SECTION_1_SATISFACTION_FOLDER)
|
||||||
|
ifeq ($(USE_EXPORT_MODULE), false)
|
||||||
|
$(VENV_PYTHON) section_1_word_export_scripts/satisfaction_survey_word.py \
|
||||||
|
--images $(REPORT_ROOT_FOLDER)/$(SECTION_1_SATISFACTION_FOLDER) \
|
||||||
|
--output $(SECTION_1_SATISFACTION_SURVEY_WORD_FILE_NAME)
|
||||||
|
else
|
||||||
|
@echo "Skipping Satisfaction Survey Word doc for $(RESOLVED_FY) (USE_EXPORT_MODULE is true)"
|
||||||
|
endif
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# NAICS coverage report graph and word generation
|
||||||
|
#--------------------------------------------------------
|
||||||
|
$(REPORT_ROOT_FOLDER)/$(SECTION_1_NAICS_FOLDER): requirements.txt $(CLIENT_LIST_CSV_DEP) | $(REPORT_ROOT_FOLDER)
|
||||||
|
$(VENV_PYTHON) section_1_graph_export_module/naics_census_analysis_script.py \
|
||||||
|
--fiscalyear $(RESOLVED_FY) \
|
||||||
|
--outpath $(REPORT_ROOT_FOLDER)/$(SECTION_1_NAICS_FOLDER) \
|
||||||
|
$(CLIENT_SCRIPT_ARGS)
|
||||||
|
|
||||||
|
$(SECTION_1_NAICS_WORD_FILE_NAME): $(REPORT_ROOT_FOLDER)/$(SECTION_1_NAICS_FOLDER)
|
||||||
|
$(VENV_PYTHON) section_1_word_export_scripts/generate_naics_word.py \
|
||||||
|
--images $(REPORT_ROOT_FOLDER)/$(SECTION_1_NAICS_FOLDER) \
|
||||||
|
--output $(SECTION_1_NAICS_WORD_FILE_NAME) \
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# SECTION 3 CENTER SPECIFIC REPORT
|
||||||
|
#--------------------------------------------------------
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# Center Specific Trainings Primary Topic Report Graph and Word Generation
|
||||||
|
#--------------------------------------------------------
|
||||||
|
$(REPORT_ROOT_FOLDER)/$(SECTION_3_TRAININGS_TOPICS_FOLDER): requirements.txt $(TRAININGS_CSV_DEP) | $(REPORT_ROOT_FOLDER)
|
||||||
|
$(VENV_PYTHON) section_3_graph_export_module/trainings_topic_per_center_script.py \
|
||||||
|
--fiscalyear $(RESOLVED_FY) \
|
||||||
|
--outpath $(REPORT_ROOT_FOLDER)/$(SECTION_3_TRAININGS_TOPICS_FOLDER) \
|
||||||
|
$(TRAINING_SCRIPT_ARGS)
|
||||||
|
|
||||||
|
$(SECTION_3_TRAININGS_TOPICS_WORD_FILE_NAME): $(REPORT_ROOT_FOLDER)/$(SECTION_3_TRAININGS_TOPICS_FOLDER)
|
||||||
|
$(VENV_PYTHON) section_3_word_export_scripts/generate_center_trainings_topic_analysis_word.py \
|
||||||
|
--images $(REPORT_ROOT_FOLDER)/$(SECTION_3_TRAININGS_TOPICS_FOLDER) \
|
||||||
|
--output $(SECTION_3_TRAININGS_TOPICS_WORD_FILE_NAME) \
|
||||||
|
--fiscalyear $(RESOLVED_FY) \
|
||||||
|
$(CENTER_FLAGS)
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# Center Specific Trainings Graph and Word Generation
|
||||||
|
#--------------------------------------------------------
|
||||||
|
$(REPORT_ROOT_FOLDER)/$(SECTION_3_TRAININGS_FOLDER): requirements.txt $(TRAININGS_CSV_DEP) | $(REPORT_ROOT_FOLDER)
|
||||||
|
$(VENV_PYTHON) section_3_graph_export_module/trainings_analysis_script.py \
|
||||||
|
--outpath $(REPORT_ROOT_FOLDER)/$(SECTION_3_TRAININGS_FOLDER) \
|
||||||
|
--fiscalyear $(RESOLVED_FY) \
|
||||||
|
$(TRAINING_SCRIPT_ARGS)
|
||||||
|
|
||||||
|
$(SECTION_3_TRAININGS_WORD_FOLDER): $(REPORT_ROOT_FOLDER)/$(SECTION_3_TRAININGS_FOLDER)
|
||||||
|
$(VENV_PYTHON) section_3_word_export_scripts/generate_trainings_analysis_word.py \
|
||||||
|
--images $(REPORT_ROOT_FOLDER)/$(SECTION_3_TRAININGS_FOLDER) \
|
||||||
|
--output $(SECTION_3_TRAININGS_WORD_FOLDER) \
|
||||||
|
--fiscalyear $(RESOLVED_FY) \
|
||||||
|
$(CENTER_FLAGS)
|
||||||
|
|
||||||
|
#--------------------------------------------------------
|
||||||
|
# Center Specific Milestones Report Graph and Word Generation
|
||||||
|
#--------------------------------------------------------
|
||||||
|
$(REPORT_ROOT_FOLDER)/$(SECTION_3_MILESTONES_GRAPH_FOLDER): requirements.txt $(FUNDING_MILESTONE_CSV_DEP) $(NBS_MILESTONE_CSV_DEP) | $(REPORT_ROOT_FOLDER)
|
||||||
|
$(VENV_PYTHON) milestone_attribution_graph_export_module/milestone_attribution_graph_export_module/make_milestone_analysis.py \
|
||||||
|
$(SECTION_3_MILESTONES_ARGS) \
|
||||||
|
--fiscalyear $(RESOLVED_FY) \
|
||||||
|
--outpath $(REPORT_ROOT_FOLDER)/$(SECTION_3_MILESTONES_GRAPH_FOLDER)
|
||||||
|
|
||||||
|
$(SECTION_3_MILESTONES_WORD_FOLDER): $(REPORT_ROOT_FOLDER)/$(SECTION_3_MILESTONES_GRAPH_FOLDER)
|
||||||
|
$(VENV_PYTHON) milestone_attribution_word_export_module/generate_milestones_report.py \
|
||||||
|
--images $(REPORT_ROOT_FOLDER)/$(SECTION_3_MILESTONES_GRAPH_FOLDER) \
|
||||||
|
--out $(SECTION_3_MILESTONES_WORD_FOLDER)
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
Metadata-Version: 2.4
|
||||||
|
Name: milestone_attribution_dataset_module
|
||||||
|
Version: 0.1.0
|
||||||
|
Summary: Internal PASBDC graph making scripts used to generate figures for the milestone attribution analysis.
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
pyproject.toml
|
||||||
|
milestone_attribution_dataset_module/__init__.py
|
||||||
|
milestone_attribution_dataset_module/make_funding_data.py
|
||||||
|
milestone_attribution_dataset_module/make_nbs_data.py
|
||||||
|
milestone_attribution_dataset_module/shared.py
|
||||||
|
milestone_attribution_dataset_module.egg-info/PKG-INFO
|
||||||
|
milestone_attribution_dataset_module.egg-info/SOURCES.txt
|
||||||
|
milestone_attribution_dataset_module.egg-info/dependency_links.txt
|
||||||
|
milestone_attribution_dataset_module.egg-info/top_level.txt
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
milestone_attribution_dataset_module
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
from .make_funding_data import sanitize_funding_data
|
||||||
|
from .make_nbs_data import sanitize_nbs_data
|
||||||
|
from .shared import tag_documentation_level
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
'tag_documentation_level',
|
||||||
|
'sanitize_funding_data',
|
||||||
|
'sanitize_nbs_data'
|
||||||
|
]
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,81 @@
|
|||||||
|
# Date Created: 12/29/25
|
||||||
|
# Author: Vincent Allen
|
||||||
|
# PURPOSE:
|
||||||
|
|
||||||
|
# This file tags an exported capital funding milestones dataset with documentation levels based on if there is
|
||||||
|
# a value in the affirmation or Attribution statements column as well as a non-blank value in the attribution source
|
||||||
|
|
||||||
|
# This script takes in the following filter's data:
|
||||||
|
# https://pasbdc.neoserra.com/activity/list/20?__formid=20&remove=&savename=&sort=DATE&sortdir=DESC&expr=&field_1=DATE&opt_auto_1=pfy&field_2=F_CENTER_ID&opt_2=-1&field_3=IS_REPORTABLE&field_4=&sortdir=DESC
|
||||||
|
|
||||||
|
import pandas as pd
|
||||||
|
import numpy as np
|
||||||
|
import argparse
|
||||||
|
import os
|
||||||
|
import json
|
||||||
|
import sys
|
||||||
|
|
||||||
|
from pasbdc_data_cleaning import clean_center_name # pyright:ignore
|
||||||
|
from .shared import tag_documentation_level
|
||||||
|
from constants_module import NEOSERRA_COLUMNS, OUT_COLUMNS
|
||||||
|
|
||||||
|
def sanitize_funding_data(
|
||||||
|
df:pd.DataFrame,
|
||||||
|
col_neo_attribution_source:str,
|
||||||
|
col_neo_affirmation:str,
|
||||||
|
col_out_documentation_level:str,
|
||||||
|
col_neo_center:str,
|
||||||
|
):
|
||||||
|
clean_center_name(df)
|
||||||
|
|
||||||
|
# Remove rows that cannot be attributed to a center
|
||||||
|
df = df[df[col_neo_attribution_source] != "Not attributed to center"].copy()
|
||||||
|
|
||||||
|
df = tag_documentation_level(
|
||||||
|
df,
|
||||||
|
col_neo_attribution_source=col_neo_attribution_source,
|
||||||
|
col_neo_affirmation=col_neo_affirmation,
|
||||||
|
col_out_documentation_level=col_out_documentation_level,
|
||||||
|
)
|
||||||
|
df[col_neo_attribution_source] = df[col_neo_attribution_source].fillna("Blank").astype(str)
|
||||||
|
df = df.sort_values(by=col_neo_center)
|
||||||
|
return df
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
parser = argparse.ArgumentParser()
|
||||||
|
|
||||||
|
parser.add_argument("-f", "--file",
|
||||||
|
type=str,
|
||||||
|
required=True,
|
||||||
|
help="The data file to de-duplicate and tag with documentation levels")
|
||||||
|
|
||||||
|
parser.add_argument("-o", "--out",
|
||||||
|
type=str,
|
||||||
|
required=True,
|
||||||
|
help="The csv file to write the de-duplicated data to")
|
||||||
|
|
||||||
|
parser.add_argument("-m", "--mapping",
|
||||||
|
type=str,
|
||||||
|
required=False,
|
||||||
|
default="",
|
||||||
|
help="The path to a JSON file with all of the columns in the DEFAULT_CONFIG of this script which can be used to override column name mappings")
|
||||||
|
|
||||||
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
if args.mapping:
|
||||||
|
NEOSERRA_COLUMNS.apply_json_mapping(args.mapping)
|
||||||
|
OUT_COLUMNS.apply_json_mapping(args.mapping)
|
||||||
|
|
||||||
|
original_df = pd.read_csv(args.file)
|
||||||
|
|
||||||
|
original_df = sanitize_funding_data(
|
||||||
|
original_df,
|
||||||
|
col_neo_attribution_source=NEOSERRA_COLUMNS.milestone_attribution_source,
|
||||||
|
col_neo_affirmation=NEOSERRA_COLUMNS.milestone_affirmation,
|
||||||
|
col_out_documentation_level=OUT_COLUMNS.milestone_documentation_level,
|
||||||
|
col_neo_center=NEOSERRA_COLUMNS.center
|
||||||
|
)
|
||||||
|
|
||||||
|
print(f"DONE!")
|
||||||
|
|
||||||
|
original_df.to_csv(args.out, index=False)
|
||||||
@@ -0,0 +1,454 @@
|
|||||||
|
# Date Created: 12/31/25
|
||||||
|
# Author: Vincent Allen
|
||||||
|
# PURPOSE:
|
||||||
|
|
||||||
|
# This file tags an exported new business starts milestones dataset with documentation levels based on if there is
|
||||||
|
# a value in the affirmation or Attribution statements column as well as a non-blank value in the attribution source
|
||||||
|
|
||||||
|
# This script is meant to work with the data from this neoserra filter:
|
||||||
|
# https://pasbdc.neoserra.com/activity/list/7?__formid=7&remove=&savename=&sort=DATE&sortdir=DESC&expr=&field_1=DATE&opt_auto_1=&opt_a_1=10%2F1%2F2024&opt_b_1=9%2F30%2F2025&field_2=F_CENTER_ID&opt_2=-1&field_3=TYPE&opt_not_3=on&opt_3=&field_4=CLI_TYPE2&opt_4=&opt_4=AC&opt_4=IC&field_5=IS_REPORTABLE&field_6=TYPE&opt_6=&opt_6=%2BBSI&field_7=&sortdir=DESC
|
||||||
|
|
||||||
|
import pandas as pd
|
||||||
|
import re
|
||||||
|
import numpy as np
|
||||||
|
import argparse
|
||||||
|
#from tabulate import tabulate
|
||||||
|
import json
|
||||||
|
import sys
|
||||||
|
|
||||||
|
from pasbdc_data_cleaning import clean_center_name # pyright:ignore
|
||||||
|
from .shared import tag_documentation_level
|
||||||
|
from constants_module import NEOSERRA_COLUMNS, OUT_COLUMNS
|
||||||
|
|
||||||
|
'''
|
||||||
|
def filter_valid_milestone(
|
||||||
|
group: pd.DataFrame,
|
||||||
|
col_neo_center: str = "Center",
|
||||||
|
col_neo_client_id: str = "Client ID",
|
||||||
|
col_neo_milestone_date: str = "Milestone Date",
|
||||||
|
col_neo_attribution_source: str = "Attribution Source",
|
||||||
|
col_neo_attribution_date: str = "Attribution Date",
|
||||||
|
col_neo_affirmation: str = "Affirmation",
|
||||||
|
col_neo_milestone_type: str = "Milestone Type",
|
||||||
|
business_start_impact_val: str = "Business Start Impact",
|
||||||
|
business_established_val: str = "Business Established",
|
||||||
|
log_filtering_file: str = "",
|
||||||
|
col_out_documentation_level: str = "Documentation Level",
|
||||||
|
):
|
||||||
|
log_file = None
|
||||||
|
blank_vals = ["", " ", "NaN", "nan", np.nan]
|
||||||
|
if log_filtering_file:
|
||||||
|
log_file_drop = open(log_filtering_file + "drop.txt", 'a')
|
||||||
|
log_file_keep = open(log_filtering_file + "keep.txt", 'a')
|
||||||
|
|
||||||
|
if group.shape[0] == 1:
|
||||||
|
should_return = False
|
||||||
|
milestone_type = group[col_neo_milestone_type].iloc[0]
|
||||||
|
|
||||||
|
# Only one entry for this client, check if it can be counted
|
||||||
|
if milestone_type == business_established_val:
|
||||||
|
log_file_drop.write(
|
||||||
|
f"Dropped milestone: \n{tabulate(group, headers='keys', tablefmt='grid', showindex=False)}\n")
|
||||||
|
#DROPPED_CLIENTS.append(str(group[col_neo_client_id].unique()[0]))
|
||||||
|
# Drop the milestone
|
||||||
|
should_return = False
|
||||||
|
# print(f"Dropped milestone: {group}")
|
||||||
|
elif milestone_type == business_start_impact_val:
|
||||||
|
# Keep the milestone
|
||||||
|
log_file_keep.write(
|
||||||
|
f"Kept milestone: \n{tabulate(group, headers='keys', tablefmt='grid', showindex=False)}\n")
|
||||||
|
#KEPT_CLIENTS.append(str(group[col_neo_client_id].unique()[0]))
|
||||||
|
should_return = True
|
||||||
|
|
||||||
|
if log_file_drop is not None:
|
||||||
|
log_file_drop.close()
|
||||||
|
log_file_keep.close()
|
||||||
|
|
||||||
|
if should_return:
|
||||||
|
return group
|
||||||
|
else:
|
||||||
|
return None
|
||||||
|
else:
|
||||||
|
should_return = False
|
||||||
|
|
||||||
|
has_impact_milestone = (group[col_neo_milestone_type] == business_start_impact_val).any()
|
||||||
|
|
||||||
|
combined_milestone = None
|
||||||
|
if has_impact_milestone:
|
||||||
|
# We have a valid business start impact
|
||||||
|
should_return = True
|
||||||
|
|
||||||
|
log_file_keep.write(
|
||||||
|
f"Kept milestone: \n{tabulate(group, headers='keys', tablefmt='grid', showindex=False)}\n")
|
||||||
|
#KEPT_CLIENTS.append(str(group[col_neo_client_id].unique()[0]))
|
||||||
|
|
||||||
|
affirmation_concat_logic = lambda x: ', '.join(x.astype(str)[~x.isin(blank_vals)].unique())
|
||||||
|
attribution_source_concat_logic = lambda x: ', '.join(x.astype(str)[~x.isin(blank_vals)].unique())
|
||||||
|
milestone_type_concat_logic = lambda x: ', '.join(x.astype(str)[~x.isin(blank_vals)].unique())
|
||||||
|
milestone_date_concat_logic = lambda x: ', '.join(x.astype(str)[~x.isin(blank_vals)].unique())
|
||||||
|
attribution_date_concat_logic = lambda x: ', '.join(x.astype(str)[~x.isin(blank_vals)].unique())
|
||||||
|
|
||||||
|
combined_milestone = pd.DataFrame({
|
||||||
|
col_neo_client_id: [group[col_neo_client_id].iloc[0]],
|
||||||
|
col_neo_center: [group[col_neo_center].iloc[0]],
|
||||||
|
col_neo_milestone_type: [milestone_type_concat_logic(group[col_neo_milestone_type])],
|
||||||
|
col_neo_affirmation: [affirmation_concat_logic(group[col_neo_affirmation])],
|
||||||
|
col_neo_attribution_source: [attribution_source_concat_logic(group[col_neo_attribution_source])],
|
||||||
|
col_neo_milestone_date: [milestone_date_concat_logic(group[col_neo_milestone_date])],
|
||||||
|
col_neo_attribution_date: [attribution_date_concat_logic(group[col_neo_attribution_date])]
|
||||||
|
})
|
||||||
|
else:
|
||||||
|
# print(f"Dropped milestone: {group}")
|
||||||
|
log_file_drop.write(
|
||||||
|
f"Dropped milestone: \n{tabulate(group, headers='keys', tablefmt='grid', showindex=False)}\n")
|
||||||
|
#DROPPED_CLIENTS.append(str(group[col_neo_client_id].unique()[0]))
|
||||||
|
should_return = False
|
||||||
|
|
||||||
|
if log_file is not None:
|
||||||
|
log_file_drop.close()
|
||||||
|
log_file_keep.close()
|
||||||
|
if should_return:
|
||||||
|
return combined_milestone
|
||||||
|
else:
|
||||||
|
return None
|
||||||
|
'''
|
||||||
|
|
||||||
|
'''
|
||||||
|
def tag_documentation_level(
|
||||||
|
nbs_data: pd.DataFrame,
|
||||||
|
col_neo_attribution_source: str = "Attribution Source",
|
||||||
|
col_neo_affirmation: str = "Affirmation",
|
||||||
|
col_neo_attribution_statement: str = "Attribution Statement",
|
||||||
|
col_out_documentation_level: str = "Documentation Level"
|
||||||
|
):
|
||||||
|
# 1. Define your search lists
|
||||||
|
no_doc_terms = ['Requested on eCenter']
|
||||||
|
documented_terms = [
|
||||||
|
'eCenter',
|
||||||
|
'Email from Client',
|
||||||
|
'Director Confirmed through Session Note Review',
|
||||||
|
'Impact & Outcomes Form'
|
||||||
|
]
|
||||||
|
|
||||||
|
# 2. Create Regex patterns
|
||||||
|
# We join terms with '|' (OR). We use re.escape to handle symbols like '&' or '.' safely.
|
||||||
|
no_doc_pattern = '|'.join([re.escape(x) for x in no_doc_terms])
|
||||||
|
documented_pattern = '|'.join([re.escape(x) for x in documented_terms])
|
||||||
|
|
||||||
|
# 3. Define Conditions
|
||||||
|
|
||||||
|
# Check if string contains "Requested on eCenter" OR is null/empty
|
||||||
|
no_doc_condition = (
|
||||||
|
nbs_data[col_neo_attribution_source].str.contains(no_doc_pattern, case=False, na=False) |
|
||||||
|
nbs_data[col_neo_attribution_source].isin(['', 'NaN', np.nan])
|
||||||
|
)
|
||||||
|
|
||||||
|
# Note: For wrong_doc, we usually want to ensure it DOES NOT contain the "empty" markers.
|
||||||
|
# We keep .isin() here because checking for specific "empty" strings is usually exact.
|
||||||
|
wrong_doc_condition = (
|
||||||
|
~nbs_data[col_neo_attribution_source].isin(['', 'NaN', np.nan])
|
||||||
|
) & (
|
||||||
|
nbs_data[col_neo_affirmation].isin(['', 'NaN', np.nan])
|
||||||
|
) & (
|
||||||
|
nbs_data[col_neo_attribution_statement].isin(['', 'NaN', np.nan])
|
||||||
|
)
|
||||||
|
|
||||||
|
# Check if source contains any of the documented terms
|
||||||
|
documented_condition = (
|
||||||
|
nbs_data[col_neo_attribution_source].str.contains(documented_pattern, case=False, na=False)
|
||||||
|
& (
|
||||||
|
~nbs_data[col_neo_attribution_statement].isin(['', 'NaN', np.nan])
|
||||||
|
|
|
||||||
|
~nbs_data[col_neo_affirmation].isin(['', 'NaN', np.nan])
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
choices = [
|
||||||
|
'Not Documented',
|
||||||
|
'Affirmation Missing',
|
||||||
|
'Documented'
|
||||||
|
]
|
||||||
|
|
||||||
|
nbs_data[col_out_documentation_level] = np.select(
|
||||||
|
condlist=[no_doc_condition, wrong_doc_condition, documented_condition],
|
||||||
|
choicelist=choices,
|
||||||
|
default='Not Determined'
|
||||||
|
)
|
||||||
|
|
||||||
|
return nbs_data
|
||||||
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
'''
|
||||||
|
def tag_documentation_level(
|
||||||
|
nbs_data: pd.DataFrame,
|
||||||
|
col_neo_attribution_source:str="Attribution Source",
|
||||||
|
col_neo_affirmation:str="Affirmation",
|
||||||
|
col_neo_attribution_statement:str="Attribution Statement",
|
||||||
|
col_out_documentation_level:str="Documentation Level"
|
||||||
|
):
|
||||||
|
no_doc_condition = (
|
||||||
|
nbs_data[col_neo_attribution_source].isin(['Requested on eCenter', '', 'NaN', np.nan])
|
||||||
|
)
|
||||||
|
|
||||||
|
wrong_doc_condition = (
|
||||||
|
~nbs_data[col_neo_attribution_source].isin(['', 'NaN', np.nan])
|
||||||
|
) & (
|
||||||
|
nbs_data[col_neo_affirmation].isin(['', 'NaN', np.nan])
|
||||||
|
) & (
|
||||||
|
nbs_data[col_neo_attribution_statement].isin(['', 'NaN', np.nan])
|
||||||
|
)
|
||||||
|
|
||||||
|
documented_condition = (
|
||||||
|
nbs_data[col_neo_attribution_source].isin(['eCenter', 'Email from Client', 'Director Confirmed through Session Note Review', 'Impact & Outcomes Form'])
|
||||||
|
& (
|
||||||
|
~nbs_data[col_neo_attribution_statement].isin(['', 'NaN', np.nan])
|
||||||
|
|
|
||||||
|
~nbs_data[col_neo_affirmation].isin(['', 'NaN', np.nan])
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
choices = [
|
||||||
|
'Not Documented',
|
||||||
|
'Affirmation Missing',
|
||||||
|
'Documented'
|
||||||
|
]
|
||||||
|
|
||||||
|
nbs_data[col_out_documentation_level] = np.select(
|
||||||
|
condlist=[no_doc_condition, wrong_doc_condition, documented_condition],
|
||||||
|
choicelist=choices,
|
||||||
|
default='Not Determined'
|
||||||
|
)
|
||||||
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
def filter_valid_milestone(
|
||||||
|
group: pd.DataFrame,
|
||||||
|
col_neo_center: str = "Center",
|
||||||
|
col_neo_client_id: str = "Client ID",
|
||||||
|
col_neo_milestone_date: str = "Milestone Date",
|
||||||
|
col_neo_attribution_source: str = "Attribution Source",
|
||||||
|
col_neo_attribution_date: str = "Attribution Date",
|
||||||
|
col_neo_affirmation: str = "Affirmation",
|
||||||
|
col_neo_milestone_type: str = "Milestone Type",
|
||||||
|
col_neo_reportable: str = "Reportable?",
|
||||||
|
business_start_impact_val: str = "Business Start Impact",
|
||||||
|
business_established_val: str = "Business Established",
|
||||||
|
log_filtering_file: bool = "",
|
||||||
|
):
|
||||||
|
log_file = None
|
||||||
|
blank_vals = ["", " ", "NaN", "nan", np.nan]
|
||||||
|
"""
|
||||||
|
if log_filtering_file:
|
||||||
|
log_file_drop = open(log_filtering_file + "drop.txt", 'a')
|
||||||
|
log_file_keep = open(log_filtering_file + "keep.txt", 'a')
|
||||||
|
"""
|
||||||
|
should_return = False
|
||||||
|
if group.shape[0] == 1:
|
||||||
|
milestone_type = group[col_neo_milestone_type].iloc[0]
|
||||||
|
|
||||||
|
# Only one entry for this client, check if it can be counted
|
||||||
|
if milestone_type == business_established_val:
|
||||||
|
"""
|
||||||
|
log_file_drop.write(
|
||||||
|
f"Dropped milestone: \n{tabulate(group, headers='keys', tablefmt='grid', showindex=False)}\n")
|
||||||
|
"""
|
||||||
|
# Drop the milestone
|
||||||
|
should_return = False
|
||||||
|
# print(f"Dropped milestone: {group}")
|
||||||
|
elif milestone_type == business_start_impact_val:
|
||||||
|
# Keep the milestone
|
||||||
|
"""
|
||||||
|
log_file_keep.write(
|
||||||
|
f"Kept milestone: \n{tabulate(group, headers='keys', tablefmt='grid', showindex=False)}\n")
|
||||||
|
"""
|
||||||
|
should_return = True
|
||||||
|
|
||||||
|
"""
|
||||||
|
if log_file_drop is not None:
|
||||||
|
log_file_drop.close()
|
||||||
|
log_file_keep.close()
|
||||||
|
"""
|
||||||
|
|
||||||
|
if should_return:
|
||||||
|
return group
|
||||||
|
else:
|
||||||
|
return None
|
||||||
|
else:
|
||||||
|
has_impact_milestone = (group[col_neo_milestone_type] == business_start_impact_val).any()
|
||||||
|
|
||||||
|
combined_milestone = None
|
||||||
|
if has_impact_milestone:
|
||||||
|
# We have a valid business start impact
|
||||||
|
should_return = True
|
||||||
|
|
||||||
|
# Filter the group such that we only use the impact milestones for the attribution and affirmation data
|
||||||
|
# This ensures that we do not take documented status from other milestones like business established
|
||||||
|
impact_group = group[group[col_neo_milestone_type] == business_start_impact_val]
|
||||||
|
|
||||||
|
"""
|
||||||
|
log_file_keep.write(
|
||||||
|
f"Kept milestone: \n{tabulate(group, headers='keys', tablefmt='grid', showindex=False)}\n")
|
||||||
|
"""
|
||||||
|
|
||||||
|
affirmation_concat_logic = lambda x: ', '.join(x.astype(str)[~x.isin(blank_vals)].unique())
|
||||||
|
attribution_source_concat_logic = lambda x: ', '.join(x.astype(str)[~x.isin(blank_vals)].unique())
|
||||||
|
|
||||||
|
# Get all of the attribution sources
|
||||||
|
group[col_neo_attribution_source]
|
||||||
|
|
||||||
|
milestone_type_concat_logic = lambda x: ', '.join(x.astype(str)[~x.isin(blank_vals)].unique())
|
||||||
|
milestone_date_concat_logic = lambda x: ', '.join(x.astype(str)[~x.isin(blank_vals)].unique())
|
||||||
|
attribution_date_concat_logic = lambda x: ', '.join(x.astype(str)[~x.isin(blank_vals)].unique())
|
||||||
|
reportable_concat_logic = lambda x: x.max(skipna=True)
|
||||||
|
|
||||||
|
combined_milestone = pd.DataFrame({
|
||||||
|
col_neo_client_id: [group[col_neo_client_id].iloc[0]],
|
||||||
|
col_neo_center: [group[col_neo_center].iloc[0]],
|
||||||
|
col_neo_milestone_type: [milestone_type_concat_logic(group[col_neo_milestone_type])],
|
||||||
|
col_neo_affirmation: [affirmation_concat_logic(impact_group[col_neo_affirmation])],
|
||||||
|
col_neo_attribution_source: [attribution_source_concat_logic(impact_group[col_neo_attribution_source])],
|
||||||
|
col_neo_milestone_date: [milestone_date_concat_logic(group[col_neo_milestone_date])],
|
||||||
|
col_neo_attribution_date: [attribution_date_concat_logic(group[col_neo_attribution_date])],
|
||||||
|
col_neo_reportable: [reportable_concat_logic(group[col_neo_reportable])]
|
||||||
|
})
|
||||||
|
else:
|
||||||
|
# print(f"Dropped milestone: {group}")
|
||||||
|
"""
|
||||||
|
log_file_drop.write(
|
||||||
|
f"Dropped milestone: \n{tabulate(group, headers='keys', tablefmt='grid', showindex=False)}\n")
|
||||||
|
"""
|
||||||
|
should_return = False
|
||||||
|
|
||||||
|
"""
|
||||||
|
if log_file is not None:
|
||||||
|
log_file_drop.close()
|
||||||
|
log_file_keep.close()
|
||||||
|
"""
|
||||||
|
|
||||||
|
if should_return:
|
||||||
|
return combined_milestone
|
||||||
|
else:
|
||||||
|
return None
|
||||||
|
|
||||||
|
def sanitize_nbs_data(
|
||||||
|
df: pd.DataFrame,
|
||||||
|
col_neo_center:str,
|
||||||
|
col_neo_client_id: str,
|
||||||
|
col_neo_milestone_date: str,
|
||||||
|
col_neo_attribution_date: str,
|
||||||
|
col_neo_attribution_source: str,
|
||||||
|
col_neo_affirmation: str,
|
||||||
|
col_neo_milestone_type: str,
|
||||||
|
col_out_documentation_level: str,
|
||||||
|
col_neo_reportable: str,
|
||||||
|
business_start_impact_val: str,
|
||||||
|
business_established_val: str,
|
||||||
|
) -> pd.DataFrame:
|
||||||
|
# Turn the neoserra center names into the correct ones for visualization
|
||||||
|
clean_center_name(df)
|
||||||
|
|
||||||
|
# Collapse any duplicate milestones within the data, passing in the variable columns
|
||||||
|
# Note: include_groups=False prevents the grouping key from being included in the applied result
|
||||||
|
|
||||||
|
# Remove rows with this
|
||||||
|
df[col_neo_attribution_source] = df[col_neo_attribution_source].str.strip() #pyright:ignore
|
||||||
|
df = df[df[col_neo_attribution_source] != "Not attributed to center"]
|
||||||
|
|
||||||
|
# If the input is empty, return an empty dataframe with the expected columns
|
||||||
|
if df.empty:
|
||||||
|
df_empty = pd.DataFrame(columns=df.columns.tolist() + [col_out_documentation_level])
|
||||||
|
return df_empty
|
||||||
|
|
||||||
|
df_clean = df.groupby(col_neo_client_id).apply(
|
||||||
|
filter_valid_milestone,
|
||||||
|
include_groups=True,
|
||||||
|
col_neo_center=col_neo_center,
|
||||||
|
col_neo_client_id=col_neo_client_id,
|
||||||
|
col_neo_milestone_date=col_neo_milestone_date,
|
||||||
|
col_neo_attribution_source=col_neo_attribution_source,
|
||||||
|
col_neo_attribution_date=col_neo_attribution_date,
|
||||||
|
col_neo_affirmation=col_neo_affirmation,
|
||||||
|
col_neo_milestone_type=col_neo_milestone_type,
|
||||||
|
col_neo_reportable=col_neo_reportable,
|
||||||
|
business_start_impact_val=business_start_impact_val,
|
||||||
|
business_established_val=business_established_val
|
||||||
|
)
|
||||||
|
|
||||||
|
# If all groups were filtered out, df_clean will be empty and reset_index will fail
|
||||||
|
if df_clean.empty:
|
||||||
|
df_empty = pd.DataFrame(columns=df.columns.tolist() + [col_out_documentation_level])
|
||||||
|
return df_empty
|
||||||
|
|
||||||
|
# Move the Client ID back to the columns (it becomes the index after groupby)
|
||||||
|
# Drop just tells it to lose the index copy of Client ID and keep the row based copy included with include_groups=True
|
||||||
|
df_clean = df_clean.reset_index(level=col_neo_client_id, drop=True)
|
||||||
|
|
||||||
|
# Tag the documentation level
|
||||||
|
df_clean = tag_documentation_level(
|
||||||
|
df_clean,
|
||||||
|
col_neo_attribution_source=col_neo_attribution_source,
|
||||||
|
col_neo_affirmation=col_neo_affirmation,
|
||||||
|
col_out_documentation_level=col_out_documentation_level
|
||||||
|
)
|
||||||
|
|
||||||
|
# Can be uncommented to drop any not determined documentation levels. It's good to keep this in as it will show you
|
||||||
|
# if something may have slipped through the cracks.
|
||||||
|
# df_clean = df_clean[df_clean[col_out_documentation_level] != "Not Determined"]
|
||||||
|
|
||||||
|
# Fill in any blanks to allow proper visualization of nan values
|
||||||
|
df_clean[col_neo_attribution_source] = df_clean[col_neo_attribution_source].fillna("Blank").astype(str).replace(['', ' ', 'nan', 'NaN'], "Blank") #pyright:ignore
|
||||||
|
|
||||||
|
df_clean = df_clean.sort_values(by=col_neo_center)
|
||||||
|
|
||||||
|
return df_clean #pyright:ignore
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
parser = argparse.ArgumentParser()
|
||||||
|
|
||||||
|
parser.add_argument("-f", "--file",
|
||||||
|
type=str,
|
||||||
|
required=True,
|
||||||
|
help="The data file to de-duplicate and tag with documentation levels")
|
||||||
|
|
||||||
|
parser.add_argument("-o", "--out",
|
||||||
|
type=str,
|
||||||
|
required=True,
|
||||||
|
help="The csv file to write the de-duplicated data to")
|
||||||
|
|
||||||
|
parser.add_argument("-m", "--mapping",
|
||||||
|
type=str,
|
||||||
|
required=False,
|
||||||
|
default="",
|
||||||
|
help="The path to a JSON file with all of the columns in the DEFAULT_CONFIG of this script which can be used to override column name mappings")
|
||||||
|
|
||||||
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
if args.mapping:
|
||||||
|
NEOSERRA_COLUMNS.apply_json_mapping(args.mapping)
|
||||||
|
OUT_COLUMNS.apply_json_mapping(args.mapping)
|
||||||
|
|
||||||
|
# Load Data
|
||||||
|
nbs_df = pd.read_csv(args.file, parse_dates=[NEOSERRA_COLUMNS.milestone_date, NEOSERRA_COLUMNS.attribution_date])
|
||||||
|
|
||||||
|
# Process Data using the new library function
|
||||||
|
nbs_df = sanitize_nbs_data(
|
||||||
|
nbs_df,
|
||||||
|
col_neo_center=NEOSERRA_COLUMNS.center,
|
||||||
|
col_neo_client_id=NEOSERRA_COLUMNS.client_id,
|
||||||
|
col_neo_milestone_date=NEOSERRA_COLUMNS.milestone_date,
|
||||||
|
col_neo_attribution_date=NEOSERRA_COLUMNS.attribution_date,
|
||||||
|
col_neo_attribution_source=NEOSERRA_COLUMNS.milestone_attribution_source,
|
||||||
|
col_neo_affirmation=NEOSERRA_COLUMNS.milestone_affirmation,
|
||||||
|
col_neo_milestone_type=NEOSERRA_COLUMNS.milestone_type_name,
|
||||||
|
col_out_documentation_level=OUT_COLUMNS.milestone_documentation_level,
|
||||||
|
col_neo_reportable=NEOSERRA_COLUMNS.reportable,
|
||||||
|
business_start_impact_val=NEOSERRA_COLUMNS.business_start_impact_val,
|
||||||
|
business_established_val=NEOSERRA_COLUMNS.business_established_val
|
||||||
|
)
|
||||||
|
|
||||||
|
# Save Data
|
||||||
|
nbs_df.to_csv(args.out, index=False)
|
||||||
|
print(f"DONE!")
|
||||||
@@ -0,0 +1,76 @@
|
|||||||
|
import pandas as pd
|
||||||
|
import re
|
||||||
|
import numpy as np
|
||||||
|
|
||||||
|
def tag_documentation_level(
|
||||||
|
nbs_data: pd.DataFrame,
|
||||||
|
col_neo_attribution_source: str = "Attribution Source",
|
||||||
|
col_neo_affirmation: str = "Affirmation",
|
||||||
|
col_out_documentation_level: str = "Documentation Level"
|
||||||
|
):
|
||||||
|
# Terms for the attribution source that if found by individually constitute no documentation
|
||||||
|
no_doc_terms = [
|
||||||
|
'Director Confirmed through Session Note Review',
|
||||||
|
'Requested on eCenter'
|
||||||
|
]
|
||||||
|
|
||||||
|
# Terms that if seen, even if beside something in no_doc_terms, will constitute a documentable attribution source
|
||||||
|
documented_terms = [
|
||||||
|
'eCenter',
|
||||||
|
'Email from Client',
|
||||||
|
'Impact & Outcomes Form',
|
||||||
|
'Quarterly Assessment Survey'
|
||||||
|
]
|
||||||
|
|
||||||
|
no_doc_pattern = '|'.join([re.escape(x) for x in no_doc_terms])
|
||||||
|
documented_pattern = '|'.join([re.escape(x) for x in documented_terms])
|
||||||
|
|
||||||
|
# Remove Requested on eCenter so it doesn't trigger false positives.
|
||||||
|
clean_source = nbs_data[col_neo_attribution_source].astype(str).str.replace(no_doc_pattern, '', regex=True)
|
||||||
|
|
||||||
|
def is_populated(series):
|
||||||
|
return series.astype(str).str.strip().replace({'nan': '', 'NaN': ''}) != ''
|
||||||
|
|
||||||
|
has_affirmation = is_populated(nbs_data[col_neo_affirmation])
|
||||||
|
has_raw_source = is_populated(nbs_data[col_neo_attribution_source])
|
||||||
|
|
||||||
|
# Check if the CLEAN source contains a valid term "Email from Client"
|
||||||
|
has_valid_term = clean_source.str.contains(documented_pattern, case=False, na=False)
|
||||||
|
|
||||||
|
# PRIORITY 1: Documented
|
||||||
|
# Has a valid term has affirmation
|
||||||
|
documented_condition = (
|
||||||
|
has_valid_term &
|
||||||
|
has_affirmation
|
||||||
|
)
|
||||||
|
|
||||||
|
# PRIORITY 2: Affirmation Missing
|
||||||
|
# Has a valid term BUT is missing affirmation.
|
||||||
|
wrong_doc_condition = (
|
||||||
|
has_valid_term &
|
||||||
|
(~has_affirmation)
|
||||||
|
)
|
||||||
|
|
||||||
|
# PRIORITY 3: Not Documented
|
||||||
|
# Matches "Requested..." OR Source is empty
|
||||||
|
# We don't need to check clean_source here. If it had a valid term,
|
||||||
|
# it would have been caught by Priority 1 or 2.
|
||||||
|
no_doc_condition = (
|
||||||
|
nbs_data[col_neo_attribution_source].str.contains(no_doc_pattern, case=False, na=False) |
|
||||||
|
(~has_raw_source)
|
||||||
|
)
|
||||||
|
|
||||||
|
choices = [
|
||||||
|
'Documented', # Priority 1
|
||||||
|
'Affirmation Missing', # Priority 2
|
||||||
|
'Not Documented' # Priority 3
|
||||||
|
]
|
||||||
|
|
||||||
|
# Apply the condition across the dataset creating a new column
|
||||||
|
nbs_data[col_out_documentation_level] = np.select(
|
||||||
|
condlist=[documented_condition, wrong_doc_condition, no_doc_condition],
|
||||||
|
choicelist=choices,
|
||||||
|
default='Not Determined'
|
||||||
|
)
|
||||||
|
|
||||||
|
return nbs_data
|
||||||
12
milestone_attribution_dataset_module/pyproject.toml
Normal file
12
milestone_attribution_dataset_module/pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# dataset/pyproject.toml
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "milestone_attribution_dataset_module"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Internal PASBDC graph making scripts used to generate figures for the milestone attribution analysis."
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
packages = ["milestone_attribution_dataset_module"]
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
from .make_milestone_analysis import *
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
''
|
||||||
|
]
|
||||||
@@ -0,0 +1,240 @@
|
|||||||
|
# external libraries
|
||||||
|
import pandas as pd
|
||||||
|
import numpy as np
|
||||||
|
import plotly.express as px
|
||||||
|
|
||||||
|
# python modules
|
||||||
|
import argparse
|
||||||
|
import re
|
||||||
|
import os
|
||||||
|
import sys
|
||||||
|
import json
|
||||||
|
|
||||||
|
# custom modules
|
||||||
|
from milestone_attribution_graph_library_module import make_attribution_pie, make_attribution_grouped_chart #pyright:ignore
|
||||||
|
from milestone_attribution_dataset_module import tag_documentation_level, sanitize_nbs_data, sanitize_funding_data#pyright:ignore
|
||||||
|
from pasbdc_data_cleaning import clean_center_name # pyright:ignore
|
||||||
|
from constants_module import NEOSERRA_COLUMNS, OUT_COLUMNS
|
||||||
|
from shared_tools_module import csv_url_to_dataframe
|
||||||
|
|
||||||
|
import plotly.io as pio
|
||||||
|
|
||||||
|
# This passes the flags to the background browser managed by Plotly, for some reason I was getting some errors on the server I was running on,
|
||||||
|
# This fixed it
|
||||||
|
# --no-sandbox: Handles Ubuntu's strict security permissions
|
||||||
|
# --disable-audio: Prevents the browser from looking for sound drivers
|
||||||
|
pio.defaults.chrome_args = ["--no-sandbox", "--disable-audio", "--disable-gpu"]
|
||||||
|
|
||||||
|
def parse_args():
|
||||||
|
parser = argparse.ArgumentParser()
|
||||||
|
|
||||||
|
funding_data_group = parser.add_mutually_exclusive_group(required=True)
|
||||||
|
nbs_data_group = parser.add_mutually_exclusive_group(required=True)
|
||||||
|
|
||||||
|
funding_data_group.add_argument("--fundingcsv",
|
||||||
|
type=str,
|
||||||
|
help="The path to the exported funding milestone data from Neoserra.")
|
||||||
|
funding_data_group.add_argument("--fundingexportmodule", type=str)
|
||||||
|
|
||||||
|
|
||||||
|
parser.add_argument("--fundingcsvtag",
|
||||||
|
type=str,
|
||||||
|
required=False,
|
||||||
|
default='cleaned_funding_milestones',
|
||||||
|
help='The tag to place in the the cleaned funding milestone data filename')
|
||||||
|
|
||||||
|
nbs_data_group.add_argument("--nbscsv",
|
||||||
|
type=str,
|
||||||
|
help="The path to the exported new business starts milestone data from Neoserra")
|
||||||
|
nbs_data_group.add_argument("--nbsexportmodule", type=str)
|
||||||
|
|
||||||
|
parser.add_argument("--nbscsvtag",
|
||||||
|
type=str,
|
||||||
|
required=False,
|
||||||
|
default='cleaned_nbs_milestones',
|
||||||
|
help='The tag to place in the the cleaned NBS milestone data filename')
|
||||||
|
|
||||||
|
parser.add_argument("--fiscalyear",
|
||||||
|
type=str,
|
||||||
|
required=True,
|
||||||
|
help="The fiscal year that the souce data came from, used to add a tag to the graph title.")
|
||||||
|
|
||||||
|
parser.add_argument("--outpath",
|
||||||
|
type=str,
|
||||||
|
required=True,
|
||||||
|
help='The path to place the generated graph files into.')
|
||||||
|
|
||||||
|
parser.add_argument('--attributionpietag',
|
||||||
|
type=str,
|
||||||
|
required=False,
|
||||||
|
default="attribution_pie",
|
||||||
|
help="The tag to place in the exported pie chart filename.")
|
||||||
|
|
||||||
|
parser.add_argument('--groupedattributiontag',
|
||||||
|
required=False,
|
||||||
|
default="attribution_grouped",
|
||||||
|
help="The tag to place in the exported bar chart filename")
|
||||||
|
|
||||||
|
parser.add_argument("--mapping",
|
||||||
|
type=str,
|
||||||
|
required=False,
|
||||||
|
default="",
|
||||||
|
help="The path to a .json file to override the column name mappings used by this script")
|
||||||
|
|
||||||
|
|
||||||
|
return parser.parse_args()
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
args = parse_args()
|
||||||
|
|
||||||
|
if args.mapping:
|
||||||
|
NEOSERRA_COLUMNS.apply_json_mapping(args.mapping)
|
||||||
|
OUT_COLUMNS.apply_json_mapping(args.mapping)
|
||||||
|
|
||||||
|
if not os.path.exists(args.outpath):
|
||||||
|
os.makedirs(args.outpath)
|
||||||
|
print("Created Output Directory!")
|
||||||
|
|
||||||
|
print("Loading and cleaning funding data...")
|
||||||
|
|
||||||
|
if args.fundingcsv:
|
||||||
|
funding_df = pd.read_csv(args.fundingcsv)
|
||||||
|
elif args.fundingexportmodule:
|
||||||
|
funding_df = csv_url_to_dataframe(args.fundingexportmodule)
|
||||||
|
else:
|
||||||
|
raise RuntimeError("No funding datasource configured in this script.")
|
||||||
|
|
||||||
|
# Filter for reportable records only.
|
||||||
|
# This will fail with a KeyError if the column is missing, as required.
|
||||||
|
funding_df = funding_df[funding_df[NEOSERRA_COLUMNS.reportable] == 1]
|
||||||
|
|
||||||
|
funding_df = sanitize_funding_data(
|
||||||
|
funding_df,
|
||||||
|
col_neo_attribution_source=NEOSERRA_COLUMNS.milestone_attribution_source,
|
||||||
|
col_neo_affirmation=NEOSERRA_COLUMNS.milestone_affirmation,
|
||||||
|
col_out_documentation_level=OUT_COLUMNS.milestone_documentation_level,
|
||||||
|
col_neo_center=NEOSERRA_COLUMNS.center
|
||||||
|
)
|
||||||
|
|
||||||
|
funding_df.to_csv(os.path.join(args.outpath, f'{args.fundingcsvtag}_{args.fiscalyear}.csv'))
|
||||||
|
|
||||||
|
unique_centers = funding_df[NEOSERRA_COLUMNS.center].unique()
|
||||||
|
for center in unique_centers:
|
||||||
|
# Strip out all of the non-safe characters for filenames
|
||||||
|
filename_center = re.sub(r"[/\\?%*:|\"<>\x7F\x00-\x1F]", "", center)
|
||||||
|
|
||||||
|
print(f"Processing center {center}...")
|
||||||
|
center_df = funding_df[funding_df[NEOSERRA_COLUMNS.center] == center]
|
||||||
|
|
||||||
|
# Funding Milestones Pie chart
|
||||||
|
print("\tGenerating attribution pie chart...")
|
||||||
|
pie_fig = make_attribution_pie(
|
||||||
|
center_df,
|
||||||
|
title=f"{center} Documented vs. Not Documented Funding Milestones {args.fiscalyear}",
|
||||||
|
date_note="1/27/26",
|
||||||
|
col_documentation_level=OUT_COLUMNS.milestone_documentation_level
|
||||||
|
)
|
||||||
|
pie_fig.write_image(os.path.join(args.outpath, f'{filename_center}_funding_{args.attributionpietag}_{args.fiscalyear}.png'))
|
||||||
|
|
||||||
|
# Funding Milestones Bar Graph
|
||||||
|
print("\tGenerating attribution source chart...")
|
||||||
|
bar_fig = make_attribution_grouped_chart(
|
||||||
|
center_df,
|
||||||
|
title=f"{center} Attribution Source vs. Documentation Level For Funding Milestones {args.fiscalyear}",
|
||||||
|
)
|
||||||
|
bar_fig.write_image(os.path.join(args.outpath, f"{filename_center}_funding_{args.groupedattributiontag}_{args.fiscalyear}.png"))
|
||||||
|
|
||||||
|
|
||||||
|
# Now we will process the new business starts analysis
|
||||||
|
print("Loading and cleaning new business starts data...")
|
||||||
|
|
||||||
|
if args.nbscsv:
|
||||||
|
nbs_df = pd.read_csv(args.nbscsv, parse_dates=[NEOSERRA_COLUMNS.milestone_date, NEOSERRA_COLUMNS.attribution_date])
|
||||||
|
elif args.nbsexportmodule:
|
||||||
|
nbs_df = csv_url_to_dataframe(args.nbsexportmodule)
|
||||||
|
else:
|
||||||
|
raise RuntimeError("No NBS datasource configred for this script.")
|
||||||
|
|
||||||
|
# Filter for reportable records only.
|
||||||
|
# This will fail with a KeyError if the column is missing, as required.
|
||||||
|
nbs_df = nbs_df[nbs_df[NEOSERRA_COLUMNS.reportable] == 1]
|
||||||
|
|
||||||
|
nbs_df = sanitize_nbs_data(
|
||||||
|
nbs_df,
|
||||||
|
col_neo_center=NEOSERRA_COLUMNS.center,
|
||||||
|
col_neo_client_id=NEOSERRA_COLUMNS.client_id,
|
||||||
|
col_neo_milestone_date=NEOSERRA_COLUMNS.milestone_date,
|
||||||
|
col_neo_attribution_date=NEOSERRA_COLUMNS.attribution_date,
|
||||||
|
col_neo_attribution_source=NEOSERRA_COLUMNS.milestone_attribution_source,
|
||||||
|
col_neo_affirmation=NEOSERRA_COLUMNS.milestone_affirmation,
|
||||||
|
col_neo_milestone_type=NEOSERRA_COLUMNS.milestone_type_name,
|
||||||
|
col_out_documentation_level=OUT_COLUMNS.milestone_documentation_level,
|
||||||
|
col_neo_reportable=NEOSERRA_COLUMNS.reportable,
|
||||||
|
business_start_impact_val=NEOSERRA_COLUMNS.business_start_impact_val,
|
||||||
|
business_established_val=NEOSERRA_COLUMNS.business_established_val
|
||||||
|
)
|
||||||
|
|
||||||
|
nbs_df[NEOSERRA_COLUMNS.milestone_attribution_source] = nbs_df[NEOSERRA_COLUMNS.milestone_attribution_source].fillna("Blank").astype(str).replace(['', ' ', 'nan', 'NaN'], "Blank")
|
||||||
|
|
||||||
|
unique_centers = nbs_df[NEOSERRA_COLUMNS.center].unique()
|
||||||
|
|
||||||
|
nbs_df.to_csv(os.path.join(args.outpath, f"cleaned_nbs_milestones_{args.fiscalyear}.csv"))
|
||||||
|
|
||||||
|
for center in unique_centers:
|
||||||
|
# Strip out all of the non-safe characters for filenames
|
||||||
|
filename_center = re.sub(r"[/\\?%*:|\"<>\x7F\x00-\x1F]", "", center)
|
||||||
|
|
||||||
|
print(f"Processing center {center}...")
|
||||||
|
center_df = nbs_df[nbs_df[NEOSERRA_COLUMNS.center] == center]
|
||||||
|
|
||||||
|
# NBS Milestones Pie chart
|
||||||
|
print("\tGenerating attribution pie chart...")
|
||||||
|
pie_fig = make_attribution_pie(
|
||||||
|
center_df,
|
||||||
|
title=f"{center} Documented vs. Not Documented New Business Start Milestones {args.fiscalyear}",
|
||||||
|
date_note="1/27/26",
|
||||||
|
col_documentation_level=OUT_COLUMNS.milestone_documentation_level
|
||||||
|
)
|
||||||
|
pie_fig.write_image(os.path.join(args.outpath, f'{filename_center}_nbs_{args.attributionpietag}_{args.fiscalyear}.png'))
|
||||||
|
|
||||||
|
# NBS Milestones Bar Graph
|
||||||
|
print("\tGenerating attribution source chart...")
|
||||||
|
bar_fig = make_attribution_grouped_chart(
|
||||||
|
center_df,
|
||||||
|
title=f"{center} Attribution Source vs. Documentation Level For New Business Start Milestones {args.fiscalyear}",
|
||||||
|
)
|
||||||
|
bar_fig.write_image(os.path.join(args.outpath, f"{filename_center}_nbs_{args.groupedattributiontag}_{args.fiscalyear}.png"))
|
||||||
|
|
||||||
|
# Make NBS network wide charts
|
||||||
|
print("\tCreating network wide charts...")
|
||||||
|
|
||||||
|
pie_fig = make_attribution_pie(
|
||||||
|
nbs_df,
|
||||||
|
title=f"Network Wide Documented vs. Not Documented New Business Start Milestones {args.fiscalyear}",
|
||||||
|
date_note="1/27/26",
|
||||||
|
col_documentation_level=OUT_COLUMNS.milestone_documentation_level
|
||||||
|
)
|
||||||
|
pie_fig.write_image(os.path.join(args.outpath, f'network_nbs_{args.attributionpietag}_{args.fiscalyear}.png'))
|
||||||
|
|
||||||
|
bar_fig = make_attribution_grouped_chart(
|
||||||
|
nbs_df,
|
||||||
|
title=f"Network Wide Attribution Source vs. Documentation Level For New Business Start Milestones {args.fiscalyear}",
|
||||||
|
)
|
||||||
|
bar_fig.write_image(os.path.join(args.outpath, f"network_nbs_{args.groupedattributiontag}_{args.fiscalyear}.png"))
|
||||||
|
|
||||||
|
# Make funding network wide charts
|
||||||
|
pie_fig = make_attribution_pie(
|
||||||
|
funding_df,
|
||||||
|
title=f"Network Wide Documented vs. Not Documented Funding Milestones {args.fiscalyear}",
|
||||||
|
date_note="1/27/26",
|
||||||
|
col_documentation_level=OUT_COLUMNS.milestone_documentation_level
|
||||||
|
)
|
||||||
|
pie_fig.write_image(os.path.join(args.outpath, f'network_funding_{args.attributionpietag}_{args.fiscalyear}.png'))
|
||||||
|
|
||||||
|
# Funding Milestones Bar Graph
|
||||||
|
print("\tGenerating attribution source chart...")
|
||||||
|
bar_fig = make_attribution_grouped_chart(
|
||||||
|
funding_df,
|
||||||
|
title=f"Network Wide Attribution Source vs. Documentation Level For Funding Milestones {args.fiscalyear}",
|
||||||
|
)
|
||||||
|
bar_fig.write_image(os.path.join(args.outpath, f"network_funding_{args.groupedattributiontag}_{args.fiscalyear}.png"))
|
||||||
11
milestone_attribution_graph_export_module/pyproject.toml
Normal file
11
milestone_attribution_graph_export_module/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "milestone_attribution_graph_export_module"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Internal PASBDC graph making scripts used to generate figures for the milestone attribution analysis."
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
packages = ["milestone_attribution_graph_export_module"]
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
Metadata-Version: 2.4
|
||||||
|
Name: milestone_attribution_graph_library_module
|
||||||
|
Version: 0.1.0
|
||||||
|
Summary: Internal PASBDC graph making scripts used to generate figures for the milestone attribution analysis.
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
pyproject.toml
|
||||||
|
milestone_attribution_graph_library_module/__init__.py
|
||||||
|
milestone_attribution_graph_library_module/milestone_graph_analysis.py
|
||||||
|
milestone_attribution_graph_library_module.egg-info/PKG-INFO
|
||||||
|
milestone_attribution_graph_library_module.egg-info/SOURCES.txt
|
||||||
|
milestone_attribution_graph_library_module.egg-info/dependency_links.txt
|
||||||
|
milestone_attribution_graph_library_module.egg-info/top_level.txt
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
milestone_attribution_graph_library_module
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user