Skip to content

Commit

Permalink
Update readmes and citation
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-zeng committed Jul 31, 2024
1 parent 7673455 commit c2997e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: adscraper
title: "adscraper: A Web Crawler for Measuring Online Ad Content"
message: >-
If you used adscraper in your research, please cite this
repository!
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ If you used adscraper in your research project, please cite the repository
using the following BibTeX:

```bibtex
TODO
@software{Eric_Zeng_adscraper,
author = {Eric Zeng},
license = {MIT},
title = {{adscraper: A Web Crawler for Measuring Online Ad Content}},
url = {https://github.com/UWCSESecurityLab/adscraper}
}
```

## Setup
Expand Down
3 changes: 1 addition & 2 deletions crawl-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ and the crawl lists that should be used.
[src/jobSpec.ts](src/jobSpec.ts) contains a TypeScript interface for the
job specification file.

TODO: describe schemas
TODO: describe schemas and configuration options, provide examples

### Running crawl jobs

Expand Down Expand Up @@ -224,7 +224,6 @@ the pod and let Kubernetes restart the crawl:
kubectl delete pod <pod-name>
```


### Viewing crawl results

Outputs will be stored in the Postgres database and in the storage volume
Expand Down

0 comments on commit c2997e8

Please sign in to comment.