@pixelated-tech/components 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +231 -0
- package/dist/components/buzzwordbingo/buzzwordbingo.css +42 -0
- package/dist/components/buzzwordbingo/buzzwordbingo.js +35 -0
- package/dist/components/callout/callout.js +95 -0
- package/dist/components/callout/callout.scss +331 -0
- package/dist/components/carousel/carousel.css +178 -0
- package/dist/components/carousel/carousel.drag.js +203 -0
- package/dist/components/carousel/carousel.js +124 -0
- package/dist/components/cms/calendly.js +20 -0
- package/dist/components/cms/cloudinary.image.js +132 -0
- package/dist/components/cms/cloudinary.js +106 -0
- package/dist/components/cms/contentful.delivery.js +247 -0
- package/dist/components/cms/contentful.items.components.js +243 -0
- package/dist/components/cms/contentful.items.css +131 -0
- package/dist/components/cms/contentful.management.js +254 -0
- package/dist/components/cms/flickr.js +160 -0
- package/dist/components/cms/google.reviews.components.js +36 -0
- package/dist/components/cms/google.reviews.functions.js +26 -0
- package/dist/components/cms/gravatar.components.js +41 -0
- package/dist/components/cms/gravatar.functions.js +52 -0
- package/dist/components/cms/hubspot.components.js +45 -0
- package/dist/components/cms/hubspot.js +34 -0
- package/dist/components/cms/instagram.components.js +40 -0
- package/dist/components/cms/instagram.functions.js +67 -0
- package/dist/components/cms/wordpress.components.js +47 -0
- package/dist/components/cms/wordpress.css +55 -0
- package/dist/components/cms/wordpress.functions.js +49 -0
- package/dist/components/config/config.client.js +22 -0
- package/dist/components/config/config.example.js +70 -0
- package/dist/components/config/config.js +53 -0
- package/dist/components/config/config.server.js +11 -0
- package/dist/components/config/config.types.js +2 -0
- package/dist/components/general/css.js +60 -0
- package/dist/components/general/headers.css +16 -0
- package/dist/components/general/headers.js +27 -0
- package/dist/components/general/image.js +81 -0
- package/dist/components/general/layout.js +147 -0
- package/dist/components/general/layout.scss +47 -0
- package/dist/components/general/loading.js +36 -0
- package/dist/components/general/loading.scss +80 -0
- package/dist/components/general/microinteractions.css +229 -0
- package/dist/components/general/microinteractions.js +87 -0
- package/dist/components/general/modal.css +65 -0
- package/dist/components/general/modal.js +52 -0
- package/dist/components/general/table.css +73 -0
- package/dist/components/general/table.js +108 -0
- package/dist/components/linkedin/pixelated.linkedin.js +180 -0
- package/dist/components/linkedin/pixelated.linkedin1.js +102 -0
- package/dist/components/linkedin/pixelated.linkedin2.js +92 -0
- package/dist/components/markdown/markdown.css +12 -0
- package/dist/components/markdown/markdown.js +39 -0
- package/dist/components/menu/menu-accordion.css +198 -0
- package/dist/components/menu/menu-accordion.js +183 -0
- package/dist/components/menu/menu-expando.css +127 -0
- package/dist/components/menu/menu-expando.js +48 -0
- package/dist/components/menu/menu-simple.css +76 -0
- package/dist/components/menu/menu-simple.js +56 -0
- package/dist/components/nerdjoke/nerdjoke.css +69 -0
- package/dist/components/nerdjoke/nerdjoke.js +95 -0
- package/dist/components/pagebuilder/components/ComponentPropertiesForm.js +15 -0
- package/dist/components/pagebuilder/components/ComponentSelector.js +67 -0
- package/dist/components/pagebuilder/components/ComponentTree.js +95 -0
- package/dist/components/pagebuilder/components/PageBuilderUI.js +48 -0
- package/dist/components/pagebuilder/components/PageEngine.js +97 -0
- package/dist/components/pagebuilder/components/SaveLoadSection.js +168 -0
- package/dist/components/pagebuilder/components/pagebuilder.scss +123 -0
- package/dist/components/pagebuilder/form/form.css +101 -0
- package/dist/components/pagebuilder/form/form.js +455 -0
- package/dist/components/pagebuilder/form/form.submit.js +65 -0
- package/dist/components/pagebuilder/form/formcomponents.js +359 -0
- package/dist/components/pagebuilder/form/formvalidations.js +80 -0
- package/dist/components/pagebuilder/lib/componentGeneration.js +105 -0
- package/dist/components/pagebuilder/lib/componentMap.js +32 -0
- package/dist/components/pagebuilder/lib/componentMetadata.js +146 -0
- package/dist/components/pagebuilder/lib/pageStorageContentful.js +142 -0
- package/dist/components/pagebuilder/lib/pageStorageLocal.js +143 -0
- package/dist/components/pagebuilder/lib/pageStorageTypes.js +1 -0
- package/dist/components/pagebuilder/lib/propTypeIntrospection.js +177 -0
- package/dist/components/pagebuilder/lib/types.js +4 -0
- package/dist/components/pagebuilder/lib/usePageBuilder.js +234 -0
- package/dist/components/recipe/recipe.css +107 -0
- package/dist/components/recipe/recipe.js +161 -0
- package/dist/components/resume/resume.css +162 -0
- package/dist/components/resume/resume.js +195 -0
- package/dist/components/seo/404.css +25 -0
- package/dist/components/seo/404.js +32 -0
- package/dist/components/seo/googleanalytics.js +70 -0
- package/dist/components/seo/googlemap.js +15 -0
- package/dist/components/seo/googlesearch.css +30 -0
- package/dist/components/seo/googlesearch.js +37 -0
- package/dist/components/seo/metadata.js +156 -0
- package/dist/components/seo/sitemap.js +171 -0
- package/dist/components/shoppingcart/ebay.components.js +203 -0
- package/dist/components/shoppingcart/ebay.css +131 -0
- package/dist/components/shoppingcart/ebay.functions.js +240 -0
- package/dist/components/shoppingcart/paypal.js +169 -0
- package/dist/components/shoppingcart/shoppingcart.components.js +257 -0
- package/dist/components/shoppingcart/shoppingcart.css +122 -0
- package/dist/components/shoppingcart/shoppingcart.functions.js +324 -0
- package/dist/components/sidepanel/sidepanel.css +129 -0
- package/dist/components/sidepanel/sidepanel.js +54 -0
- package/dist/components/socialcard/socialcard.css +118 -0
- package/dist/components/socialcard/socialcard.js +317 -0
- package/dist/components/tiles/tiles.css +77 -0
- package/dist/components/tiles/tiles.js +38 -0
- package/dist/components/timeline/timeline.css +139 -0
- package/dist/components/timeline/timeline.js +28 -0
- package/dist/components/utilities/api.js +36 -0
- package/dist/components/utilities/functions.js +98 -0
- package/dist/components/yelp/yelp.js +50 -0
- package/dist/css/pixelated.font.scss +68 -0
- package/dist/css/pixelated.global.css +548 -0
- package/dist/css/pixelated.grid.scss +82 -0
- package/dist/data/404-data.json +104 -0
- package/dist/data/buzzwords.js +28 -0
- package/dist/data/form.json +370 -0
- package/dist/data/recipes.json +1917 -0
- package/dist/data/references.json +139 -0
- package/dist/data/requests.json +137 -0
- package/dist/data/resume.json +2577 -0
- package/dist/data/routes.json +184 -0
- package/dist/data/routes2.json +117 -0
- package/dist/data/shipping.to.json +422 -0
- package/dist/index.js +78 -0
- package/dist/index.server.js +35 -0
- package/dist/types/components/buzzwordbingo/buzzwordbingo.d.ts +26 -0
- package/dist/types/components/buzzwordbingo/buzzwordbingo.d.ts.map +1 -0
- package/dist/types/components/callout/callout.d.ts +53 -0
- package/dist/types/components/callout/callout.d.ts.map +1 -0
- package/dist/types/components/carousel/carousel.d.ts +28 -0
- package/dist/types/components/carousel/carousel.d.ts.map +1 -0
- package/dist/types/components/carousel/carousel.drag.d.ts +12 -0
- package/dist/types/components/carousel/carousel.drag.d.ts.map +1 -0
- package/dist/types/components/cms/calendly.d.ts +11 -0
- package/dist/types/components/cms/calendly.d.ts.map +1 -0
- package/dist/types/components/cms/cloudinary.d.ts +27 -0
- package/dist/types/components/cms/cloudinary.d.ts.map +1 -0
- package/dist/types/components/cms/cloudinary.image.d.ts +56 -0
- package/dist/types/components/cms/cloudinary.image.d.ts.map +1 -0
- package/dist/types/components/cms/contentful.delivery.d.ts +149 -0
- package/dist/types/components/cms/contentful.delivery.d.ts.map +1 -0
- package/dist/types/components/cms/contentful.items.components.d.ts +38 -0
- package/dist/types/components/cms/contentful.items.components.d.ts.map +1 -0
- package/dist/types/components/cms/contentful.management.d.ts +71 -0
- package/dist/types/components/cms/contentful.management.d.ts.map +1 -0
- package/dist/types/components/cms/flickr.d.ts +39 -0
- package/dist/types/components/cms/flickr.d.ts.map +1 -0
- package/dist/types/components/cms/google.reviews.components.d.ts +7 -0
- package/dist/types/components/cms/google.reviews.components.d.ts.map +1 -0
- package/dist/types/components/cms/google.reviews.functions.d.ts +25 -0
- package/dist/types/components/cms/google.reviews.functions.d.ts.map +1 -0
- package/dist/types/components/cms/gravatar.components.d.ts +26 -0
- package/dist/types/components/cms/gravatar.components.d.ts.map +1 -0
- package/dist/types/components/cms/gravatar.functions.d.ts +53 -0
- package/dist/types/components/cms/gravatar.functions.d.ts.map +1 -0
- package/dist/types/components/cms/hubspot.components.d.ts +15 -0
- package/dist/types/components/cms/hubspot.components.d.ts.map +1 -0
- package/dist/types/components/cms/hubspot.d.ts +18 -0
- package/dist/types/components/cms/hubspot.d.ts.map +1 -0
- package/dist/types/components/cms/instagram.components.d.ts +10 -0
- package/dist/types/components/cms/instagram.components.d.ts.map +1 -0
- package/dist/types/components/cms/instagram.functions.d.ts +63 -0
- package/dist/types/components/cms/instagram.functions.d.ts.map +1 -0
- package/dist/types/components/cms/wordpress.components.d.ts +11 -0
- package/dist/types/components/cms/wordpress.components.d.ts.map +1 -0
- package/dist/types/components/cms/wordpress.functions.d.ts +28 -0
- package/dist/types/components/cms/wordpress.functions.d.ts.map +1 -0
- package/dist/types/components/config/config.client.d.ts +13 -0
- package/dist/types/components/config/config.client.d.ts.map +1 -0
- package/dist/types/components/config/config.d.ts +12 -0
- package/dist/types/components/config/config.d.ts.map +1 -0
- package/dist/types/components/config/config.example.d.ts +4 -0
- package/dist/types/components/config/config.example.d.ts.map +1 -0
- package/dist/types/components/config/config.server.d.ts +7 -0
- package/dist/types/components/config/config.server.d.ts.map +1 -0
- package/dist/types/components/config/config.types.d.ts +84 -0
- package/dist/types/components/config/config.types.d.ts.map +1 -0
- package/dist/types/components/general/css.d.ts +3 -0
- package/dist/types/components/general/css.d.ts.map +1 -0
- package/dist/types/components/general/headers.d.ts +19 -0
- package/dist/types/components/general/headers.d.ts.map +1 -0
- package/dist/types/components/general/image.d.ts +3 -0
- package/dist/types/components/general/image.d.ts.map +1 -0
- package/dist/types/components/general/layout.d.ts +73 -0
- package/dist/types/components/general/layout.d.ts.map +1 -0
- package/dist/types/components/general/loading.d.ts +11 -0
- package/dist/types/components/general/loading.d.ts.map +1 -0
- package/dist/types/components/general/microinteractions.d.ts +20 -0
- package/dist/types/components/general/microinteractions.d.ts.map +1 -0
- package/dist/types/components/general/modal.d.ts +8 -0
- package/dist/types/components/general/modal.d.ts.map +1 -0
- package/dist/types/components/general/table.d.ts +12 -0
- package/dist/types/components/general/table.d.ts.map +1 -0
- package/dist/types/components/linkedin/pixelated.linkedin.d.ts +2 -0
- package/dist/types/components/linkedin/pixelated.linkedin.d.ts.map +1 -0
- package/dist/types/components/linkedin/pixelated.linkedin1.d.ts +2 -0
- package/dist/types/components/linkedin/pixelated.linkedin1.d.ts.map +1 -0
- package/dist/types/components/linkedin/pixelated.linkedin2.d.ts +2 -0
- package/dist/types/components/linkedin/pixelated.linkedin2.d.ts.map +1 -0
- package/dist/types/components/markdown/markdown.d.ts +12 -0
- package/dist/types/components/markdown/markdown.d.ts.map +1 -0
- package/dist/types/components/menu/menu-accordion.d.ts +44 -0
- package/dist/types/components/menu/menu-accordion.d.ts.map +1 -0
- package/dist/types/components/menu/menu-expando.d.ts +20 -0
- package/dist/types/components/menu/menu-expando.d.ts.map +1 -0
- package/dist/types/components/menu/menu-simple.d.ts +28 -0
- package/dist/types/components/menu/menu-simple.d.ts.map +1 -0
- package/dist/types/components/nerdjoke/nerdjoke.d.ts +23 -0
- package/dist/types/components/nerdjoke/nerdjoke.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/ComponentPropertiesForm.d.ts +11 -0
- package/dist/types/components/pagebuilder/components/ComponentPropertiesForm.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/ComponentSelector.d.ts +15 -0
- package/dist/types/components/pagebuilder/components/ComponentSelector.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/ComponentTree.d.ts +17 -0
- package/dist/types/components/pagebuilder/components/ComponentTree.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/PageBuilderUI.d.ts +10 -0
- package/dist/types/components/pagebuilder/components/PageBuilderUI.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/PageEngine.d.ts +23 -0
- package/dist/types/components/pagebuilder/components/PageEngine.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/SaveLoadSection.d.ts +12 -0
- package/dist/types/components/pagebuilder/components/SaveLoadSection.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/form/form.d.ts +46 -0
- package/dist/types/components/pagebuilder/form/form.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/form/form.submit.d.ts +3 -0
- package/dist/types/components/pagebuilder/form/form.submit.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/form/formcomponents.d.ts +205 -0
- package/dist/types/components/pagebuilder/form/formcomponents.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/form/formvalidations.d.ts +29 -0
- package/dist/types/components/pagebuilder/form/formvalidations.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/componentGeneration.d.ts +17 -0
- package/dist/types/components/pagebuilder/lib/componentGeneration.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/componentMap.d.ts +25 -0
- package/dist/types/components/pagebuilder/lib/componentMap.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/componentMetadata.d.ts +22 -0
- package/dist/types/components/pagebuilder/lib/componentMetadata.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/pageStorageContentful.d.ts +25 -0
- package/dist/types/components/pagebuilder/lib/pageStorageContentful.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/pageStorageLocal.d.ts +23 -0
- package/dist/types/components/pagebuilder/lib/pageStorageLocal.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/pageStorageTypes.d.ts +25 -0
- package/dist/types/components/pagebuilder/lib/pageStorageTypes.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/propTypeIntrospection.d.ts +24 -0
- package/dist/types/components/pagebuilder/lib/propTypeIntrospection.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/types.d.ts +34 -0
- package/dist/types/components/pagebuilder/lib/types.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/usePageBuilder.d.ts +24 -0
- package/dist/types/components/pagebuilder/lib/usePageBuilder.d.ts.map +1 -0
- package/dist/types/components/recipe/recipe.d.ts +66 -0
- package/dist/types/components/recipe/recipe.d.ts.map +1 -0
- package/dist/types/components/resume/resume.d.ts +85 -0
- package/dist/types/components/resume/resume.d.ts.map +1 -0
- package/dist/types/components/seo/404.d.ts +10 -0
- package/dist/types/components/seo/404.d.ts.map +1 -0
- package/dist/types/components/seo/googleanalytics.d.ts +23 -0
- package/dist/types/components/seo/googleanalytics.d.ts.map +1 -0
- package/dist/types/components/seo/googlemap.d.ts +15 -0
- package/dist/types/components/seo/googlemap.d.ts.map +1 -0
- package/dist/types/components/seo/googlesearch.d.ts +10 -0
- package/dist/types/components/seo/googlesearch.d.ts.map +1 -0
- package/dist/types/components/seo/metadata.d.ts +35 -0
- package/dist/types/components/seo/metadata.d.ts.map +1 -0
- package/dist/types/components/seo/sitemap.d.ts +47 -0
- package/dist/types/components/seo/sitemap.d.ts.map +1 -0
- package/dist/types/components/shoppingcart/ebay.components.d.ts +46 -0
- package/dist/types/components/shoppingcart/ebay.components.d.ts.map +1 -0
- package/dist/types/components/shoppingcart/ebay.functions.d.ts +76 -0
- package/dist/types/components/shoppingcart/ebay.functions.d.ts.map +1 -0
- package/dist/types/components/shoppingcart/paypal.d.ts +16 -0
- package/dist/types/components/shoppingcart/paypal.d.ts.map +1 -0
- package/dist/types/components/shoppingcart/shoppingcart.components.d.ts +35 -0
- package/dist/types/components/shoppingcart/shoppingcart.components.d.ts.map +1 -0
- package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts +89 -0
- package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts.map +1 -0
- package/dist/types/components/sidepanel/sidepanel.d.ts +18 -0
- package/dist/types/components/sidepanel/sidepanel.d.ts.map +1 -0
- package/dist/types/components/socialcard/socialcard.d.ts +20 -0
- package/dist/types/components/socialcard/socialcard.d.ts.map +1 -0
- package/dist/types/components/tiles/tiles.d.ts +28 -0
- package/dist/types/components/tiles/tiles.d.ts.map +1 -0
- package/dist/types/components/timeline/timeline.d.ts +31 -0
- package/dist/types/components/timeline/timeline.d.ts.map +1 -0
- package/dist/types/components/utilities/api.d.ts +16 -0
- package/dist/types/components/utilities/api.d.ts.map +1 -0
- package/dist/types/components/utilities/functions.d.ts +11 -0
- package/dist/types/components/utilities/functions.d.ts.map +1 -0
- package/dist/types/components/yelp/yelp.d.ts +5 -0
- package/dist/types/components/yelp/yelp.d.ts.map +1 -0
- package/dist/types/data/buzzwords.d.ts +2 -0
- package/dist/types/data/buzzwords.d.ts.map +1 -0
- package/dist/types/index.d.ts +76 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.server.d.ts +30 -0
- package/dist/types/index.server.d.ts.map +1 -0
- package/dist/types/stories/buzzword-bingo.stories.d.ts +13 -0
- package/dist/types/stories/buzzword-bingo.stories.d.ts.map +1 -0
- package/dist/types/stories/callout.many.stories.d.ts +8 -0
- package/dist/types/stories/callout.many.stories.d.ts.map +1 -0
- package/dist/types/stories/callout.stories.d.ts +69 -0
- package/dist/types/stories/callout.stories.d.ts.map +1 -0
- package/dist/types/stories/carousel-hero.stories.d.ts +22 -0
- package/dist/types/stories/carousel-hero.stories.d.ts.map +1 -0
- package/dist/types/stories/carousel-reviews.stories.d.ts +38 -0
- package/dist/types/stories/carousel-reviews.stories.d.ts.map +1 -0
- package/dist/types/stories/carousel-workportfolio.stories.d.ts +22 -0
- package/dist/types/stories/carousel-workportfolio.stories.d.ts.map +1 -0
- package/dist/types/stories/carousel.stories.d.ts +41 -0
- package/dist/types/stories/carousel.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.contentful.item.stories.d.ts +21 -0
- package/dist/types/stories/cms.contentful.item.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.contentful.items.stories.d.ts +20 -0
- package/dist/types/stories/cms.contentful.items.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.contentful.stories.d.ts +9 -0
- package/dist/types/stories/cms.contentful.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.google.reviews.stories.d.ts +11 -0
- package/dist/types/stories/cms.google.reviews.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.gravatar.stories.d.ts +88 -0
- package/dist/types/stories/cms.gravatar.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.instagram.stories.d.ts +16 -0
- package/dist/types/stories/cms.instagram.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.wordpress.stories.d.ts +26 -0
- package/dist/types/stories/cms.wordpress.stories.d.ts.map +1 -0
- package/dist/types/stories/general.headers.stories.d.ts +27 -0
- package/dist/types/stories/general.headers.stories.d.ts.map +1 -0
- package/dist/types/stories/general.loading.stories.d.ts +11 -0
- package/dist/types/stories/general.loading.stories.d.ts.map +1 -0
- package/dist/types/stories/general.microinteractions.stories.d.ts +9 -0
- package/dist/types/stories/general.microinteractions.stories.d.ts.map +1 -0
- package/dist/types/stories/general.modal.stories.d.ts +9 -0
- package/dist/types/stories/general.modal.stories.d.ts.map +1 -0
- package/dist/types/stories/general.table.stories.d.ts +15 -0
- package/dist/types/stories/general.table.stories.d.ts.map +1 -0
- package/dist/types/stories/layout.stories.d.ts +299 -0
- package/dist/types/stories/layout.stories.d.ts.map +1 -0
- package/dist/types/stories/markdown.stories.d.ts +13 -0
- package/dist/types/stories/markdown.stories.d.ts.map +1 -0
- package/dist/types/stories/menu-accordion.stories.d.ts +34 -0
- package/dist/types/stories/menu-accordion.stories.d.ts.map +1 -0
- package/dist/types/stories/menu-simple.stories.d.ts +43 -0
- package/dist/types/stories/menu-simple.stories.d.ts.map +1 -0
- package/dist/types/stories/nerdjoke.stories.d.ts +10 -0
- package/dist/types/stories/nerdjoke.stories.d.ts.map +1 -0
- package/dist/types/stories/pagebuilder.form-builder.stories.d.ts +10 -0
- package/dist/types/stories/pagebuilder.form-builder.stories.d.ts.map +1 -0
- package/dist/types/stories/pagebuilder.form-engine.stories.d.ts +16 -0
- package/dist/types/stories/pagebuilder.form-engine.stories.d.ts.map +1 -0
- package/dist/types/stories/pagebuilder.form-extractor.stories.d.ts +10 -0
- package/dist/types/stories/pagebuilder.form-extractor.stories.d.ts.map +1 -0
- package/dist/types/stories/pagebuilder.stories.d.ts +29 -0
- package/dist/types/stories/pagebuilder.stories.d.ts.map +1 -0
- package/dist/types/stories/pagebuilder.usageguide.stories.d.ts +29 -0
- package/dist/types/stories/pagebuilder.usageguide.stories.d.ts.map +1 -0
- package/dist/types/stories/pageengine.stories.d.ts +32 -0
- package/dist/types/stories/pageengine.stories.d.ts.map +1 -0
- package/dist/types/stories/recipe.stories.d.ts +16 -0
- package/dist/types/stories/recipe.stories.d.ts.map +1 -0
- package/dist/types/stories/resume.stories.d.ts +283 -0
- package/dist/types/stories/resume.stories.d.ts.map +1 -0
- package/dist/types/stories/seo.404.stories.d.ts +18 -0
- package/dist/types/stories/seo.404.stories.d.ts.map +1 -0
- package/dist/types/stories/seo.googleanalytics.stories.d.ts +12 -0
- package/dist/types/stories/seo.googleanalytics.stories.d.ts.map +1 -0
- package/dist/types/stories/seo.googlesearch.stories.d.ts +12 -0
- package/dist/types/stories/seo.googlesearch.stories.d.ts.map +1 -0
- package/dist/types/stories/seo.metadata.stories.d.ts +25 -0
- package/dist/types/stories/seo.metadata.stories.d.ts.map +1 -0
- package/dist/types/stories/seo.sitemap.stories.d.ts +8 -0
- package/dist/types/stories/seo.sitemap.stories.d.ts.map +1 -0
- package/dist/types/stories/shoppingcart.ebay.item.stories.d.ts +21 -0
- package/dist/types/stories/shoppingcart.ebay.item.stories.d.ts.map +1 -0
- package/dist/types/stories/shoppingcart.ebay.items.stories.d.ts +21 -0
- package/dist/types/stories/shoppingcart.ebay.items.stories.d.ts.map +1 -0
- package/dist/types/stories/shoppingcart.stories.d.ts +9 -0
- package/dist/types/stories/shoppingcart.stories.d.ts.map +1 -0
- package/dist/types/stories/sidepanel.stories.d.ts +85 -0
- package/dist/types/stories/sidepanel.stories.d.ts.map +1 -0
- package/dist/types/stories/socialcard.stories.d.ts +81 -0
- package/dist/types/stories/socialcard.stories.d.ts.map +1 -0
- package/dist/types/stories/tiles.stories.d.ts +9 -0
- package/dist/types/stories/tiles.stories.d.ts.map +1 -0
- package/dist/types/stories/timeline.stories.d.ts +19 -0
- package/dist/types/stories/timeline.stories.d.ts.map +1 -0
- package/dist/types/tests/pixelated.api.test.d.ts +2 -0
- package/dist/types/tests/pixelated.api.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.callout.test.d.ts +2 -0
- package/dist/types/tests/pixelated.callout.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.carousel.test.d.ts +2 -0
- package/dist/types/tests/pixelated.carousel.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.menu-accordion.test.d.ts +2 -0
- package/dist/types/tests/pixelated.menu-accordion.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.menu-simple.test.d.ts +2 -0
- package/dist/types/tests/pixelated.menu-simple.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.nerdjoke.test.d.ts +2 -0
- package/dist/types/tests/pixelated.nerdjoke.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.recipe.test.d.ts +2 -0
- package/dist/types/tests/pixelated.recipe.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.resume.test.d.ts +2 -0
- package/dist/types/tests/pixelated.resume.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.socialcard.test.d.ts +2 -0
- package/dist/types/tests/pixelated.socialcard.test.d.ts.map +1 -0
- package/package.json +136 -0
|
@@ -0,0 +1,2577 @@
|
|
|
1
|
+
{
|
|
2
|
+
"items": [
|
|
3
|
+
{
|
|
4
|
+
"type": ["h-resume"],
|
|
5
|
+
"properties": {
|
|
6
|
+
"name": ["Brian T. Whaley"],
|
|
7
|
+
"summary": [
|
|
8
|
+
"Information Technology leader accomplished in building and managing global high-performance teams, launching and managing digital products, and developing and executing unified product and technology strategies. Managed:",
|
|
9
|
+
"Diverse range of technologies, in the media, finance, pharmaceutical, and telecommunications industries",
|
|
10
|
+
"Highly available e-commerce portals, web sites, web applications, and mobile applications",
|
|
11
|
+
"Project lifecycle, Agile Methodologies (including Scrum and Kanban), benchmarking, best practices implementation, and continuous process improvement",
|
|
12
|
+
"Sizable departments up to 300 staff, budgets to $50 million, using onshore staff, offshore partners, and hybrid teams"
|
|
13
|
+
],
|
|
14
|
+
"contact": [
|
|
15
|
+
{
|
|
16
|
+
"value": "Brian T. Whaley",
|
|
17
|
+
"type": ["h-card"],
|
|
18
|
+
"properties": {
|
|
19
|
+
"name": ["Brian T. Whaley"],
|
|
20
|
+
"photo": ["http://example.org/photo.png"],
|
|
21
|
+
"url": ["https://linkedin.com/in/brianwhaley"],
|
|
22
|
+
"email": ["brian.whaley@gmail.com"],
|
|
23
|
+
"tel": ["(973) 710-8008"],
|
|
24
|
+
"adr": [
|
|
25
|
+
{
|
|
26
|
+
"type": ["h-adr"],
|
|
27
|
+
"properties": {
|
|
28
|
+
"street-address": ["10 Jade Circle"],
|
|
29
|
+
"locality": ["Denville"],
|
|
30
|
+
"region": ["NJ"],
|
|
31
|
+
"postal-code": ["07834"],
|
|
32
|
+
"country-name": ["USA"]
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"education": [
|
|
40
|
+
{
|
|
41
|
+
"type": ["h-event"],
|
|
42
|
+
"properties": {
|
|
43
|
+
"name": ["Masters of Science - Information Systems (MSIS)"],
|
|
44
|
+
"summary": [],
|
|
45
|
+
"start": [],
|
|
46
|
+
"end": ["2002-05-23T00:00:00"],
|
|
47
|
+
"location": [{
|
|
48
|
+
"type": ["h-card"],
|
|
49
|
+
"properties": {
|
|
50
|
+
"org": ["Wesley J Howe School of Management, Stevens Institute of Technology"],
|
|
51
|
+
"url": [],
|
|
52
|
+
"tel": ["(201) 216-5000"],
|
|
53
|
+
"street-address": ["1 Castle Point Terrace"],
|
|
54
|
+
"locality": ["Hoboken"],
|
|
55
|
+
"region": ["NJ"],
|
|
56
|
+
"postal-code": ["07030"],
|
|
57
|
+
"country-name": ["USA"]
|
|
58
|
+
}
|
|
59
|
+
}]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"type": ["h-event"],
|
|
64
|
+
"properties": {
|
|
65
|
+
"name": ["Bachelor of Arts (BA) - Double Major: Visual Art and Art History"],
|
|
66
|
+
"summary": [],
|
|
67
|
+
"start": [],
|
|
68
|
+
"end": ["1996-05-16T00:00:00"],
|
|
69
|
+
"location": [{
|
|
70
|
+
"type": ["h-card"],
|
|
71
|
+
"properties": {
|
|
72
|
+
"org": ["Rutgers The State University of New Jersey"],
|
|
73
|
+
"url": [],
|
|
74
|
+
"tel": ["(732) 445-4636"],
|
|
75
|
+
"street-address": ["57 US Highway 1"],
|
|
76
|
+
"locality": ["New Brunswick"],
|
|
77
|
+
"region": ["NJ"],
|
|
78
|
+
"postal-code": ["08873"],
|
|
79
|
+
"country-name": ["USA"]
|
|
80
|
+
}
|
|
81
|
+
}]
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"type": ["h-event"],
|
|
86
|
+
"properties": {
|
|
87
|
+
"name": ["HS Diploma"],
|
|
88
|
+
"summary": [],
|
|
89
|
+
"start": [],
|
|
90
|
+
"end": ["1991-06-09T00:00:00"],
|
|
91
|
+
"location": [{
|
|
92
|
+
"type": ["h-card"],
|
|
93
|
+
"properties": {
|
|
94
|
+
"org": ["Rutgers Preparatory School"],
|
|
95
|
+
"url": [],
|
|
96
|
+
"tel": ["(732) 545-5600"],
|
|
97
|
+
"street-address": ["1345 Easton Avenue"],
|
|
98
|
+
"locality": ["Somerset"],
|
|
99
|
+
"region": ["NJ"],
|
|
100
|
+
"postal-code": ["08873"],
|
|
101
|
+
"country-name": ["USA"]
|
|
102
|
+
}
|
|
103
|
+
}]
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"training": [
|
|
108
|
+
{
|
|
109
|
+
"type": ["h-event"],
|
|
110
|
+
"properties": {
|
|
111
|
+
"name": [],
|
|
112
|
+
"summary": [],
|
|
113
|
+
"start": ["2024-07-01T00:00:00"],
|
|
114
|
+
"end": ["2024-12-31T00:00:00"],
|
|
115
|
+
"location": [{
|
|
116
|
+
"type": ["h-card"],
|
|
117
|
+
"properties": {
|
|
118
|
+
"org": ["BetterUp"],
|
|
119
|
+
"url": [],
|
|
120
|
+
"tel": ["(844) 303-9595"],
|
|
121
|
+
"street-address": ["3100 E 5th Street, Suite 350"],
|
|
122
|
+
"locality": ["Austin"],
|
|
123
|
+
"region": ["TX"],
|
|
124
|
+
"postal-code": ["78702"],
|
|
125
|
+
"country-name": ["USA"]
|
|
126
|
+
}
|
|
127
|
+
}]
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"type": ["h-event"],
|
|
132
|
+
"properties": {
|
|
133
|
+
"name": [],
|
|
134
|
+
"summary": [],
|
|
135
|
+
"start": [],
|
|
136
|
+
"end": ["2023-07-26T00:00:00"],
|
|
137
|
+
"location": [{
|
|
138
|
+
"type": ["h-card"],
|
|
139
|
+
"properties": {
|
|
140
|
+
"org": ["AWS Summit"],
|
|
141
|
+
"url": [],
|
|
142
|
+
"tel": [],
|
|
143
|
+
"street-address": ["Jacob Javitz Center"],
|
|
144
|
+
"locality": ["New York"],
|
|
145
|
+
"region": ["NY"],
|
|
146
|
+
"postal-code": [],
|
|
147
|
+
"country-name": ["USA"]
|
|
148
|
+
}
|
|
149
|
+
}]
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"type": ["h-event"],
|
|
154
|
+
"properties": {
|
|
155
|
+
"name": [],
|
|
156
|
+
"summary": [],
|
|
157
|
+
"start": ["2022-04-01T00:00:00"],
|
|
158
|
+
"end": ["2022-04-30T00:00:00"],
|
|
159
|
+
"location": [{
|
|
160
|
+
"type": ["h-card"],
|
|
161
|
+
"properties": {
|
|
162
|
+
"org": ["Duke AYG Leadership Program"],
|
|
163
|
+
"url": [],
|
|
164
|
+
"tel": [],
|
|
165
|
+
"street-address": [],
|
|
166
|
+
"locality": ["Durham"],
|
|
167
|
+
"region": ["NC"],
|
|
168
|
+
"postal-code": ["27708"],
|
|
169
|
+
"country-name": ["USA"]
|
|
170
|
+
}
|
|
171
|
+
}]
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"type": ["h-event"],
|
|
176
|
+
"properties": {
|
|
177
|
+
"name": [],
|
|
178
|
+
"summary": [],
|
|
179
|
+
"start": ["2021-04-01T00:00:00"],
|
|
180
|
+
"end": ["2022-04-30T00:00:00"],
|
|
181
|
+
"location": [{
|
|
182
|
+
"type": ["h-card"],
|
|
183
|
+
"properties": {
|
|
184
|
+
"org": ["BetterUp"],
|
|
185
|
+
"url": [],
|
|
186
|
+
"tel": ["(844) 303-9595"],
|
|
187
|
+
"street-address": ["3100 E 5th Street, Suite 350"],
|
|
188
|
+
"locality": ["Austin"],
|
|
189
|
+
"region": ["TX"],
|
|
190
|
+
"postal-code": ["78702"],
|
|
191
|
+
"country-name": ["USA"]
|
|
192
|
+
}
|
|
193
|
+
}]
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"type": ["h-event"],
|
|
198
|
+
"properties": {
|
|
199
|
+
"name": [],
|
|
200
|
+
"summary": [],
|
|
201
|
+
"start": ["2018-10-01T00:00:00"],
|
|
202
|
+
"end": ["2018-10-31T00:00:00"],
|
|
203
|
+
"location": [{
|
|
204
|
+
"type": ["h-card"],
|
|
205
|
+
"properties": {
|
|
206
|
+
"org": ["Harvard New People Leader Program"],
|
|
207
|
+
"url": [],
|
|
208
|
+
"tel": [],
|
|
209
|
+
"street-address": [],
|
|
210
|
+
"locality": ["Cambridge"],
|
|
211
|
+
"region": ["MA"],
|
|
212
|
+
"postal-code": ["02138"],
|
|
213
|
+
"country-name": ["USA"]
|
|
214
|
+
}
|
|
215
|
+
}]
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"type": ["h-event"],
|
|
220
|
+
"properties": {
|
|
221
|
+
"name": [],
|
|
222
|
+
"summary": [],
|
|
223
|
+
"start": ["2021-11-11T00:00:00"],
|
|
224
|
+
"end": ["2021-11-12T00:00:00"],
|
|
225
|
+
"location": [{
|
|
226
|
+
"type": ["h-card"],
|
|
227
|
+
"properties": {
|
|
228
|
+
"org": ["Grokking the Advanced System Design Interview - Educative "],
|
|
229
|
+
"url": ["https://www.educative.io/courses/grokking-the-principles-and-practices-of-advanced-system-design"],
|
|
230
|
+
"tel": [],
|
|
231
|
+
"street-address": [],
|
|
232
|
+
"locality": [],
|
|
233
|
+
"region": [],
|
|
234
|
+
"postal-code": [],
|
|
235
|
+
"country-name": ["USA"]
|
|
236
|
+
}
|
|
237
|
+
}]
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"type": ["h-event"],
|
|
242
|
+
"properties": {
|
|
243
|
+
"name": [],
|
|
244
|
+
"summary": [],
|
|
245
|
+
"start": ["2021-11-08T00:00:00"],
|
|
246
|
+
"end": ["2021-11-10T00:00:00"],
|
|
247
|
+
"location": [{
|
|
248
|
+
"type": ["h-card"],
|
|
249
|
+
"properties": {
|
|
250
|
+
"org": ["Grokking the System Design Interview - Educative "],
|
|
251
|
+
"url": ["https://www.educative.io/courses/grokking-the-system-design-interview"],
|
|
252
|
+
"tel": [],
|
|
253
|
+
"street-address": [],
|
|
254
|
+
"locality": [],
|
|
255
|
+
"region": [],
|
|
256
|
+
"postal-code": [],
|
|
257
|
+
"country-name": ["USA"]
|
|
258
|
+
}
|
|
259
|
+
}]
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"type": ["h-event"],
|
|
264
|
+
"properties": {
|
|
265
|
+
"name": [],
|
|
266
|
+
"summary": [],
|
|
267
|
+
"start": [],
|
|
268
|
+
"end": ["2018-07-17T00:00:00"],
|
|
269
|
+
"location": [{
|
|
270
|
+
"type": ["h-card"],
|
|
271
|
+
"properties": {
|
|
272
|
+
"org": ["AWS Summit"],
|
|
273
|
+
"url": [],
|
|
274
|
+
"tel": [],
|
|
275
|
+
"street-address": ["Jacob Javitz Center"],
|
|
276
|
+
"locality": ["New York"],
|
|
277
|
+
"region": ["NY"],
|
|
278
|
+
"postal-code": [],
|
|
279
|
+
"country-name": ["USA"]
|
|
280
|
+
}
|
|
281
|
+
}]
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"type": ["h-event"],
|
|
286
|
+
"properties": {
|
|
287
|
+
"name": [],
|
|
288
|
+
"summary": [],
|
|
289
|
+
"start": [],
|
|
290
|
+
"end": ["2017-08-14T00:00:00"],
|
|
291
|
+
"location": [{
|
|
292
|
+
"type": ["h-card"],
|
|
293
|
+
"properties": {
|
|
294
|
+
"org": ["AWS Summit"],
|
|
295
|
+
"url": [],
|
|
296
|
+
"tel": [],
|
|
297
|
+
"street-address": ["Jacob Javitz Center"],
|
|
298
|
+
"locality": ["New York"],
|
|
299
|
+
"region": ["NY"],
|
|
300
|
+
"postal-code": [],
|
|
301
|
+
"country-name": ["USA"]
|
|
302
|
+
}
|
|
303
|
+
}]
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"type": ["h-event"],
|
|
308
|
+
"properties": {
|
|
309
|
+
"name": [],
|
|
310
|
+
"summary": [],
|
|
311
|
+
"start": [],
|
|
312
|
+
"end": ["2016-06-21T00:00:00"],
|
|
313
|
+
"location": [{
|
|
314
|
+
"type": ["h-card"],
|
|
315
|
+
"properties": {
|
|
316
|
+
"org": ["Cognizant QualitE Convention"],
|
|
317
|
+
"url": [],
|
|
318
|
+
"tel": [],
|
|
319
|
+
"street-address": [],
|
|
320
|
+
"locality": ["Newark"],
|
|
321
|
+
"region": ["NJ"],
|
|
322
|
+
"postal-code": [],
|
|
323
|
+
"country-name": ["USA"]
|
|
324
|
+
}
|
|
325
|
+
}]
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"type": ["h-event"],
|
|
330
|
+
"properties": {
|
|
331
|
+
"name": [],
|
|
332
|
+
"summary": [],
|
|
333
|
+
"start": [],
|
|
334
|
+
"end": ["2016-06-03T00:00:00"],
|
|
335
|
+
"location": [{
|
|
336
|
+
"type": ["h-card"],
|
|
337
|
+
"properties": {
|
|
338
|
+
"org": ["BuzzJS Conference"],
|
|
339
|
+
"url": [],
|
|
340
|
+
"tel": [],
|
|
341
|
+
"street-address": [],
|
|
342
|
+
"locality": ["New York"],
|
|
343
|
+
"region": ["NY"],
|
|
344
|
+
"postal-code": [],
|
|
345
|
+
"country-name": ["USA"]
|
|
346
|
+
}
|
|
347
|
+
}]
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"type": ["h-event"],
|
|
352
|
+
"properties": {
|
|
353
|
+
"name": [],
|
|
354
|
+
"summary": [],
|
|
355
|
+
"start": ["2013-07-25T00:00:00"],
|
|
356
|
+
"end": ["2013-07-26T00:00:00"],
|
|
357
|
+
"location": [{
|
|
358
|
+
"type": ["h-card"],
|
|
359
|
+
"properties": {
|
|
360
|
+
"org": ["Lean UX with Jeff Gothelf and ADP"],
|
|
361
|
+
"url": [],
|
|
362
|
+
"tel": [],
|
|
363
|
+
"street-address": [],
|
|
364
|
+
"locality": ["Roseland"],
|
|
365
|
+
"region": ["NJ"],
|
|
366
|
+
"postal-code": [],
|
|
367
|
+
"country-name": ["USA"]
|
|
368
|
+
}
|
|
369
|
+
}]
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"type": ["h-event"],
|
|
374
|
+
"properties": {
|
|
375
|
+
"name": [],
|
|
376
|
+
"summary": [],
|
|
377
|
+
"start": ["2013-04-15T00:00:00"],
|
|
378
|
+
"end": ["2013-04-17T00:00:00"],
|
|
379
|
+
"location": [{
|
|
380
|
+
"type": ["h-card"],
|
|
381
|
+
"properties": {
|
|
382
|
+
"org": ["ADP Scrum Training"],
|
|
383
|
+
"url": [],
|
|
384
|
+
"tel": [],
|
|
385
|
+
"street-address": [],
|
|
386
|
+
"locality": ["Florham Park"],
|
|
387
|
+
"region": ["NJ"],
|
|
388
|
+
"postal-code": [],
|
|
389
|
+
"country-name": ["USA"]
|
|
390
|
+
}
|
|
391
|
+
}]
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"type": ["h-event"],
|
|
396
|
+
"properties": {
|
|
397
|
+
"name": [],
|
|
398
|
+
"summary": [],
|
|
399
|
+
"start": ["2012-07-23T00:00:00"],
|
|
400
|
+
"end": ["2012-07-24T00:00:00"],
|
|
401
|
+
"location": [{
|
|
402
|
+
"type": ["h-card"],
|
|
403
|
+
"properties": {
|
|
404
|
+
"org": ["Negotiating with Max Bazerman"],
|
|
405
|
+
"url": [],
|
|
406
|
+
"tel": [],
|
|
407
|
+
"street-address": [],
|
|
408
|
+
"locality": [],
|
|
409
|
+
"region": [],
|
|
410
|
+
"postal-code": [],
|
|
411
|
+
"country-name": ["USA"]
|
|
412
|
+
}
|
|
413
|
+
}]
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"type": ["h-event"],
|
|
418
|
+
"properties": {
|
|
419
|
+
"name": [],
|
|
420
|
+
"summary": [],
|
|
421
|
+
"start": ["2011-05-11T00:00:00"],
|
|
422
|
+
"end": ["2011-05-13T00:00:00"],
|
|
423
|
+
"location": [{
|
|
424
|
+
"type": ["h-card"],
|
|
425
|
+
"properties": {
|
|
426
|
+
"org": ["Certified Scrum Developer"],
|
|
427
|
+
"url": [],
|
|
428
|
+
"tel": [],
|
|
429
|
+
"street-address": [],
|
|
430
|
+
"locality": ["Pittsburgh"],
|
|
431
|
+
"region": ["PA"],
|
|
432
|
+
"postal-code": [],
|
|
433
|
+
"country-name": ["USA"]
|
|
434
|
+
}
|
|
435
|
+
}]
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"type": ["h-event"],
|
|
440
|
+
"properties": {
|
|
441
|
+
"name": [],
|
|
442
|
+
"summary": [],
|
|
443
|
+
"start": ["2010-11-16T00:00:00"],
|
|
444
|
+
"end": ["2010-11-18T00:00:00"],
|
|
445
|
+
"location": [{
|
|
446
|
+
"type": ["h-card"],
|
|
447
|
+
"properties": {
|
|
448
|
+
"org": ["Management Training at Associated Press"],
|
|
449
|
+
"url": [],
|
|
450
|
+
"tel": [],
|
|
451
|
+
"street-address": [],
|
|
452
|
+
"locality": ["Cranbury"],
|
|
453
|
+
"region": ["NJ"],
|
|
454
|
+
"postal-code": [],
|
|
455
|
+
"country-name": ["USA"]
|
|
456
|
+
}
|
|
457
|
+
}]
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"type": ["h-event"],
|
|
462
|
+
"properties": {
|
|
463
|
+
"name": [],
|
|
464
|
+
"summary": [],
|
|
465
|
+
"start": ["2010-10-20T00:00:00"],
|
|
466
|
+
"end": ["2010-10-22T00:00:00"],
|
|
467
|
+
"location": [{
|
|
468
|
+
"type": ["h-card"],
|
|
469
|
+
"properties": {
|
|
470
|
+
"org": ["Effective Scrum Developer Using .NET With Visual Studio, RippleRock"],
|
|
471
|
+
"url": ["http://bit.ly/2JAKqpd"],
|
|
472
|
+
"tel": [],
|
|
473
|
+
"street-address": ["The University Club"],
|
|
474
|
+
"locality": ["Pittsburgh"],
|
|
475
|
+
"region": ["PA"],
|
|
476
|
+
"postal-code": [],
|
|
477
|
+
"country-name": ["USA"]
|
|
478
|
+
}
|
|
479
|
+
}]
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"type": ["h-event"],
|
|
484
|
+
"properties": {
|
|
485
|
+
"name": [],
|
|
486
|
+
"summary": [],
|
|
487
|
+
"start": ["2010-10-18T00:00:00"],
|
|
488
|
+
"end": ["2010-10-19T00:00:00"],
|
|
489
|
+
"location": [{
|
|
490
|
+
"type": ["h-card"],
|
|
491
|
+
"properties": {
|
|
492
|
+
"org": ["Scrum Implementation Workshop, RippleRock"],
|
|
493
|
+
"url": ["http://bit.ly/2NZA3Pj"],
|
|
494
|
+
"tel": [],
|
|
495
|
+
"street-address": ["The University Club"],
|
|
496
|
+
"locality": ["Pittsburgh"],
|
|
497
|
+
"region": ["PA"],
|
|
498
|
+
"postal-code": [],
|
|
499
|
+
"country-name": ["USA"]
|
|
500
|
+
}
|
|
501
|
+
}]
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"type": ["h-event"],
|
|
506
|
+
"properties": {
|
|
507
|
+
"name": [],
|
|
508
|
+
"summary": [],
|
|
509
|
+
"start": ["2009-04-05T00:00:00"],
|
|
510
|
+
"end": ["2009-04-10T00:00:00"],
|
|
511
|
+
"location": [{
|
|
512
|
+
"type": ["h-card"],
|
|
513
|
+
"properties": {
|
|
514
|
+
"org": ["Usability Week 2009, Neilsen Norman Group"],
|
|
515
|
+
"url": [],
|
|
516
|
+
"tel": [],
|
|
517
|
+
"street-address": [],
|
|
518
|
+
"locality": ["Washington"],
|
|
519
|
+
"region": ["D.C."],
|
|
520
|
+
"postal-code": [],
|
|
521
|
+
"country-name": ["USA"]
|
|
522
|
+
}
|
|
523
|
+
}]
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"type": ["h-event"],
|
|
528
|
+
"properties": {
|
|
529
|
+
"name": [],
|
|
530
|
+
"summary": [],
|
|
531
|
+
"start": [],
|
|
532
|
+
"end": ["2009-03-26T00:00:00"],
|
|
533
|
+
"location": [{
|
|
534
|
+
"type": ["h-card"],
|
|
535
|
+
"properties": {
|
|
536
|
+
"org": ["Presentation Skills, Communispond, BMS"],
|
|
537
|
+
"url": [],
|
|
538
|
+
"tel": [],
|
|
539
|
+
"street-address": [],
|
|
540
|
+
"locality": ["Princeton"],
|
|
541
|
+
"region": ["NJ"],
|
|
542
|
+
"postal-code": [],
|
|
543
|
+
"country-name": ["USA"]
|
|
544
|
+
}
|
|
545
|
+
}]
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"type": ["h-event"],
|
|
550
|
+
"properties": {
|
|
551
|
+
"name": [],
|
|
552
|
+
"summary": [],
|
|
553
|
+
"start": [],
|
|
554
|
+
"end": ["2008-11-25T00:00:00"],
|
|
555
|
+
"location": [{
|
|
556
|
+
"type": ["h-card"],
|
|
557
|
+
"properties": {
|
|
558
|
+
"org": ["Effective Time Management & Meeting Management, The Projex Group LLC"],
|
|
559
|
+
"url": [],
|
|
560
|
+
"tel": [],
|
|
561
|
+
"street-address": [],
|
|
562
|
+
"locality": ["Princeton"],
|
|
563
|
+
"region": ["NJ"],
|
|
564
|
+
"postal-code": [],
|
|
565
|
+
"country-name": ["USA"]
|
|
566
|
+
}
|
|
567
|
+
}]
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"type": ["h-event"],
|
|
572
|
+
"properties": {
|
|
573
|
+
"name": [],
|
|
574
|
+
"summary": [],
|
|
575
|
+
"start": ["2008-06-04T00:00:00"],
|
|
576
|
+
"end": ["2008-06-06T00:00:00"],
|
|
577
|
+
"location": [{
|
|
578
|
+
"type": ["h-card"],
|
|
579
|
+
"properties": {
|
|
580
|
+
"org": ["Requirements Elicitation, Dave Wirick PMP CMA, Babbage Simmell"],
|
|
581
|
+
"url": [],
|
|
582
|
+
"tel": [],
|
|
583
|
+
"street-address": [],
|
|
584
|
+
"locality": ["Princeton"],
|
|
585
|
+
"region": ["NJ"],
|
|
586
|
+
"postal-code": [],
|
|
587
|
+
"country-name": ["USA"]
|
|
588
|
+
}
|
|
589
|
+
}]
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"type": ["h-event"],
|
|
594
|
+
"properties": {
|
|
595
|
+
"name": [],
|
|
596
|
+
"summary": [],
|
|
597
|
+
"start": ["2008-03-05T00:00:00"],
|
|
598
|
+
"end": ["2008-03-07T00:00:00"],
|
|
599
|
+
"location": [{
|
|
600
|
+
"type": ["h-card"],
|
|
601
|
+
"properties": {
|
|
602
|
+
"org": ["Microsoft Mix 08"],
|
|
603
|
+
"url": [],
|
|
604
|
+
"tel": [],
|
|
605
|
+
"street-address": [],
|
|
606
|
+
"locality": ["Las Vegas"],
|
|
607
|
+
"region": ["NV"],
|
|
608
|
+
"postal-code": [],
|
|
609
|
+
"country-name": ["USA"]
|
|
610
|
+
}
|
|
611
|
+
}]
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"type": ["h-event"],
|
|
616
|
+
"properties": {
|
|
617
|
+
"name": [],
|
|
618
|
+
"summary": [],
|
|
619
|
+
"start": ["2007-04-30T00:00:00"],
|
|
620
|
+
"end": ["2007-05-07T00:00:00"],
|
|
621
|
+
"location": [{
|
|
622
|
+
"type": ["h-card"],
|
|
623
|
+
"properties": {
|
|
624
|
+
"org": ["Microsoft Mix 07"],
|
|
625
|
+
"url": [],
|
|
626
|
+
"tel": [],
|
|
627
|
+
"street-address": [],
|
|
628
|
+
"locality": ["Las Vegas"],
|
|
629
|
+
"region": ["NV"],
|
|
630
|
+
"postal-code": [],
|
|
631
|
+
"country-name": ["USA"]
|
|
632
|
+
}
|
|
633
|
+
}]
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"type": ["h-event"],
|
|
638
|
+
"properties": {
|
|
639
|
+
"name": [],
|
|
640
|
+
"summary": [],
|
|
641
|
+
"start": [],
|
|
642
|
+
"end": ["2006-11-06T00:00:00"],
|
|
643
|
+
"location": [{
|
|
644
|
+
"type": ["h-card"],
|
|
645
|
+
"properties": {
|
|
646
|
+
"org": ["Visual Studio Connections"],
|
|
647
|
+
"url": [],
|
|
648
|
+
"tel": [],
|
|
649
|
+
"street-address": [],
|
|
650
|
+
"locality": [],
|
|
651
|
+
"region": [],
|
|
652
|
+
"postal-code": [],
|
|
653
|
+
"country-name": ["USA"]
|
|
654
|
+
}
|
|
655
|
+
}]
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"type": ["h-event"],
|
|
660
|
+
"properties": {
|
|
661
|
+
"name": [],
|
|
662
|
+
"summary": [],
|
|
663
|
+
"start": [],
|
|
664
|
+
"end": ["2003-10-01T00:00:00"],
|
|
665
|
+
"location": [{
|
|
666
|
+
"type": ["h-card"],
|
|
667
|
+
"properties": {
|
|
668
|
+
"org": ["Plumtree 5 EDK"],
|
|
669
|
+
"url": [],
|
|
670
|
+
"tel": [],
|
|
671
|
+
"street-address": [],
|
|
672
|
+
"locality": [],
|
|
673
|
+
"region": [],
|
|
674
|
+
"postal-code": [],
|
|
675
|
+
"country-name": ["USA"]
|
|
676
|
+
}
|
|
677
|
+
}]
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"type": ["h-event"],
|
|
682
|
+
"properties": {
|
|
683
|
+
"name": [],
|
|
684
|
+
"summary": [],
|
|
685
|
+
"start": [],
|
|
686
|
+
"end": ["2004-09-01T00:00:00"],
|
|
687
|
+
"location": [{
|
|
688
|
+
"type": ["h-card"],
|
|
689
|
+
"properties": {
|
|
690
|
+
"org": ["The View - Domino Web Coding Bootcamp"],
|
|
691
|
+
"url": [],
|
|
692
|
+
"tel": [],
|
|
693
|
+
"street-address": [],
|
|
694
|
+
"locality": [],
|
|
695
|
+
"region": [],
|
|
696
|
+
"postal-code": [],
|
|
697
|
+
"country-name": ["USA"]
|
|
698
|
+
}
|
|
699
|
+
}]
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"type": ["h-event"],
|
|
704
|
+
"properties": {
|
|
705
|
+
"name": [],
|
|
706
|
+
"summary": [],
|
|
707
|
+
"start": [],
|
|
708
|
+
"end": ["2004-07-26T00:00:00"],
|
|
709
|
+
"location": [{
|
|
710
|
+
"type": ["h-card"],
|
|
711
|
+
"properties": {
|
|
712
|
+
"org": ["Plumtree Enterprise Web 5.0 Foundations, Vashanth Manikumar"],
|
|
713
|
+
"url": [],
|
|
714
|
+
"tel": [],
|
|
715
|
+
"street-address": [],
|
|
716
|
+
"locality": [],
|
|
717
|
+
"region": [],
|
|
718
|
+
"postal-code": [],
|
|
719
|
+
"country-name": ["USA"]
|
|
720
|
+
}
|
|
721
|
+
}]
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"type": ["h-event"],
|
|
726
|
+
"properties": {
|
|
727
|
+
"name": [],
|
|
728
|
+
"summary": [],
|
|
729
|
+
"start": ["2004-04-14T00:00:00"],
|
|
730
|
+
"end": ["2004-04-15T00:00:00"],
|
|
731
|
+
"location": [{
|
|
732
|
+
"type": ["h-card"],
|
|
733
|
+
"properties": {
|
|
734
|
+
"org": ["Business Across Borders, Vanessa Hicks-Voorham, BMS"],
|
|
735
|
+
"url": [],
|
|
736
|
+
"tel": [],
|
|
737
|
+
"street-address": [],
|
|
738
|
+
"locality": ["Princeton"],
|
|
739
|
+
"region": ["NJ"],
|
|
740
|
+
"postal-code": [],
|
|
741
|
+
"country-name": ["USA"]
|
|
742
|
+
}
|
|
743
|
+
}]
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"type": ["h-event"],
|
|
748
|
+
"properties": {
|
|
749
|
+
"name": [],
|
|
750
|
+
"summary": [],
|
|
751
|
+
"start": [],
|
|
752
|
+
"end": ["2003-08-05T00:00:00"],
|
|
753
|
+
"location": [{
|
|
754
|
+
"type": ["h-card"],
|
|
755
|
+
"properties": {
|
|
756
|
+
"org": ["The Successful Negotiator, Asherman Associates, BMS"],
|
|
757
|
+
"url": [],
|
|
758
|
+
"tel": [],
|
|
759
|
+
"street-address": [],
|
|
760
|
+
"locality": ["Princeton"],
|
|
761
|
+
"region": ["NJ"],
|
|
762
|
+
"postal-code": [],
|
|
763
|
+
"country-name": ["USA"]
|
|
764
|
+
}
|
|
765
|
+
}]
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"type": ["h-event"],
|
|
770
|
+
"properties": {
|
|
771
|
+
"name": [],
|
|
772
|
+
"summary": [],
|
|
773
|
+
"start": [],
|
|
774
|
+
"end": ["2003-08-04T00:00:00"],
|
|
775
|
+
"location": [{
|
|
776
|
+
"type": ["h-card"],
|
|
777
|
+
"properties": {
|
|
778
|
+
"org": ["Crystal Reports 8.5 Advanced - ElementK, BMS"],
|
|
779
|
+
"url": [],
|
|
780
|
+
"tel": [],
|
|
781
|
+
"street-address": [],
|
|
782
|
+
"locality": ["Princeton"],
|
|
783
|
+
"region": ["NJ"],
|
|
784
|
+
"postal-code": [],
|
|
785
|
+
"country-name": ["USA"]
|
|
786
|
+
}
|
|
787
|
+
}]
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"type": ["h-event"],
|
|
792
|
+
"properties": {
|
|
793
|
+
"name": [],
|
|
794
|
+
"summary": [],
|
|
795
|
+
"start": [],
|
|
796
|
+
"end": ["2003-08-04T00:00:00"],
|
|
797
|
+
"location": [{
|
|
798
|
+
"type": ["h-card"],
|
|
799
|
+
"properties": {
|
|
800
|
+
"org": ["Crystal Reports 8.5 Basic Skills - ElementK, BMS"],
|
|
801
|
+
"url": [],
|
|
802
|
+
"tel": [],
|
|
803
|
+
"street-address": [],
|
|
804
|
+
"locality": ["Princeton"],
|
|
805
|
+
"region": ["NJ"],
|
|
806
|
+
"postal-code": [],
|
|
807
|
+
"country-name": ["USA"]
|
|
808
|
+
}
|
|
809
|
+
}]
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"type": ["h-event"],
|
|
814
|
+
"properties": {
|
|
815
|
+
"name": [],
|
|
816
|
+
"summary": [],
|
|
817
|
+
"start": ["2003-08-01T00:00:00"],
|
|
818
|
+
"end": ["2003-08-05T00:00:00"],
|
|
819
|
+
"location": [{
|
|
820
|
+
"type": ["h-card"],
|
|
821
|
+
"properties": {
|
|
822
|
+
"org": ["Developing Microsoft ASP.Net Web Applications Using Visual Studio.Net, Darrel Wire"],
|
|
823
|
+
"url": [],
|
|
824
|
+
"tel": [],
|
|
825
|
+
"street-address": [],
|
|
826
|
+
"locality": [],
|
|
827
|
+
"region": [],
|
|
828
|
+
"postal-code": [],
|
|
829
|
+
"country-name": ["USA"]
|
|
830
|
+
}
|
|
831
|
+
}]
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"type": ["h-event"],
|
|
836
|
+
"properties": {
|
|
837
|
+
"name": [],
|
|
838
|
+
"summary": [],
|
|
839
|
+
"start": [],
|
|
840
|
+
"end": ["2003-07-31T00:00:00"],
|
|
841
|
+
"location": [{
|
|
842
|
+
"type": ["h-card"],
|
|
843
|
+
"properties": {
|
|
844
|
+
"org": ["ROPES Employee Selection, BMS"],
|
|
845
|
+
"url": [],
|
|
846
|
+
"tel": [],
|
|
847
|
+
"street-address": [],
|
|
848
|
+
"locality": ["Princeton"],
|
|
849
|
+
"region": ["NJ"],
|
|
850
|
+
"postal-code": [],
|
|
851
|
+
"country-name": ["USA"]
|
|
852
|
+
}
|
|
853
|
+
}]
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"type": ["h-event"],
|
|
858
|
+
"properties": {
|
|
859
|
+
"name": [],
|
|
860
|
+
"summary": [],
|
|
861
|
+
"start": [],
|
|
862
|
+
"end": ["2003-07-31T00:00:00"],
|
|
863
|
+
"location": [{
|
|
864
|
+
"type": ["h-card"],
|
|
865
|
+
"properties": {
|
|
866
|
+
"org": ["Situational Service, Dave Specker, BMS"],
|
|
867
|
+
"url": [],
|
|
868
|
+
"tel": [],
|
|
869
|
+
"street-address": [],
|
|
870
|
+
"locality": ["Princeton"],
|
|
871
|
+
"region": ["NJ"],
|
|
872
|
+
"postal-code": [],
|
|
873
|
+
"country-name": ["USA"]
|
|
874
|
+
}
|
|
875
|
+
}]
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"type": ["h-event"],
|
|
880
|
+
"properties": {
|
|
881
|
+
"name": [],
|
|
882
|
+
"summary": [],
|
|
883
|
+
"start": [],
|
|
884
|
+
"end": ["2003-07-31T00:00:00"],
|
|
885
|
+
"location": [{
|
|
886
|
+
"type": ["h-card"],
|
|
887
|
+
"properties": {
|
|
888
|
+
"org": ["Situational Leadership, Dave Specker, BMS"],
|
|
889
|
+
"url": [],
|
|
890
|
+
"tel": [],
|
|
891
|
+
"street-address": [],
|
|
892
|
+
"locality": ["Princeton"],
|
|
893
|
+
"region": ["NJ"],
|
|
894
|
+
"postal-code": [],
|
|
895
|
+
"country-name": ["USA"]
|
|
896
|
+
}
|
|
897
|
+
}]
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"type": ["h-event"],
|
|
902
|
+
"properties": {
|
|
903
|
+
"name": [],
|
|
904
|
+
"summary": [],
|
|
905
|
+
"start": ["2002-07-05T00:00:00"],
|
|
906
|
+
"end": ["2002-07-06T00:00:00"],
|
|
907
|
+
"location": [{
|
|
908
|
+
"type": ["h-card"],
|
|
909
|
+
"properties": {
|
|
910
|
+
"org": ["Crystal Reports Introduction, BMS"],
|
|
911
|
+
"url": [],
|
|
912
|
+
"tel": [],
|
|
913
|
+
"street-address": [],
|
|
914
|
+
"locality": ["Princeton"],
|
|
915
|
+
"region": ["NJ"],
|
|
916
|
+
"postal-code": [],
|
|
917
|
+
"country-name": ["USA"]
|
|
918
|
+
}
|
|
919
|
+
}]
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"type": ["h-event"],
|
|
924
|
+
"properties": {
|
|
925
|
+
"name": [],
|
|
926
|
+
"summary": [],
|
|
927
|
+
"start": [],
|
|
928
|
+
"end": ["2002-01-01T00:00:00"],
|
|
929
|
+
"location": [{
|
|
930
|
+
"type": ["h-card"],
|
|
931
|
+
"properties": {
|
|
932
|
+
"org": ["Preparing for PMI’s PMP Certification Exam - PMI 2 Day Super-Intensive Course, Boston University Education Affiliate, Bill Ruggles, BMS"],
|
|
933
|
+
"url": [],
|
|
934
|
+
"tel": [],
|
|
935
|
+
"street-address": [],
|
|
936
|
+
"locality": ["Princeton"],
|
|
937
|
+
"region": ["NJ"],
|
|
938
|
+
"postal-code": [],
|
|
939
|
+
"country-name": ["USA"]
|
|
940
|
+
}
|
|
941
|
+
}]
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
],
|
|
945
|
+
"qualifications": {
|
|
946
|
+
"Digital Marketing": [
|
|
947
|
+
"Designed, architected and implemented an integrated Digital Marketing Technology strategy across web, mobile, blog, email, and social media channels. Achieved an average of $2M in software, hardware, and licensing costs.",
|
|
948
|
+
"Designed, built, and launched new Digital products from concept to deployment. Monitored user activity using ROI metrics, KPI results, analytics tools, and implemented improvements based on results.",
|
|
949
|
+
"Managed full software product lifecycle for the Content Management, Marketing Automation, Content Delivery Network, and Software Development solutions. This includes RFP, evaluation, pilot, architecture, build, deploy, migration, sunset, and retirement of COTS and custom solutions. Consolidated disparate products onto new platforms, generating between $1M and $2M of savings annually.",
|
|
950
|
+
"Established company's first Mobile Development department. Developed and maintained mobile applications on iOS, Android, Blackberry, Windows Phone, Nokia, and HTML5, reaching millions of mobile phone users daily.",
|
|
951
|
+
"Researched and implemented Panda 4.0 SEO recovery efforts, which improved monthly visits from -60% to +20%."
|
|
952
|
+
],
|
|
953
|
+
"User Interface / User Experience": [
|
|
954
|
+
"Transformed the technology platform for web site user interface, using responsive and fluid design, atomic components, mobile first principles, and cross training",
|
|
955
|
+
"Established Web Center of Excellence. Rolled out a new corporate standard UI, including responsive web design, reusable style sheets, standard libraries, usability standards, and a style guide. Established Advisory Board, review and approval process, and continuous improvement programs globally.",
|
|
956
|
+
"Standardized the quality, development, and delivery of creative assets from 15 different advertising agencies during the project intake process of my development team. Increased quality and decreased project time by 20%."
|
|
957
|
+
],
|
|
958
|
+
"Project Management & SDLC": [
|
|
959
|
+
"Managed Agile Transformation rollout across the department, developed a training program, scaled across all teams. Acted as Agile coach for new scrum masters and their teams.",
|
|
960
|
+
"Evaluated and improved the existing Scrum implementation for the development teams. Decreased sprint length by 50%, decreased defects by 25%, and increased team participation, ownership, and communication.",
|
|
961
|
+
"Revamped the department project intake stream. Defined a single process for work intake, appropriate resource utilization, project tracking, unified roadmap, alignment with business strategy, and established ROI measurements.",
|
|
962
|
+
"Rolled out department level Continuous Improvement initiative. Improved documentation, centralized all team artifacts, and increased knowledge sharing with security, infrastructure and networking teams globally. Decreased the length and frequency of support calls by 15%.",
|
|
963
|
+
"Implemented test automation, TDD, automated build and deploy, and continuous integration across the team"
|
|
964
|
+
],
|
|
965
|
+
"Leadership & People Management": [
|
|
966
|
+
"Developed annual and five-year strategies, focusing on people, process, technology, operations, and major projects",
|
|
967
|
+
"Assembled and trained new software development and operations teams from the ground up. Teams comprised of developers, database administrators, quality assurance testers, graphic designers, business analysts, analytics analysts, project managers, and team leads. Followed on-shore, off-shore, co-located, and outsourced models.",
|
|
968
|
+
"Implemented a blended onshore and offshore model to manage costs and provide around-the-clock and follow-the-sun development and operations schedules. Created a savings of up to 25% annually.",
|
|
969
|
+
"Improved the hiring and on-boarding process, focusing on flexibility, scalability, and quality. Turned new hires into productive developers 33% quicker. Focused on employee engagement through stretch assignments and ComScore surveys. Achieved average retention rates above 95%."
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
"experience": [
|
|
973
|
+
{
|
|
974
|
+
"type": ["h-event"],
|
|
975
|
+
"properties": {
|
|
976
|
+
"name": [],
|
|
977
|
+
"start": ["2023-12-05T09:00:00"],
|
|
978
|
+
"end": ["Present"],
|
|
979
|
+
"summary": [],
|
|
980
|
+
"description": [],
|
|
981
|
+
"location": [{
|
|
982
|
+
"type": ["h-card"],
|
|
983
|
+
"properties": {
|
|
984
|
+
"job-title": ["Vice President Engineering, @Work Corporate Client Enablement"],
|
|
985
|
+
"org": ["American Express"],
|
|
986
|
+
"url": [],
|
|
987
|
+
"email": [],
|
|
988
|
+
"tel": ["(800) 528-4800"],
|
|
989
|
+
"street-address": ["200 Vesey Street"],
|
|
990
|
+
"locality": ["New York"],
|
|
991
|
+
"region": ["NY"],
|
|
992
|
+
"postal-code": ["10281"],
|
|
993
|
+
"country-name": ["USA"]
|
|
994
|
+
}
|
|
995
|
+
}],
|
|
996
|
+
"projects": [
|
|
997
|
+
{
|
|
998
|
+
"type": ["h-card"],
|
|
999
|
+
"properties": {
|
|
1000
|
+
"name": ["@ Work - Corporate Card Platform"],
|
|
1001
|
+
"url": ["https://www.americanexpress.com/en-us/account/at-work/login/"],
|
|
1002
|
+
"photo": [],
|
|
1003
|
+
"note": []
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
]
|
|
1007
|
+
}
|
|
1008
|
+
}, {
|
|
1009
|
+
"type": ["h-event"],
|
|
1010
|
+
"properties": {
|
|
1011
|
+
"name": [],
|
|
1012
|
+
"start": ["2022-05-09T09:00:00"],
|
|
1013
|
+
"end": ["2023-12-05T09:00:00"],
|
|
1014
|
+
"summary": [],
|
|
1015
|
+
"description": [],
|
|
1016
|
+
"location": [{
|
|
1017
|
+
"type": ["h-card"],
|
|
1018
|
+
"properties": {
|
|
1019
|
+
"job-title": ["Vice President Engineering, Digital Acquisitions Technology"],
|
|
1020
|
+
"org": ["American Express"],
|
|
1021
|
+
"url": [],
|
|
1022
|
+
"email": [],
|
|
1023
|
+
"tel": ["(800) 528-4800"],
|
|
1024
|
+
"street-address": ["200 Vesey Street"],
|
|
1025
|
+
"locality": ["New York"],
|
|
1026
|
+
"region": ["NY"],
|
|
1027
|
+
"postal-code": ["10281"],
|
|
1028
|
+
"country-name": ["USA"]
|
|
1029
|
+
}
|
|
1030
|
+
}],
|
|
1031
|
+
"projects": [
|
|
1032
|
+
{
|
|
1033
|
+
"type": ["h-card"],
|
|
1034
|
+
"properties": {
|
|
1035
|
+
"name": ["US Consumer Apply - Platinum"],
|
|
1036
|
+
"url": ["https://www.americanexpress.com/us/credit-cards/card-application/apply/platinum-card/28810-10-0"],
|
|
1037
|
+
"photo": ["https://farm66.static.flickr.com/65535/54437975560_c60db1d2d9_b.jpg"],
|
|
1038
|
+
"note": []
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"type": ["h-card"],
|
|
1043
|
+
"properties": {
|
|
1044
|
+
"name": ["US Small Business Apply - Platinum"],
|
|
1045
|
+
"url": ["https://www.americanexpress.com/us/credit-cards/card-application/apply/business-platinum-charge-card/45094-9-0"],
|
|
1046
|
+
"photo": ["https://farm66.static.flickr.com/65535/54437796864_10aa498181_b.jpg"],
|
|
1047
|
+
"note": []
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"type": ["h-card"],
|
|
1052
|
+
"properties": {
|
|
1053
|
+
"name": ["US Consumer High Yield Savings"],
|
|
1054
|
+
"url": ["https://www.americanexpress.com/en-us/banking/personal/savings/apply/psa-begin"],
|
|
1055
|
+
"photo": ["https://farm66.static.flickr.com/65535/54437608316_bb9e594b28_b.jpg"],
|
|
1056
|
+
"note": []
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
]
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"type": ["h-event"],
|
|
1064
|
+
"properties": {
|
|
1065
|
+
"name": [],
|
|
1066
|
+
"start": ["2018-09-24T09:00:00"],
|
|
1067
|
+
"end": ["2022-05-06T17:00:00"],
|
|
1068
|
+
"summary": [],
|
|
1069
|
+
"description": [],
|
|
1070
|
+
"location": [{
|
|
1071
|
+
"type": ["h-card"],
|
|
1072
|
+
"properties": {
|
|
1073
|
+
"job-title": ["Engineering Director"],
|
|
1074
|
+
"org": ["American Express"],
|
|
1075
|
+
"url": [],
|
|
1076
|
+
"email": [],
|
|
1077
|
+
"tel": ["(800) 528-4800"],
|
|
1078
|
+
"street-address": ["200 Vesey Street"],
|
|
1079
|
+
"locality": ["New York"],
|
|
1080
|
+
"region": ["NY"],
|
|
1081
|
+
"postal-code": ["10281"],
|
|
1082
|
+
"country-name": ["USA"]
|
|
1083
|
+
}
|
|
1084
|
+
}]
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"type": ["h-event"],
|
|
1089
|
+
"properties": {
|
|
1090
|
+
"name": [],
|
|
1091
|
+
"start": ["2018-02-05T09:00:00"],
|
|
1092
|
+
"end": ["2018-03-09T17:00:00"],
|
|
1093
|
+
"summary": [],
|
|
1094
|
+
"description": [],
|
|
1095
|
+
"location": [{
|
|
1096
|
+
"type": ["h-card"],
|
|
1097
|
+
"properties": {
|
|
1098
|
+
"job-title": ["Consultant, Digital Marketing Operations @ Valeant Pharmaceuticals"],
|
|
1099
|
+
"org": ["S-COM"],
|
|
1100
|
+
"url": [],
|
|
1101
|
+
"email": [],
|
|
1102
|
+
"tel": ["(954) 433-4100"],
|
|
1103
|
+
"street-address": ["880 SW 145th Avenue, Suite 104"],
|
|
1104
|
+
"locality": ["Pembroke Pines"],
|
|
1105
|
+
"region": ["FL"],
|
|
1106
|
+
"postal-code": ["33027"],
|
|
1107
|
+
"country-name": ["USA"]
|
|
1108
|
+
}
|
|
1109
|
+
}]
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"type": ["h-event"],
|
|
1114
|
+
"properties": {
|
|
1115
|
+
"name": [],
|
|
1116
|
+
"start": ["2017-10-16T09:00:00"],
|
|
1117
|
+
"end": ["2017-12-18T17:00:00"],
|
|
1118
|
+
"summary": [],
|
|
1119
|
+
"description": [],
|
|
1120
|
+
"location": [{
|
|
1121
|
+
"type": ["h-card"],
|
|
1122
|
+
"properties": {
|
|
1123
|
+
"job-title": ["Senior Director Digital Development"],
|
|
1124
|
+
"org": ["Northwell Health"],
|
|
1125
|
+
"url": [],
|
|
1126
|
+
"email": [],
|
|
1127
|
+
"tel": ["(516) 734-7000"],
|
|
1128
|
+
"street-address": ["2000 Marcus Avenue"],
|
|
1129
|
+
"locality": ["New Hyde Park "],
|
|
1130
|
+
"region": ["NY"],
|
|
1131
|
+
"postal-code": ["11042"],
|
|
1132
|
+
"country-name": ["USA"]
|
|
1133
|
+
}
|
|
1134
|
+
}]
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"type": ["h-event"],
|
|
1139
|
+
"properties": {
|
|
1140
|
+
"name": [],
|
|
1141
|
+
"start": ["2014-09-29T09:00:00"],
|
|
1142
|
+
"end": ["2017-09-29T17:00:00"],
|
|
1143
|
+
"summary": [],
|
|
1144
|
+
"description": [],
|
|
1145
|
+
"location": [{
|
|
1146
|
+
"type": ["h-card"],
|
|
1147
|
+
"properties": {
|
|
1148
|
+
"job-title": ["Director Digital Development"],
|
|
1149
|
+
"org": ["PR Newswire"],
|
|
1150
|
+
"url": [],
|
|
1151
|
+
"email": [],
|
|
1152
|
+
"tel": ["(800) 776-8090"],
|
|
1153
|
+
"street-address": ["210 Hudson Street, Harborside 3 Suite 602"],
|
|
1154
|
+
"locality": ["Jersey City"],
|
|
1155
|
+
"region": ["NJ"],
|
|
1156
|
+
"postal-code": ["07311"],
|
|
1157
|
+
"country-name": ["USA"]
|
|
1158
|
+
}
|
|
1159
|
+
}],
|
|
1160
|
+
"projects": [
|
|
1161
|
+
{
|
|
1162
|
+
"type": ["h-card"],
|
|
1163
|
+
"properties": {
|
|
1164
|
+
"name": ["PR Newsire"],
|
|
1165
|
+
"url": ["https://www.prnewswire.com/"],
|
|
1166
|
+
"photo": ["https://farm8.static.flickr.com/7242/27826824772_dd0f28be3f_b.jpg"],
|
|
1167
|
+
"note": []
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"type": ["h-card"],
|
|
1172
|
+
"properties": {
|
|
1173
|
+
"name": ["Newswire CA"],
|
|
1174
|
+
"url": ["https://www.newswire.ca"],
|
|
1175
|
+
"photo": ["https://farm8.static.flickr.com/7368/27649680380_13cf1e4a27_b.jpg"],
|
|
1176
|
+
"note": []
|
|
1177
|
+
}
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"type": ["h-card"],
|
|
1181
|
+
"properties": {
|
|
1182
|
+
"name": ["PR Newswire UK"],
|
|
1183
|
+
"url": ["https://www.prnewswire.co.uk"],
|
|
1184
|
+
"photo": [],
|
|
1185
|
+
"note": []
|
|
1186
|
+
}
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"type": ["h-card"],
|
|
1190
|
+
"properties": {
|
|
1191
|
+
"name": ["PRNJ - PR Newswire for Journalists"],
|
|
1192
|
+
"url": ["https://prnmedia.prnewswire.com/"],
|
|
1193
|
+
"photo": ["https://farm8.static.flickr.com/7457/27851241571_c053a49eb9_b.jpg"],
|
|
1194
|
+
"note": []
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
]
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"type": ["h-event"],
|
|
1202
|
+
"properties": {
|
|
1203
|
+
"name": [],
|
|
1204
|
+
"start": ["2012-08-13T09:00:00"],
|
|
1205
|
+
"end": ["2014-09-19T17:00:00"],
|
|
1206
|
+
"summary": [],
|
|
1207
|
+
"description": [],
|
|
1208
|
+
"location": [{
|
|
1209
|
+
"type": ["h-card"],
|
|
1210
|
+
"properties": {
|
|
1211
|
+
"job-title": ["Senior Director Application Development"],
|
|
1212
|
+
"org": ["Automatic Data Processing (ADP)"],
|
|
1213
|
+
"url": [],
|
|
1214
|
+
"email": [],
|
|
1215
|
+
"tel": [],
|
|
1216
|
+
"street-address": ["71 Hanover Road"],
|
|
1217
|
+
"locality": ["Florham Park"],
|
|
1218
|
+
"region": ["NJ"],
|
|
1219
|
+
"postal-code": ["07932"],
|
|
1220
|
+
"country-name": ["USA"]
|
|
1221
|
+
}
|
|
1222
|
+
}],
|
|
1223
|
+
"projects": [
|
|
1224
|
+
{
|
|
1225
|
+
"type": ["h-card"],
|
|
1226
|
+
"properties": {
|
|
1227
|
+
"name": ["ADP 401k - MyKPlan"],
|
|
1228
|
+
"url": ["https://www.mykplan.com/"],
|
|
1229
|
+
"photo": ["https://farm8.static.flickr.com/7570/27649589100_cba64206fb_b.jpg"],
|
|
1230
|
+
"note": []
|
|
1231
|
+
}
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"type": ["h-card"],
|
|
1235
|
+
"properties": {
|
|
1236
|
+
"name": ["World Class Exec - Executive Deferred Compensation"],
|
|
1237
|
+
"url": ["https://www.worldclassexec.com/"],
|
|
1238
|
+
"photo": ["https://farm8.static.flickr.com/7455/27649541440_dd5efcebd7_b.jpg"],
|
|
1239
|
+
"note": []
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
]
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"type": ["h-event"],
|
|
1247
|
+
"properties": {
|
|
1248
|
+
"name": [],
|
|
1249
|
+
"start": ["2010-04-15T09:00:00"],
|
|
1250
|
+
"end": ["Present"],
|
|
1251
|
+
"summary": [],
|
|
1252
|
+
"description": [],
|
|
1253
|
+
"location": [{
|
|
1254
|
+
"type": ["h-card"],
|
|
1255
|
+
"properties": {
|
|
1256
|
+
"job-title": ["Owner"],
|
|
1257
|
+
"org": ["Pixelated"],
|
|
1258
|
+
"url": [],
|
|
1259
|
+
"email": [],
|
|
1260
|
+
"tel": ["(973) 710-8008"],
|
|
1261
|
+
"street-address": ["10 Jade Circle"],
|
|
1262
|
+
"locality": ["Denville"],
|
|
1263
|
+
"region": ["NJ"],
|
|
1264
|
+
"postal-code": ["07834"],
|
|
1265
|
+
"country-name": ["USA"]
|
|
1266
|
+
}
|
|
1267
|
+
}]
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"type": ["h-event"],
|
|
1272
|
+
"properties": {
|
|
1273
|
+
"name": [],
|
|
1274
|
+
"start": ["2010-03-29T09:00:00"],
|
|
1275
|
+
"end": ["2012-08-10T17:00:00"],
|
|
1276
|
+
"summary": [],
|
|
1277
|
+
"description": [],
|
|
1278
|
+
"location": [{
|
|
1279
|
+
"type": ["h-card"],
|
|
1280
|
+
"properties": {
|
|
1281
|
+
"job-title": ["Director Digital Platforms"],
|
|
1282
|
+
"org": ["The Associated Press (AP)"],
|
|
1283
|
+
"url": [],
|
|
1284
|
+
"email": [],
|
|
1285
|
+
"tel": ["(609) 655-4744"],
|
|
1286
|
+
"street-address": ["19 Commerce Drive"],
|
|
1287
|
+
"locality": ["Cranbury"],
|
|
1288
|
+
"region": ["NJ"],
|
|
1289
|
+
"postal-code": ["08512"],
|
|
1290
|
+
"country-name": ["USA"]
|
|
1291
|
+
}
|
|
1292
|
+
}],
|
|
1293
|
+
"projects": [
|
|
1294
|
+
{
|
|
1295
|
+
"type": ["h-card"],
|
|
1296
|
+
"properties": {
|
|
1297
|
+
"name": ["AP College Football Hub"],
|
|
1298
|
+
"url": ["https://blog.pixelated.tech/2010/10/13/touchdown-aps-new-college-football-site-is-live/"],
|
|
1299
|
+
"photo": ["https://farm8.static.flickr.com/7384/27850762921_9bca94069a_b.jpg"],
|
|
1300
|
+
"note": []
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"type": ["h-card"],
|
|
1305
|
+
"properties": {
|
|
1306
|
+
"name": ["AP Content API"],
|
|
1307
|
+
"url": ["https://developer.ap.org/"],
|
|
1308
|
+
"photo": ["https://farm8.static.flickr.com/7459/27927979695_5f79e10ace_b.jpg"],
|
|
1309
|
+
"note": []
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"type": ["h-card"],
|
|
1314
|
+
"properties": {
|
|
1315
|
+
"name": ["AP Archive"],
|
|
1316
|
+
"url": ["https://www.aparchive.com"],
|
|
1317
|
+
"photo": ["https://farm8.static.flickr.com/7326/27927782885_1d64512679_b.jpg"],
|
|
1318
|
+
"note": []
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"type": ["h-card"],
|
|
1323
|
+
"properties": {
|
|
1324
|
+
"name": ["AP Exchange"],
|
|
1325
|
+
"url": ["https://www.apexchange.com"],
|
|
1326
|
+
"photo": ["https://farm8.static.flickr.com/7623/27314670933_b3162d6754_b.jpg"],
|
|
1327
|
+
"note": []
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"type": ["h-card"],
|
|
1332
|
+
"properties": {
|
|
1333
|
+
"name": ["AP Images"],
|
|
1334
|
+
"url": ["https://www.apimages.com"],
|
|
1335
|
+
"photo": ["https://farm8.static.flickr.com/7522/27893547926_55a16ece4a_b.jpg"],
|
|
1336
|
+
"note": []
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"type": ["h-card"],
|
|
1341
|
+
"properties": {
|
|
1342
|
+
"name": ["AP Video Hub"],
|
|
1343
|
+
"url": ["https://www.apvideohub.com"],
|
|
1344
|
+
"photo": [],
|
|
1345
|
+
"note": []
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"type": ["h-card"],
|
|
1350
|
+
"properties": {
|
|
1351
|
+
"name": ["AP.Org Web Site"],
|
|
1352
|
+
"url": ["https://www.ap.org"],
|
|
1353
|
+
"photo": ["https://farm8.static.flickr.com/7319/27649381300_702858b17d_b.jpg"],
|
|
1354
|
+
"note": []
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"type": ["h-card"],
|
|
1359
|
+
"properties": {
|
|
1360
|
+
"name": ["AP Mobile App"],
|
|
1361
|
+
"url": [],
|
|
1362
|
+
"photo": ["https://farm8.static.flickr.com/7451/27649355180_954d90c3a3_b.jpg"],
|
|
1363
|
+
"note": []
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"type": ["h-card"],
|
|
1368
|
+
"properties": {
|
|
1369
|
+
"name": ["iCircular"],
|
|
1370
|
+
"url": ["https://dmnews.com/associated-press-debuts-mobile-icircular-program/"],
|
|
1371
|
+
"photo": ["https://farm8.static.flickr.com/7642/27315738694_939f35c782_b.jpg"],
|
|
1372
|
+
"note": []
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
]
|
|
1376
|
+
}
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"type": ["h-event"],
|
|
1380
|
+
"properties": {
|
|
1381
|
+
"name": [],
|
|
1382
|
+
"start": ["2008-10-01T09:00:00"],
|
|
1383
|
+
"end": ["2010-03-26T17:00:00"],
|
|
1384
|
+
"summary": [],
|
|
1385
|
+
"description": [],
|
|
1386
|
+
"location": [{
|
|
1387
|
+
"type": ["h-card"],
|
|
1388
|
+
"properties": {
|
|
1389
|
+
"job-title": ["Manager Internet Marketing"],
|
|
1390
|
+
"org": ["Bristol Myers Squibb"],
|
|
1391
|
+
"url": [],
|
|
1392
|
+
"email": [],
|
|
1393
|
+
"tel": ["(609) 419-5000"],
|
|
1394
|
+
"street-address": ["100 Nassau Park Boulevard"],
|
|
1395
|
+
"locality": ["Princeton"],
|
|
1396
|
+
"region": ["NJ"],
|
|
1397
|
+
"postal-code": ["08540"],
|
|
1398
|
+
"country-name": ["USA"]
|
|
1399
|
+
}
|
|
1400
|
+
}]
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"type": ["h-event"],
|
|
1405
|
+
"properties": {
|
|
1406
|
+
"name": [],
|
|
1407
|
+
"start": ["2005-09-01T09:00:00"],
|
|
1408
|
+
"end": ["2008-10-01T17:00:00"],
|
|
1409
|
+
"summary": [],
|
|
1410
|
+
"description": [],
|
|
1411
|
+
"location": [{
|
|
1412
|
+
"type": ["h-card"],
|
|
1413
|
+
"properties": {
|
|
1414
|
+
"job-title": ["Manager Enterprise Web Development"],
|
|
1415
|
+
"org": ["Bristol Myers Squibb"],
|
|
1416
|
+
"url": [],
|
|
1417
|
+
"email": [],
|
|
1418
|
+
"tel": ["(609) 419-5000"],
|
|
1419
|
+
"street-address": ["100 Nassau Park Boulevard"],
|
|
1420
|
+
"locality": ["Princeton"],
|
|
1421
|
+
"region": ["NJ"],
|
|
1422
|
+
"postal-code": ["08540"],
|
|
1423
|
+
"country-name": ["USA"]
|
|
1424
|
+
}
|
|
1425
|
+
}]
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"type": ["h-event"],
|
|
1430
|
+
"properties": {
|
|
1431
|
+
"name": [],
|
|
1432
|
+
"start": ["2001-06-27T09:00:00"],
|
|
1433
|
+
"end": ["2005-09-01T17:00:00"],
|
|
1434
|
+
"summary": [],
|
|
1435
|
+
"description": [],
|
|
1436
|
+
"location": [{
|
|
1437
|
+
"type": ["h-card"],
|
|
1438
|
+
"properties": {
|
|
1439
|
+
"job-title": ["Senior Advisor"],
|
|
1440
|
+
"org": ["Bristol Myers Squibb"],
|
|
1441
|
+
"url": [],
|
|
1442
|
+
"email": [],
|
|
1443
|
+
"tel": ["(609) 419-5000"],
|
|
1444
|
+
"street-address": ["100 Nassau Park Boulevard"],
|
|
1445
|
+
"locality": ["Princeton"],
|
|
1446
|
+
"region": ["NJ"],
|
|
1447
|
+
"postal-code": ["08540"],
|
|
1448
|
+
"country-name": ["USA"]
|
|
1449
|
+
}
|
|
1450
|
+
}],
|
|
1451
|
+
"projects": [
|
|
1452
|
+
{
|
|
1453
|
+
"type": ["h-card"],
|
|
1454
|
+
"properties": {
|
|
1455
|
+
"name": ["Plavix Brand Web Site"],
|
|
1456
|
+
"url": ["http://www.plavix.com"],
|
|
1457
|
+
"photo": ["https://farm8.static.flickr.com/7379/27649213210_a03682962a_b.jpg"],
|
|
1458
|
+
"note": []
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"type": ["h-card"],
|
|
1463
|
+
"properties": {
|
|
1464
|
+
"name": ["Sprycel Brand Web Site"],
|
|
1465
|
+
"url": ["http://www.sprycel.com"],
|
|
1466
|
+
"photo": ["https://farm8.static.flickr.com/7436/27314610843_442f404cc1_b.jpg"],
|
|
1467
|
+
"note": []
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"type": ["h-card"],
|
|
1472
|
+
"properties": {
|
|
1473
|
+
"name": ["Reyataz Photo Contest"],
|
|
1474
|
+
"url": ["http://www.reyatazphotocontest.com"],
|
|
1475
|
+
"photo": ["https://farm8.static.flickr.com/7411/27314611003_b130d64819_b.jpg"],
|
|
1476
|
+
"note": []
|
|
1477
|
+
}
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"type": ["h-card"],
|
|
1481
|
+
"properties": {
|
|
1482
|
+
"name": ["Abilify Brand Web Site"],
|
|
1483
|
+
"url": ["http://www.abilify.com"],
|
|
1484
|
+
"photo": ["https://farm8.static.flickr.com/7546/27893393336_4d4e179872_b.jpg"],
|
|
1485
|
+
"note": []
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"type": ["h-card"],
|
|
1490
|
+
"properties": {
|
|
1491
|
+
"name": ["Atripla Brand Web Site"],
|
|
1492
|
+
"url": ["http://www.atripla.com"],
|
|
1493
|
+
"photo": ["https://farm8.static.flickr.com/7217/27314610413_88a60beb90_b.jpg"],
|
|
1494
|
+
"note": []
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"type": ["h-card"],
|
|
1499
|
+
"properties": {
|
|
1500
|
+
"name": ["I Can With RA"],
|
|
1501
|
+
"url": ["http://www.icanwithra.com"],
|
|
1502
|
+
"photo": ["https://farm8.static.flickr.com/7355/27314610683_41f3f593f0_b.jpg"],
|
|
1503
|
+
"note": []
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"type": ["h-card"],
|
|
1508
|
+
"properties": {
|
|
1509
|
+
"name": ["Baraclude Brand Web Site"],
|
|
1510
|
+
"url": ["http://www.baraclude.com"],
|
|
1511
|
+
"photo": ["https://farm8.static.flickr.com/7545/27893392756_2edfcc577a_b.jpg"],
|
|
1512
|
+
"note": []
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"type": ["h-card"],
|
|
1517
|
+
"properties": {
|
|
1518
|
+
"name": ["Onglyza Brand Web Site"],
|
|
1519
|
+
"url": ["http://www.onglyza.com"],
|
|
1520
|
+
"photo": ["https://farm8.static.flickr.com/7456/27893393026_c2f777c166_b.jpg"],
|
|
1521
|
+
"note": []
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"type": ["h-card"],
|
|
1526
|
+
"properties": {
|
|
1527
|
+
"name": ["My CML Care"],
|
|
1528
|
+
"url": ["http://www.mycmlcare.com"],
|
|
1529
|
+
"photo": ["https://farm8.static.flickr.com/7382/27893393116_afb6e4c660_b.jpg"],
|
|
1530
|
+
"note": []
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"type": ["h-card"],
|
|
1535
|
+
"properties": {
|
|
1536
|
+
"name": ["Aware To Care - Medicaire Part D Outreach Program"],
|
|
1537
|
+
"url": ["http://www.awaretocare.com"],
|
|
1538
|
+
"photo": ["https://farm8.static.flickr.com/7391/27850591271_bb1f57f9a7_b.jpg"],
|
|
1539
|
+
"note": []
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"type": ["h-card"],
|
|
1544
|
+
"properties": {
|
|
1545
|
+
"name": ["Glucophage Brand Web Site"],
|
|
1546
|
+
"url": ["http://www.glucophage.com"],
|
|
1547
|
+
"photo": ["https://farm8.static.flickr.com/7351/27826047932_36aea98758_b.jpg"],
|
|
1548
|
+
"note": []
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"type": ["h-card"],
|
|
1553
|
+
"properties": {
|
|
1554
|
+
"name": ["Anxiety Relief Web Site"],
|
|
1555
|
+
"url": ["http://www.anxiety-relief.com"],
|
|
1556
|
+
"photo": ["https://farm8.static.flickr.com/7282/27826048142_838aa005dc_b.jpg"],
|
|
1557
|
+
"note": []
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"type": ["h-card"],
|
|
1562
|
+
"properties": {
|
|
1563
|
+
"name": ["Pravachol Brand Web Site"],
|
|
1564
|
+
"url": ["http://pravachol.com"],
|
|
1565
|
+
"photo": ["https://farm8.static.flickr.com/7307/27315427914_31139a9df5_b.jpg"],
|
|
1566
|
+
"note": []
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1569
|
+
]
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"type": ["h-event"],
|
|
1574
|
+
"properties": {
|
|
1575
|
+
"name": [],
|
|
1576
|
+
"start": ["2000-04-17T09:00:00"],
|
|
1577
|
+
"end": ["2001-06-26T17:00:00"],
|
|
1578
|
+
"summary": [],
|
|
1579
|
+
"description": [],
|
|
1580
|
+
"location": [{
|
|
1581
|
+
"type": ["h-card"],
|
|
1582
|
+
"properties": {
|
|
1583
|
+
"job-title": ["Consultant @ Bristol Myers Squibb"],
|
|
1584
|
+
"org": ["VersaTech Consulting"],
|
|
1585
|
+
"url": [],
|
|
1586
|
+
"email": [],
|
|
1587
|
+
"tel": ["(732) 726-4200"],
|
|
1588
|
+
"street-address": ["900 Route 9 North"],
|
|
1589
|
+
"locality": ["Woodbridge"],
|
|
1590
|
+
"region": ["NJ"],
|
|
1591
|
+
"postal-code": ["07095"],
|
|
1592
|
+
"country-name": ["USA"]
|
|
1593
|
+
}
|
|
1594
|
+
}]
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"type": ["h-event"],
|
|
1599
|
+
"properties": {
|
|
1600
|
+
"name": [],
|
|
1601
|
+
"start": ["1999-09-01T09:00:00"],
|
|
1602
|
+
"end": ["2000-04-14T17:00:00"],
|
|
1603
|
+
"summary": [],
|
|
1604
|
+
"description": [],
|
|
1605
|
+
"location": [{
|
|
1606
|
+
"type": ["h-card"],
|
|
1607
|
+
"properties": {
|
|
1608
|
+
"job-title": ["Senior Developer"],
|
|
1609
|
+
"org": ["Telcordia Technologies (Formerly Bellcore)"],
|
|
1610
|
+
"url": [],
|
|
1611
|
+
"email": [],
|
|
1612
|
+
"tel": [],
|
|
1613
|
+
"street-address": ["6 Corporate Place"],
|
|
1614
|
+
"locality": ["Piscataway"],
|
|
1615
|
+
"region": ["NJ"],
|
|
1616
|
+
"postal-code": ["08854"],
|
|
1617
|
+
"country-name": ["USA"]
|
|
1618
|
+
}
|
|
1619
|
+
}],
|
|
1620
|
+
"projects": [
|
|
1621
|
+
{
|
|
1622
|
+
"type": ["h-card"],
|
|
1623
|
+
"properties": {
|
|
1624
|
+
"name": ["Telcordia Web Site"],
|
|
1625
|
+
"url": ["http://www.telcordia.com"],
|
|
1626
|
+
"photo": ["https://farm8.static.flickr.com/7691/27315452394_f524774794_b.jpg"],
|
|
1627
|
+
"note": []
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"type": ["h-card"],
|
|
1632
|
+
"properties": {
|
|
1633
|
+
"name": ["Bellcore AR Greenhouse"],
|
|
1634
|
+
"url": ["http://www.argreenhouse.com"],
|
|
1635
|
+
"photo": ["https://farm8.static.flickr.com/7463/27314493483_1ec420c6f9_b.jpg"],
|
|
1636
|
+
"note": []
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"type": ["h-card"],
|
|
1641
|
+
"properties": {
|
|
1642
|
+
"name": ["Bellcore Web Site"],
|
|
1643
|
+
"url": ["http://www.bellcore.com"],
|
|
1644
|
+
"photo": ["https://farm8.static.flickr.com/7359/27315452344_a37254b008_b.jpg"],
|
|
1645
|
+
"note": []
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1648
|
+
]
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"type": ["h-event"],
|
|
1653
|
+
"properties": {
|
|
1654
|
+
"name": [],
|
|
1655
|
+
"start": ["1999-04-01T09:00:00"],
|
|
1656
|
+
"end": ["2000-09-14T17:00:00"],
|
|
1657
|
+
"summary": [],
|
|
1658
|
+
"description": [],
|
|
1659
|
+
"location": [{
|
|
1660
|
+
"type": ["h-card"],
|
|
1661
|
+
"properties": {
|
|
1662
|
+
"job-title": ["Consultant, Senior Developer @ Telcordia Technologies (Formerly Bellcore)"],
|
|
1663
|
+
"org": ["Technisource (now Randstad)"],
|
|
1664
|
+
"url": [],
|
|
1665
|
+
"email": [],
|
|
1666
|
+
"tel": ["(954) 493-8701"],
|
|
1667
|
+
"street-address": ["1901 West Cypress Creek Road Suite 202"],
|
|
1668
|
+
"locality": ["Fort Lauderdale"],
|
|
1669
|
+
"region": ["FL"],
|
|
1670
|
+
"postal-code": ["33309"],
|
|
1671
|
+
"country-name": []
|
|
1672
|
+
}
|
|
1673
|
+
}]
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"type": ["h-event"],
|
|
1678
|
+
"properties": {
|
|
1679
|
+
"name": [],
|
|
1680
|
+
"start": ["1998-10-07T09:00:00"],
|
|
1681
|
+
"end": ["1999-04-01T17:00:00"],
|
|
1682
|
+
"summary": [],
|
|
1683
|
+
"description": [],
|
|
1684
|
+
"location": [{
|
|
1685
|
+
"type": ["h-card"],
|
|
1686
|
+
"properties": {
|
|
1687
|
+
"job-title": ["Consultant, Web Designer / Developer @ Telcordia Technologies (Formerly Bellcore)"],
|
|
1688
|
+
"org": ["Technisource (now Randstad)"],
|
|
1689
|
+
"url": [],
|
|
1690
|
+
"email": [],
|
|
1691
|
+
"tel": ["(954) 493-8701"],
|
|
1692
|
+
"street-address": ["1901 West Cypress Creek Road Suite 202"],
|
|
1693
|
+
"locality": ["Fort Lauderdale"],
|
|
1694
|
+
"region": ["FL"],
|
|
1695
|
+
"postal-code": ["33309"],
|
|
1696
|
+
"country-name": []
|
|
1697
|
+
}
|
|
1698
|
+
}]
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"type": ["h-event"],
|
|
1703
|
+
"properties": {
|
|
1704
|
+
"name": [],
|
|
1705
|
+
"start": ["1997-11-01T09:00:00"],
|
|
1706
|
+
"end": ["1998-10-06T17:00:00"],
|
|
1707
|
+
"summary": [],
|
|
1708
|
+
"description": [],
|
|
1709
|
+
"location": [{
|
|
1710
|
+
"type": ["h-card"],
|
|
1711
|
+
"properties": {
|
|
1712
|
+
"job-title": ["Consultant, Web Designer / Developer @ Bristol Myers Squibb"],
|
|
1713
|
+
"org": ["Tiffany Computer Systems"],
|
|
1714
|
+
"url": [],
|
|
1715
|
+
"email": [],
|
|
1716
|
+
"tel": ["(973) 882-1037"],
|
|
1717
|
+
"street-address": ["150 Fairfield Road"],
|
|
1718
|
+
"locality": ["Fairfield"],
|
|
1719
|
+
"region": ["NJ"],
|
|
1720
|
+
"postal-code": ["07004"],
|
|
1721
|
+
"country-name": ["USA"]
|
|
1722
|
+
}
|
|
1723
|
+
}]
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"type": ["h-event"],
|
|
1728
|
+
"properties": {
|
|
1729
|
+
"name": [],
|
|
1730
|
+
"start": ["1996-07-01T09:00:00"],
|
|
1731
|
+
"end": ["1997-11-01T17:00:00"],
|
|
1732
|
+
"summary": [],
|
|
1733
|
+
"description": [],
|
|
1734
|
+
"location": [{
|
|
1735
|
+
"type": ["h-card"],
|
|
1736
|
+
"properties": {
|
|
1737
|
+
"job-title": ["Webmaster / Graphic Designer"],
|
|
1738
|
+
"org": ["New World Computers Direct (NWCD)"],
|
|
1739
|
+
"url": [],
|
|
1740
|
+
"email": [],
|
|
1741
|
+
"tel": ["(732) 417-9009"],
|
|
1742
|
+
"street-address": ["120 McGaw Drive"],
|
|
1743
|
+
"locality": ["Edison"],
|
|
1744
|
+
"region": ["NJ"],
|
|
1745
|
+
"postal-code": ["08837"],
|
|
1746
|
+
"country-name": ["USA"]
|
|
1747
|
+
}
|
|
1748
|
+
}],
|
|
1749
|
+
"projects": [
|
|
1750
|
+
{
|
|
1751
|
+
"type": ["h-card"],
|
|
1752
|
+
"properties": {
|
|
1753
|
+
"name": ["NWCD.com"],
|
|
1754
|
+
"url": ["https://www.nwcd.com"],
|
|
1755
|
+
"photo": ["https://farm8.static.flickr.com/7312/27893242816_ca605dc96e_b.jpg"],
|
|
1756
|
+
"note": []
|
|
1757
|
+
}
|
|
1758
|
+
}
|
|
1759
|
+
]
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"type": ["h-event"],
|
|
1764
|
+
"properties": {
|
|
1765
|
+
"name": [],
|
|
1766
|
+
"start": ["1995-08-01T09:00:00"],
|
|
1767
|
+
"end": ["1996-11-01T17:00:00"],
|
|
1768
|
+
"summary": [],
|
|
1769
|
+
"description": [],
|
|
1770
|
+
"location": [{
|
|
1771
|
+
"type": ["h-card"],
|
|
1772
|
+
"properties": {
|
|
1773
|
+
"job-title": ["Computer Artist, Advertisement Production"],
|
|
1774
|
+
"org": ["Greater Media Newspapers"],
|
|
1775
|
+
"url": [],
|
|
1776
|
+
"email": [],
|
|
1777
|
+
"tel": ["(732) 254-7000 x 357"],
|
|
1778
|
+
"street-address": ["7 Edgeboro Road"],
|
|
1779
|
+
"locality": ["East Brunswick"],
|
|
1780
|
+
"region": ["NJ"],
|
|
1781
|
+
"postal-code": ["08816 "],
|
|
1782
|
+
"country-name": ["USA"]
|
|
1783
|
+
}
|
|
1784
|
+
}]
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"type": ["h-event"],
|
|
1789
|
+
"properties": {
|
|
1790
|
+
"name": [],
|
|
1791
|
+
"start": ["1992-01-01T09:00:00"],
|
|
1792
|
+
"end": ["1996-08-01T17:00:00"],
|
|
1793
|
+
"summary": [],
|
|
1794
|
+
"description": [],
|
|
1795
|
+
"location": [{
|
|
1796
|
+
"type": ["h-card"],
|
|
1797
|
+
"properties": {
|
|
1798
|
+
"job-title": ["Cashier / Front End Supervisor"],
|
|
1799
|
+
"org": ["Mayfair Foodtown Supermarkets"],
|
|
1800
|
+
"url": [],
|
|
1801
|
+
"email": [],
|
|
1802
|
+
"tel": [],
|
|
1803
|
+
"street-address": ["Loehmanns Plaza, 233 Route 18"],
|
|
1804
|
+
"locality": ["East Brunswick"],
|
|
1805
|
+
"region": ["NJ"],
|
|
1806
|
+
"postal-code": ["08816 "],
|
|
1807
|
+
"country-name": ["USA"]
|
|
1808
|
+
}
|
|
1809
|
+
}]
|
|
1810
|
+
}
|
|
1811
|
+
}
|
|
1812
|
+
],
|
|
1813
|
+
"volunteer": [
|
|
1814
|
+
{
|
|
1815
|
+
"type": ["h-event"],
|
|
1816
|
+
"properties": {
|
|
1817
|
+
"name": [],
|
|
1818
|
+
"start": ["2022-02-01T00:00:00"],
|
|
1819
|
+
"end": ["2022-06-30T23:59:59"],
|
|
1820
|
+
"summary": [
|
|
1821
|
+
"RPS Express Mentorship Program"
|
|
1822
|
+
],
|
|
1823
|
+
"description": ["Mentorship, career, and industry insights are increasingly important for our Upper School Argonauts facing highly competitive internship and college admission processes. We are seeking alum mentors for our Express Mentorship Program (EMP), running each spring for our RPS Juniors."],
|
|
1824
|
+
"location": [{
|
|
1825
|
+
"type": ["h-card"],
|
|
1826
|
+
"properties": {
|
|
1827
|
+
"job-title": ["Mentor, RPS Express Mentorship PRogram"],
|
|
1828
|
+
"org": ["Rutgers Preparatory School"],
|
|
1829
|
+
"url": [],
|
|
1830
|
+
"email": [],
|
|
1831
|
+
"tel": ["(732) 545-5600"],
|
|
1832
|
+
"street-address": ["1345 Easton Avenue"],
|
|
1833
|
+
"locality": ["Somerset"],
|
|
1834
|
+
"region": ["NJ"],
|
|
1835
|
+
"postal-code": ["08873"],
|
|
1836
|
+
"country-name": ["USA"]
|
|
1837
|
+
}
|
|
1838
|
+
}]
|
|
1839
|
+
}
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"type": ["h-event"],
|
|
1843
|
+
"properties": {
|
|
1844
|
+
"name": [],
|
|
1845
|
+
"start": ["2017-02-01T00:00:00"],
|
|
1846
|
+
"end": ["2020-12-31T23:59:59"],
|
|
1847
|
+
"summary": [
|
|
1848
|
+
"The Design Thinking Certificate Program at Rutgers, in connection with the Rutgers Center for Innovation Education and the Rutgers Professional Science Master's Degree, focuses on teaching innovative thinking as a means of designing products and services that manage complexity, serve human needs, and are sustainable to both businesses and the people they serve. Students work in small teams to complete a project from beginning to end, with guidance from professional designers and educators. "
|
|
1849
|
+
],
|
|
1850
|
+
"description": [
|
|
1851
|
+
"Membership on the Advisory Council is by invitation only, and is based upon personal and professional accomplishments",
|
|
1852
|
+
"The Council meets once a quarter to discuss the curricula of our Rutgers’ Design Thinking program and to assign mentorships for future class participants",
|
|
1853
|
+
"Chaired the Marketing Committee, focusing on increased program awareness, networking of committee members and students, lead generation, thought leadership, and social media presence",
|
|
1854
|
+
"Technology Stack includes Weebly, Google Analytics, HTML5, CSS3, JavaScript",
|
|
1855
|
+
"See more at: http://designthinking.rutgers.edu/"
|
|
1856
|
+
],
|
|
1857
|
+
"location": [{
|
|
1858
|
+
"type": ["h-card"],
|
|
1859
|
+
"properties": {
|
|
1860
|
+
"job-title": ["DesignThinking@Rutgers Advisory Board Member"],
|
|
1861
|
+
"org": ["Rutgers University"],
|
|
1862
|
+
"url": [],
|
|
1863
|
+
"email": [],
|
|
1864
|
+
"tel": [],
|
|
1865
|
+
"street-address": ["35 Berrue Circle"],
|
|
1866
|
+
"locality": ["Piscataway"],
|
|
1867
|
+
"region": ["NJ"],
|
|
1868
|
+
"postal-code": [],
|
|
1869
|
+
"country-name": []
|
|
1870
|
+
}
|
|
1871
|
+
}]
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"type": ["h-event"],
|
|
1876
|
+
"properties": {
|
|
1877
|
+
"name": [],
|
|
1878
|
+
"start": ["2017-02-01T00:00:00"],
|
|
1879
|
+
"end": ["2019-12-01T00:00:00"],
|
|
1880
|
+
"summary": [],
|
|
1881
|
+
"description": ["Designed, built, and deployed bunniesunited.org web site and social media presence",
|
|
1882
|
+
"Used hosted WordPress solution to manage content and design elements",
|
|
1883
|
+
"Coordinated design and marketing efforts with Facebook page, Twitter account, and Instagram account",
|
|
1884
|
+
"Focused on increasing Adoption, Volunteering, and Donation rates"],
|
|
1885
|
+
"location": [{
|
|
1886
|
+
"type": ["h-card"],
|
|
1887
|
+
"properties": {
|
|
1888
|
+
"job-title": ["Web Developer"],
|
|
1889
|
+
"org": ["Bunnies United Network (BUN)"],
|
|
1890
|
+
"url": [],
|
|
1891
|
+
"email": [],
|
|
1892
|
+
"tel": [],
|
|
1893
|
+
"street-address": ["P.O. Box 5561"],
|
|
1894
|
+
"locality": ["Naperville "],
|
|
1895
|
+
"region": ["IL"],
|
|
1896
|
+
"postal-code": ["60567"],
|
|
1897
|
+
"country-name": ["USA"]
|
|
1898
|
+
}
|
|
1899
|
+
}]
|
|
1900
|
+
}
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"type": ["h-event"],
|
|
1904
|
+
"properties": {
|
|
1905
|
+
"name": [],
|
|
1906
|
+
"start": ["1994-01-01T00:00:00"],
|
|
1907
|
+
"end": ["1994-12-31T00:00:00"],
|
|
1908
|
+
"summary": ["Development of b&w/color/ciba printing, studio photography and lighting, aerial photography, copy work, 35mm, medium and large formats."],
|
|
1909
|
+
"description": [],
|
|
1910
|
+
"location": [{
|
|
1911
|
+
"type": ["h-card"],
|
|
1912
|
+
"properties": {
|
|
1913
|
+
"job-title": ["Intern / Photography Assistant"],
|
|
1914
|
+
"org": ["Aerographics, Inc. "],
|
|
1915
|
+
"url": [],
|
|
1916
|
+
"email": [],
|
|
1917
|
+
"tel": ["(732) 846-7766"],
|
|
1918
|
+
"street-address": ["90A Jersey Avenue"],
|
|
1919
|
+
"locality": ["New Brunswick"],
|
|
1920
|
+
"region": ["NJ"],
|
|
1921
|
+
"postal-code": ["08901"],
|
|
1922
|
+
"country-name": ["USA"]
|
|
1923
|
+
}
|
|
1924
|
+
}]
|
|
1925
|
+
}
|
|
1926
|
+
}
|
|
1927
|
+
],
|
|
1928
|
+
"awards": [
|
|
1929
|
+
{
|
|
1930
|
+
"type": ["h-event"],
|
|
1931
|
+
"properties": {
|
|
1932
|
+
"name": [],
|
|
1933
|
+
"start": [],
|
|
1934
|
+
"end": ["2023-08-17T09:00:00"],
|
|
1935
|
+
"summary": [],
|
|
1936
|
+
"description": [],
|
|
1937
|
+
"location": [{
|
|
1938
|
+
"type": ["h-card"],
|
|
1939
|
+
"properties": {
|
|
1940
|
+
"job-title": ["American Express #1 JD Power US Credit Card Satisfaction Study"],
|
|
1941
|
+
"org": ["American Express"],
|
|
1942
|
+
"url": ["https://www.jdpower.com/business/press-releases/2023-us-credit-card-satisfaction-study"],
|
|
1943
|
+
"email": [],
|
|
1944
|
+
"tel": [],
|
|
1945
|
+
"street-address": ["200 Vesey Street"],
|
|
1946
|
+
"locality": ["New York"],
|
|
1947
|
+
"region": ["NY"],
|
|
1948
|
+
"postal-code": ["10281"],
|
|
1949
|
+
"country-name": ["USA"]
|
|
1950
|
+
}
|
|
1951
|
+
}]
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"type": ["h-event"],
|
|
1956
|
+
"properties": {
|
|
1957
|
+
"name": [],
|
|
1958
|
+
"start": [],
|
|
1959
|
+
"end": ["2023-08-17T09:00:00"],
|
|
1960
|
+
"summary": [],
|
|
1961
|
+
"description": [],
|
|
1962
|
+
"location": [{
|
|
1963
|
+
"type": ["h-card"],
|
|
1964
|
+
"properties": {
|
|
1965
|
+
"job-title": ["American Express #1 JD Power US Small Business Credit Card Satisfaction Study"],
|
|
1966
|
+
"org": ["American Express"],
|
|
1967
|
+
"url": ["https://www.jdpower.com/business/press-releases/2023-us-small-business-credit-card-satisfaction-study"],
|
|
1968
|
+
"email": [],
|
|
1969
|
+
"tel": [],
|
|
1970
|
+
"street-address": ["200 Vesey Street"],
|
|
1971
|
+
"locality": ["New York"],
|
|
1972
|
+
"region": ["NY"],
|
|
1973
|
+
"postal-code": ["10281"],
|
|
1974
|
+
"country-name": ["USA"]
|
|
1975
|
+
}
|
|
1976
|
+
}]
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"type": ["h-event"],
|
|
1981
|
+
"properties": {
|
|
1982
|
+
"name": [],
|
|
1983
|
+
"start": [],
|
|
1984
|
+
"end": ["2023-07-10T00:00:00"],
|
|
1985
|
+
"summary": [],
|
|
1986
|
+
"description": ["Member of the following teams: * Business & Rewards Checking * India Data Localization * Project Gambit ( All US Cards Soft Credit Inquiry for pre-approval)"],
|
|
1987
|
+
"location": [{
|
|
1988
|
+
"type": ["h-card"],
|
|
1989
|
+
"properties": {
|
|
1990
|
+
"job-title": ["Edward P Gilligan Award"],
|
|
1991
|
+
"org": ["American Express"],
|
|
1992
|
+
"url": ["https://x.com/AmericanExpress/status/1681057766482354176"],
|
|
1993
|
+
"email": [],
|
|
1994
|
+
"tel": [],
|
|
1995
|
+
"street-address": ["200 Vesey Street"],
|
|
1996
|
+
"locality": ["New York"],
|
|
1997
|
+
"region": ["NY"],
|
|
1998
|
+
"postal-code": ["10281"],
|
|
1999
|
+
"country-name": ["USA"]
|
|
2000
|
+
}
|
|
2001
|
+
}]
|
|
2002
|
+
}
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"type": ["h-event"],
|
|
2006
|
+
"properties": {
|
|
2007
|
+
"name": [],
|
|
2008
|
+
"start": [],
|
|
2009
|
+
"end": ["2022-08-18T09:00:00"],
|
|
2010
|
+
"summary": [],
|
|
2011
|
+
"description": [],
|
|
2012
|
+
"location": [{
|
|
2013
|
+
"type": ["h-card"],
|
|
2014
|
+
"properties": {
|
|
2015
|
+
"job-title": ["American Express #1 JD Power US Credit Card Satisfaction Study"],
|
|
2016
|
+
"org": ["American Express"],
|
|
2017
|
+
"url": ["https://www.jdpower.com/business/press-releases/2022-us-credit-card-satisfaction-study"],
|
|
2018
|
+
"email": [],
|
|
2019
|
+
"tel": [],
|
|
2020
|
+
"street-address": ["200 Vesey Street"],
|
|
2021
|
+
"locality": ["New York"],
|
|
2022
|
+
"region": ["NY"],
|
|
2023
|
+
"postal-code": ["10281"],
|
|
2024
|
+
"country-name": ["USA"]
|
|
2025
|
+
}
|
|
2026
|
+
}]
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"type": ["h-event"],
|
|
2031
|
+
"properties": {
|
|
2032
|
+
"name": [],
|
|
2033
|
+
"start": [],
|
|
2034
|
+
"end": ["2022-08-18T09:00:00"],
|
|
2035
|
+
"summary": [],
|
|
2036
|
+
"description": [],
|
|
2037
|
+
"location": [{
|
|
2038
|
+
"type": ["h-card"],
|
|
2039
|
+
"properties": {
|
|
2040
|
+
"job-title": ["American Express #1 JD Power US Small Business Credit Card Satisfaction Study"],
|
|
2041
|
+
"org": ["American Express"],
|
|
2042
|
+
"url": ["https://www.jdpower.com/business/press-releases/2022-us-small-business-credit-card-satisfaction-study"],
|
|
2043
|
+
"email": [],
|
|
2044
|
+
"tel": [],
|
|
2045
|
+
"street-address": ["200 Vesey Street"],
|
|
2046
|
+
"locality": ["New York"],
|
|
2047
|
+
"region": ["NY"],
|
|
2048
|
+
"postal-code": ["10281"],
|
|
2049
|
+
"country-name": ["USA"]
|
|
2050
|
+
}
|
|
2051
|
+
}]
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"type": ["h-event"],
|
|
2056
|
+
"properties": {
|
|
2057
|
+
"name": [],
|
|
2058
|
+
"start": [],
|
|
2059
|
+
"end": ["2021-08-19T09:00:00"],
|
|
2060
|
+
"summary": [],
|
|
2061
|
+
"description": [],
|
|
2062
|
+
"location": [{
|
|
2063
|
+
"type": ["h-card"],
|
|
2064
|
+
"properties": {
|
|
2065
|
+
"job-title": ["American Express #1 JD Power US Credit Card Satisfaction Study"],
|
|
2066
|
+
"org": ["American Express"],
|
|
2067
|
+
"url": ["https://www.jdpower.com/business/press-releases/2021-us-credit-card-satisfaction-study"],
|
|
2068
|
+
"email": [],
|
|
2069
|
+
"tel": [],
|
|
2070
|
+
"street-address": ["200 Vesey Street"],
|
|
2071
|
+
"locality": ["New York"],
|
|
2072
|
+
"region": ["NY"],
|
|
2073
|
+
"postal-code": ["10281"],
|
|
2074
|
+
"country-name": ["USA"]
|
|
2075
|
+
}
|
|
2076
|
+
}]
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"type": ["h-event"],
|
|
2081
|
+
"properties": {
|
|
2082
|
+
"name": [],
|
|
2083
|
+
"start": [],
|
|
2084
|
+
"end": ["2021-08-19T09:00:00"],
|
|
2085
|
+
"summary": [],
|
|
2086
|
+
"description": [],
|
|
2087
|
+
"location": [{
|
|
2088
|
+
"type": ["h-card"],
|
|
2089
|
+
"properties": {
|
|
2090
|
+
"job-title": ["American Express #1 JD Power US Small Business Credit Card Satisfaction Study"],
|
|
2091
|
+
"org": ["American Express"],
|
|
2092
|
+
"url": ["https://www.jdpower.com/business/press-releases/2021-us-small-business-credit-card-satisfaction-study"],
|
|
2093
|
+
"email": [],
|
|
2094
|
+
"tel": [],
|
|
2095
|
+
"street-address": ["200 Vesey Street"],
|
|
2096
|
+
"locality": ["New York"],
|
|
2097
|
+
"region": ["NY"],
|
|
2098
|
+
"postal-code": ["10281"],
|
|
2099
|
+
"country-name": ["USA"]
|
|
2100
|
+
}
|
|
2101
|
+
}]
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"type": ["h-event"],
|
|
2106
|
+
"properties": {
|
|
2107
|
+
"name": [],
|
|
2108
|
+
"start": [],
|
|
2109
|
+
"end": ["2020-08-20T09:00:00"],
|
|
2110
|
+
"summary": [],
|
|
2111
|
+
"description": [],
|
|
2112
|
+
"location": [{
|
|
2113
|
+
"type": ["h-card"],
|
|
2114
|
+
"properties": {
|
|
2115
|
+
"job-title": ["American Express #1 JD Power US Credit Card Satisfaction Study"],
|
|
2116
|
+
"org": ["American Express"],
|
|
2117
|
+
"url": ["https://www.jdpower.com/business/press-releases/2020-us-credit-card-satisfaction-study"],
|
|
2118
|
+
"email": [],
|
|
2119
|
+
"tel": [],
|
|
2120
|
+
"street-address": ["200 Vesey Street"],
|
|
2121
|
+
"locality": ["New York"],
|
|
2122
|
+
"region": ["NY"],
|
|
2123
|
+
"postal-code": ["10281"],
|
|
2124
|
+
"country-name": ["USA"]
|
|
2125
|
+
}
|
|
2126
|
+
}]
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"type": ["h-event"],
|
|
2131
|
+
"properties": {
|
|
2132
|
+
"name": [],
|
|
2133
|
+
"start": [],
|
|
2134
|
+
"end": ["2020-06-17T09:00:00"],
|
|
2135
|
+
"summary": [],
|
|
2136
|
+
"description": ["Member of the following teams: * Project Mercury (Paperless Disclosures + Green Card Refresh) * Project Rally (Small Business Card Approval based on bank activity)"],
|
|
2137
|
+
"location": [{
|
|
2138
|
+
"type": ["h-card"],
|
|
2139
|
+
"properties": {
|
|
2140
|
+
"job-title": ["Edward P Gilligan Award"],
|
|
2141
|
+
"org": ["American Express"],
|
|
2142
|
+
"url": [],
|
|
2143
|
+
"email": [],
|
|
2144
|
+
"tel": [],
|
|
2145
|
+
"street-address": ["200 Vesey Street"],
|
|
2146
|
+
"locality": ["New York"],
|
|
2147
|
+
"region": ["NY"],
|
|
2148
|
+
"postal-code": ["10281"],
|
|
2149
|
+
"country-name": ["USA"]
|
|
2150
|
+
}
|
|
2151
|
+
}]
|
|
2152
|
+
}
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"type": ["h-event"],
|
|
2156
|
+
"properties": {
|
|
2157
|
+
"name": [],
|
|
2158
|
+
"start": [],
|
|
2159
|
+
"end": ["2017-06-30T09:00:00"],
|
|
2160
|
+
"summary": [],
|
|
2161
|
+
"description": ["Media com-tech company Cision rang the opening bell at the New York Stock Exchange on June 30, 2017, announcing its merger with SPAC company Capitol Acquisition Corp III."],
|
|
2162
|
+
"location": [{
|
|
2163
|
+
"type": ["h-card"],
|
|
2164
|
+
"properties": {
|
|
2165
|
+
"job-title": ["Cision IPO"],
|
|
2166
|
+
"org": ["Cision (formerly PR Newswire)"],
|
|
2167
|
+
"url": ["https://www.cmswire.com/digital-experience/pr-software-provider-cision-kicks-off-24b-ipo/"],
|
|
2168
|
+
"email": [],
|
|
2169
|
+
"tel": [],
|
|
2170
|
+
"street-address": ["602 Plaza Three, Harborside Financial Center"],
|
|
2171
|
+
"locality": ["Jersey City"],
|
|
2172
|
+
"region": ["NJ"],
|
|
2173
|
+
"postal-code": ["07311"],
|
|
2174
|
+
"country-name": ["USA"]
|
|
2175
|
+
}
|
|
2176
|
+
}]
|
|
2177
|
+
}
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"type": ["h-event"],
|
|
2181
|
+
"properties": {
|
|
2182
|
+
"name": [],
|
|
2183
|
+
"start": [],
|
|
2184
|
+
"end": ["2017-05-01T09:00:00"],
|
|
2185
|
+
"summary": [],
|
|
2186
|
+
"description": ["Chosen as a delegate of my division, and tasked with integrating Cision's go-forward vision into an updated set of values. Helped to determine and illustrate what success looks like for each value. Served as advocates as the updated values are rolled out across the organization, an important mechanism to integrating those values into the culture."],
|
|
2187
|
+
"location": [{
|
|
2188
|
+
"type": ["h-card"],
|
|
2189
|
+
"properties": {
|
|
2190
|
+
"job-title": ["Cision Cultural Ambassador Program"],
|
|
2191
|
+
"org": ["Cision (formerly PR Newswire)"],
|
|
2192
|
+
"url": ["https://vimeo.com/multivu/review/234561346/97de0350d3"],
|
|
2193
|
+
"email": [],
|
|
2194
|
+
"tel": [],
|
|
2195
|
+
"street-address": ["602 Plaza Three, Harborside Financial Center"],
|
|
2196
|
+
"locality": ["Jersey City"],
|
|
2197
|
+
"region": ["NJ"],
|
|
2198
|
+
"postal-code": ["07311"],
|
|
2199
|
+
"country-name": ["USA"]
|
|
2200
|
+
}
|
|
2201
|
+
}]
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"type": ["h-event"],
|
|
2206
|
+
"properties": {
|
|
2207
|
+
"name": [],
|
|
2208
|
+
"start": [],
|
|
2209
|
+
"end": ["2012-09-01T09:00:00"],
|
|
2210
|
+
"summary": [],
|
|
2211
|
+
"description": ["Associated Press ranked #64 in the 2012 InformationWeek 500 Top 250 Innovators"],
|
|
2212
|
+
"location": [{
|
|
2213
|
+
"type": ["h-card"],
|
|
2214
|
+
"properties": {
|
|
2215
|
+
"job-title": ["InformationWeek Top 500 - Associated Press # 64"],
|
|
2216
|
+
"org": ["The Associated Press"],
|
|
2217
|
+
"url": ["http://twimgs.com/informationweek/1343/2012top250.pdf"],
|
|
2218
|
+
"email": [],
|
|
2219
|
+
"tel": ["(609) 655-4744"],
|
|
2220
|
+
"street-address": ["19 Commerce Drive"],
|
|
2221
|
+
"locality": ["Cranbury"],
|
|
2222
|
+
"region": ["NJ"],
|
|
2223
|
+
"postal-code": ["08512"],
|
|
2224
|
+
"country-name": ["USA"]
|
|
2225
|
+
}
|
|
2226
|
+
}]
|
|
2227
|
+
}
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"type": ["h-event"],
|
|
2231
|
+
"properties": {
|
|
2232
|
+
"name": [],
|
|
2233
|
+
"start": [],
|
|
2234
|
+
"end": ["2011-09-01T09:00:00"],
|
|
2235
|
+
"summary": [],
|
|
2236
|
+
"description": ["Associated Press ranked #6 in the InformationWeek Top 500 Most Innovative Users of Business Technology "],
|
|
2237
|
+
"location": [{
|
|
2238
|
+
"type": ["h-card"],
|
|
2239
|
+
"properties": {
|
|
2240
|
+
"job-title": ["InformationWeek Top 500 - Associated Press # 6"],
|
|
2241
|
+
"org": ["The Associated Press"],
|
|
2242
|
+
"url": ["http://www.prnewswire.com/news-releases/results-of-23rd-annual-informationweek-500-honoring-nations-most-innovative-users-of-business-technology-announced-129790528.html"],
|
|
2243
|
+
"email": [],
|
|
2244
|
+
"tel": ["(609) 655-4744"],
|
|
2245
|
+
"street-address": ["19 Commerce Drive"],
|
|
2246
|
+
"locality": ["Cranbury"],
|
|
2247
|
+
"region": ["NJ"],
|
|
2248
|
+
"postal-code": ["08512"],
|
|
2249
|
+
"country-name": ["USA"]
|
|
2250
|
+
}
|
|
2251
|
+
}]
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"type": ["h-event"],
|
|
2256
|
+
"properties": {
|
|
2257
|
+
"name": [],
|
|
2258
|
+
"start": [],
|
|
2259
|
+
"end": ["2007-09-01T09:00:00"],
|
|
2260
|
+
"summary": [],
|
|
2261
|
+
"description": ["Given for unique web analytics solution scalable across all BMS Internet Marketing web sites - Shawn Ramer, VP R&D Informatics, Bristol Myers-Squibb"],
|
|
2262
|
+
"location": [{
|
|
2263
|
+
"type": ["h-card"],
|
|
2264
|
+
"properties": {
|
|
2265
|
+
"job-title": ["Innovation Award"],
|
|
2266
|
+
"org": ["Bristol Myers Squibb"],
|
|
2267
|
+
"url": [],
|
|
2268
|
+
"email": [],
|
|
2269
|
+
"tel": ["(609) 419-5000"],
|
|
2270
|
+
"street-address": ["100 Nassau Park Boulevard"],
|
|
2271
|
+
"locality": ["Princeton"],
|
|
2272
|
+
"region": ["NJ"],
|
|
2273
|
+
"postal-code": ["08540"],
|
|
2274
|
+
"country-name": ["USA"]
|
|
2275
|
+
}
|
|
2276
|
+
}]
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2279
|
+
],
|
|
2280
|
+
"publications": [],
|
|
2281
|
+
"certifications": [
|
|
2282
|
+
{
|
|
2283
|
+
"type": ["h-event"],
|
|
2284
|
+
"properties": {
|
|
2285
|
+
"name": [],
|
|
2286
|
+
"start": ["2014-12-31T00:00:00"],
|
|
2287
|
+
"end": [],
|
|
2288
|
+
"summary": [],
|
|
2289
|
+
"description": [],
|
|
2290
|
+
"location": [{
|
|
2291
|
+
"type": ["h-card"],
|
|
2292
|
+
"properties": {
|
|
2293
|
+
"job-title": ["Certified Scrum Master (CSM) #143482"],
|
|
2294
|
+
"org": ["Scrum Alliance"],
|
|
2295
|
+
"url": ["https://www.scrumalliance.org"],
|
|
2296
|
+
"email": ["support@scrumalliance.org"],
|
|
2297
|
+
"tel": [],
|
|
2298
|
+
"street-address": ["7237 Church Ranch Blvd Unit 410"],
|
|
2299
|
+
"locality": ["Broomfield"],
|
|
2300
|
+
"region": ["CO"],
|
|
2301
|
+
"postal-code": ["80021"],
|
|
2302
|
+
"country-name": ["USA"]
|
|
2303
|
+
}
|
|
2304
|
+
}]
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"type": ["h-event"],
|
|
2309
|
+
"properties": {
|
|
2310
|
+
"name": [],
|
|
2311
|
+
"start": ["2011-05-18T00:00:00"],
|
|
2312
|
+
"end": [],
|
|
2313
|
+
"summary": [],
|
|
2314
|
+
"description": [],
|
|
2315
|
+
"location": [{
|
|
2316
|
+
"type": ["h-card"],
|
|
2317
|
+
"properties": {
|
|
2318
|
+
"job-title": ["Certified Scrum Master (CSM) #143482"],
|
|
2319
|
+
"org": ["Scrum Alliance"],
|
|
2320
|
+
"url": ["https://www.scrumalliance.org"],
|
|
2321
|
+
"email": ["support@scrumalliance.org"],
|
|
2322
|
+
"tel": [],
|
|
2323
|
+
"street-address": ["7237 Church Ranch Blvd Unit 410"],
|
|
2324
|
+
"locality": ["Broomfield"],
|
|
2325
|
+
"region": ["CO"],
|
|
2326
|
+
"postal-code": ["80021"],
|
|
2327
|
+
"country-name": ["USA"]
|
|
2328
|
+
}
|
|
2329
|
+
}]
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"type": ["h-event"],
|
|
2334
|
+
"properties": {
|
|
2335
|
+
"name": [],
|
|
2336
|
+
"start": ["2011-05-13T00:00:00"],
|
|
2337
|
+
"end": [],
|
|
2338
|
+
"summary": [],
|
|
2339
|
+
"description": [],
|
|
2340
|
+
"location": [{
|
|
2341
|
+
"type": ["h-card"],
|
|
2342
|
+
"properties": {
|
|
2343
|
+
"job-title": ["Certified Scrum Master (CSM) #143482"],
|
|
2344
|
+
"org": ["Scrum Alliance"],
|
|
2345
|
+
"url": ["https://www.scrumalliance.org"],
|
|
2346
|
+
"email": ["support@scrumalliance.org"],
|
|
2347
|
+
"tel": [],
|
|
2348
|
+
"street-address": ["7237 Church Ranch Blvd Unit 410"],
|
|
2349
|
+
"locality": ["Broomfield"],
|
|
2350
|
+
"region": ["CO"],
|
|
2351
|
+
"postal-code": ["80021"],
|
|
2352
|
+
"country-name": ["USA"]
|
|
2353
|
+
}
|
|
2354
|
+
}]
|
|
2355
|
+
}
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"type": ["h-event"],
|
|
2359
|
+
"properties": {
|
|
2360
|
+
"name": [],
|
|
2361
|
+
"start": ["2005-09-22T00:00:00"],
|
|
2362
|
+
"end": [],
|
|
2363
|
+
"summary": [],
|
|
2364
|
+
"description": [],
|
|
2365
|
+
"location": [{
|
|
2366
|
+
"type": ["h-card"],
|
|
2367
|
+
"properties": {
|
|
2368
|
+
"job-title": ["Project Management Professional (PMP) #302172"],
|
|
2369
|
+
"org": ["Project Management Institute"],
|
|
2370
|
+
"url": ["https://www.pmi.org"],
|
|
2371
|
+
"email": ["customercare@pmi.org"],
|
|
2372
|
+
"tel": ["(610) 356-4600"],
|
|
2373
|
+
"street-address": ["14 Campus Boulevard"],
|
|
2374
|
+
"locality": ["Newton Square"],
|
|
2375
|
+
"region": ["PA"],
|
|
2376
|
+
"postal-code": ["19073"],
|
|
2377
|
+
"country-name": ["USA"]
|
|
2378
|
+
}
|
|
2379
|
+
}]
|
|
2380
|
+
}
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"type": ["h-event"],
|
|
2384
|
+
"properties": {
|
|
2385
|
+
"name": [],
|
|
2386
|
+
"start": ["2000-02-07T00:00:00"],
|
|
2387
|
+
"end": [],
|
|
2388
|
+
"summary": [],
|
|
2389
|
+
"description": [],
|
|
2390
|
+
"location": [{
|
|
2391
|
+
"type": ["h-card"],
|
|
2392
|
+
"properties": {
|
|
2393
|
+
"job-title": ["CLP Domino R5 Principal Application Developer (PCLP)"],
|
|
2394
|
+
"org": ["Lotus Development"],
|
|
2395
|
+
"url": ["http://www.lotus.com"],
|
|
2396
|
+
"email": [],
|
|
2397
|
+
"tel": ["(617) 577-8500"],
|
|
2398
|
+
"street-address": ["55 Cambridge Parkway"],
|
|
2399
|
+
"locality": ["Cambridge"],
|
|
2400
|
+
"region": ["MA"],
|
|
2401
|
+
"postal-code": [],
|
|
2402
|
+
"country-name": ["USA"]
|
|
2403
|
+
}
|
|
2404
|
+
}]
|
|
2405
|
+
}
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"type": ["h-event"],
|
|
2409
|
+
"properties": {
|
|
2410
|
+
"name": [],
|
|
2411
|
+
"start": ["2000-02-01T00:00:00"],
|
|
2412
|
+
"end": [],
|
|
2413
|
+
"summary": [],
|
|
2414
|
+
"description": [],
|
|
2415
|
+
"location": [{
|
|
2416
|
+
"type": ["h-card"],
|
|
2417
|
+
"properties": {
|
|
2418
|
+
"job-title": ["Notes R5 Application Developer, Lotus Development (CLP)"],
|
|
2419
|
+
"org": ["Lotus Development"],
|
|
2420
|
+
"url": ["http://www.lotus.com"],
|
|
2421
|
+
"email": [],
|
|
2422
|
+
"tel": ["(617) 577-8500"],
|
|
2423
|
+
"street-address": ["55 Cambridge Parkway"],
|
|
2424
|
+
"locality": ["Cambridge"],
|
|
2425
|
+
"region": ["MA"],
|
|
2426
|
+
"postal-code": [],
|
|
2427
|
+
"country-name": ["USA"]
|
|
2428
|
+
}
|
|
2429
|
+
}]
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"type": ["h-event"],
|
|
2434
|
+
"properties": {
|
|
2435
|
+
"name": [],
|
|
2436
|
+
"start": ["2000-01-25T00:00:00"],
|
|
2437
|
+
"end": [],
|
|
2438
|
+
"summary": [],
|
|
2439
|
+
"description": [],
|
|
2440
|
+
"location": [{
|
|
2441
|
+
"type": ["h-card"],
|
|
2442
|
+
"properties": {
|
|
2443
|
+
"job-title": ["CLP Notes Principal Application Developer R4 (PCLP)"],
|
|
2444
|
+
"org": ["Lotus Development"],
|
|
2445
|
+
"url": ["http://www.lotus.com"],
|
|
2446
|
+
"email": [],
|
|
2447
|
+
"tel": ["(617) 577-8500"],
|
|
2448
|
+
"street-address": ["55 Cambridge Parkway"],
|
|
2449
|
+
"locality": ["Cambridge"],
|
|
2450
|
+
"region": ["MA"],
|
|
2451
|
+
"postal-code": [],
|
|
2452
|
+
"country-name": ["USA"]
|
|
2453
|
+
}
|
|
2454
|
+
}]
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"type": ["h-event"],
|
|
2459
|
+
"properties": {
|
|
2460
|
+
"name": [],
|
|
2461
|
+
"start": ["1999-12-30T00:00:00"],
|
|
2462
|
+
"end": [],
|
|
2463
|
+
"summary": [],
|
|
2464
|
+
"description": [],
|
|
2465
|
+
"location": [{
|
|
2466
|
+
"type": ["h-card"],
|
|
2467
|
+
"properties": {
|
|
2468
|
+
"job-title": ["Notes Application Developer R4 (CLP)"],
|
|
2469
|
+
"org": ["Lotus Development"],
|
|
2470
|
+
"url": ["http://www.lotus.com"],
|
|
2471
|
+
"email": [],
|
|
2472
|
+
"tel": ["(617) 577-8500"],
|
|
2473
|
+
"street-address": ["55 Cambridge Parkway"],
|
|
2474
|
+
"locality": ["Cambridge"],
|
|
2475
|
+
"region": ["MA"],
|
|
2476
|
+
"postal-code": [],
|
|
2477
|
+
"country-name": ["USA"]
|
|
2478
|
+
}
|
|
2479
|
+
}]
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"type": ["h-event"],
|
|
2484
|
+
"properties": {
|
|
2485
|
+
"name": [],
|
|
2486
|
+
"start": ["1999-12-30T00:00:00"],
|
|
2487
|
+
"end": [],
|
|
2488
|
+
"summary": [],
|
|
2489
|
+
"description": [],
|
|
2490
|
+
"location": [{
|
|
2491
|
+
"type": ["h-card"],
|
|
2492
|
+
"properties": {
|
|
2493
|
+
"job-title": ["Notes R4 System Administration 1 (SA1)"],
|
|
2494
|
+
"org": ["Lotus Development"],
|
|
2495
|
+
"url": ["http://www.lotus.com"],
|
|
2496
|
+
"email": [],
|
|
2497
|
+
"tel": ["(617) 577-8500"],
|
|
2498
|
+
"street-address": ["55 Cambridge Parkway"],
|
|
2499
|
+
"locality": ["Cambridge"],
|
|
2500
|
+
"region": ["MA"],
|
|
2501
|
+
"postal-code": [],
|
|
2502
|
+
"country-name": ["USA"]
|
|
2503
|
+
}
|
|
2504
|
+
}]
|
|
2505
|
+
}
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
"type": ["h-event"],
|
|
2509
|
+
"properties": {
|
|
2510
|
+
"name": [],
|
|
2511
|
+
"start": ["1999-12-16T00:00:00"],
|
|
2512
|
+
"end": [],
|
|
2513
|
+
"summary": [],
|
|
2514
|
+
"description": [],
|
|
2515
|
+
"location": [{
|
|
2516
|
+
"type": ["h-card"],
|
|
2517
|
+
"properties": {
|
|
2518
|
+
"job-title": ["Notes R4 Application Development 1 (AD1)"],
|
|
2519
|
+
"org": ["Lotus Development"],
|
|
2520
|
+
"url": ["http://www.lotus.com"],
|
|
2521
|
+
"email": [],
|
|
2522
|
+
"tel": ["(617) 577-8500"],
|
|
2523
|
+
"street-address": ["55 Cambridge Parkway"],
|
|
2524
|
+
"locality": ["Cambridge"],
|
|
2525
|
+
"region": ["MA"],
|
|
2526
|
+
"postal-code": [],
|
|
2527
|
+
"country-name": ["USA"]
|
|
2528
|
+
}
|
|
2529
|
+
}]
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2532
|
+
],
|
|
2533
|
+
"skills": [{
|
|
2534
|
+
"Front End": "HTML5, CSS3, media queries, grid system, LESS, SASS, JavaScript, jQuery, Bootstrap, React, Angular, TypeScript, Node",
|
|
2535
|
+
"Back End": "Visual Studio C# .Net, VB .Net, ASP .Net, MVC, PHP, Java, PERL, REST, SOAP",
|
|
2536
|
+
"Servers": "IIS, Linux, JBoss, Apache, AWS Cloud, Azure Cloud",
|
|
2537
|
+
"DB": "Oracle, SQL Server, MySQL, MongoDB, PostGreSQL, MySQL",
|
|
2538
|
+
"Search": "FAST, Autonomy, Lucene, Elastic",
|
|
2539
|
+
"Continuous Integration": "CruiseControl, Jenkins, nCover, jMeter, Jira, Rally",
|
|
2540
|
+
"Testing": "Selenium, nUnit / jUnit, WatiN / WatiJ, LoadRunner, Silk Performer, HP Quality Center (HPQC), Fiddler, Firebug",
|
|
2541
|
+
"Source Code": "SVN, VSS, TFS",
|
|
2542
|
+
"CMS": "Drupal, WordPress, Adobe Experience Manager (AEM), SharePoint, SDL Tridion, Dot Net Nuke",
|
|
2543
|
+
"CDN": "Akamai, Limelight, CloudFlare, AWS CloudFront, Azure CDN",
|
|
2544
|
+
"Marketing": "Marketo, Salesforce Integration, Kaltura",
|
|
2545
|
+
"Monitoring": "Gomez, Ovis, Keynote, Monitis",
|
|
2546
|
+
"Analytics": "Omniture, Adobe Analytics, Google Analytics, WebTrends, Adobe Test & Target",
|
|
2547
|
+
"Design": "Adobe Photoshop, Illustrator, Flash, InDesign, Sketch"
|
|
2548
|
+
}],
|
|
2549
|
+
"languages": [],
|
|
2550
|
+
"affiliation": [
|
|
2551
|
+
"Llama husbandry"
|
|
2552
|
+
],
|
|
2553
|
+
"interests": [
|
|
2554
|
+
"Photography, hiking, travel, reading, cooking, gardening, and spending time with my family and pets."
|
|
2555
|
+
],
|
|
2556
|
+
"references": [
|
|
2557
|
+
{
|
|
2558
|
+
"type": ["h-card"],
|
|
2559
|
+
"properties": {
|
|
2560
|
+
"name": ["Available upon request"],
|
|
2561
|
+
"org": [],
|
|
2562
|
+
"job-title": [],
|
|
2563
|
+
"url": [],
|
|
2564
|
+
"email": ["upon request"],
|
|
2565
|
+
"tel": ["upon request"],
|
|
2566
|
+
"street-address": [],
|
|
2567
|
+
"locality": [],
|
|
2568
|
+
"region": [],
|
|
2569
|
+
"postal-code": [],
|
|
2570
|
+
"country-name": []
|
|
2571
|
+
}
|
|
2572
|
+
}
|
|
2573
|
+
]
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
]
|
|
2577
|
+
}
|