Web companion for "Fields of Gold: Scraping Web Data for Marketing Insights", forthcoming at the Journal of Marketing.
Visit the website at https://web-scraping.org.
The replication package for the paper is available here on GitHub and on Zenodo.
This website has been programmed using the Hugo framework, using the GetDoks theme. The site is deployed via Netlify.
The code for this project is available open access via this repository, and contributions in form of code, text, or recommendations for papers are always welcome.
If you wish to contribute content, you can get in touch with us at [email protected]. If you're tech-savvy, you can also directly contribute to the site by making a pull request on GitHub.
Learning to use GitHub
We have prepared some resources at Tilburg Science Hub to get you started using GitHub.
- Fork this repository
- Clone your fork using
git clone https://github.com/[YOURUSERNAME]/webdata-website
cd webdata-website
npm install
npm run start
orhugo server
More info on running the site using the GetDoks template is available here.