Skip to content

ilias-ant/american-alpine-club-articles

Repository files navigation

american-alpine-club-datasets

AAC: climbing accidents and major new climbs.

kaggle dataset

Code style: black

Articles from the American Alpine Club's publications: AAJ and ANAC.

This work has been published as a Kaggle dataset.

The project consists of the following components:

  • collectors: a Scrapy project, responsible for scraping articles from publications.americanalpineclub.org.
  • opensearch-cluster: an OpenSearch cluster, where the scraped articles are indexed.
  • publishers: functionality responsible for the publication of the articles index (e.g. as Kaggle dataset).
  • notebooks: a collection of Jupyter notebooks, for various dataset-based explorations and applications.
  • dataset: the raw dataset, in CSV format.

Citation

@misc{ilias antonopoulos_2022, 
      title={AAC: climbing accidents and major new climbs}, 
      url={https://www.kaggle.com/dsv/4457812}, 
      DOI={10.34740/KAGGLE/DSV/4457812}, 
      publisher={Kaggle}, 
      author={Ilias Antonopoulos},
      year={2022} 
}