websites-screenshoter

A project to generate windows content for placement-retrieval tasks

https://github.com/friedrith/websites-screenshoter

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.4%) to scientific vocabulary

Keywords

datamountain ets
Last synced: 6 months ago · JSON representation ·

Repository

A project to generate windows content for placement-retrieval tasks

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 18
  • Releases: 0
Topics
datamountain ets
Created about 6 years ago · Last pushed about 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

Websites Screenshoter

This repository contains the code to capture screenshots from websites automatically. It generates a list of websites to scrap then for each website, take a screenshot. This tool has been created for the purpose of an academic paper: The Effect of Increased Body Motion in Virtual Reality on a Placement-Retrieval Task[1].

It was inspired by another academic paper: Data Mountain: Using Spatial Memory for Document Management[2].

Getting started

This project is using node.js

  1. install dependencies with yarn
  2. write a config file config/config.yaml (you can use config/config.example.yaml as example)
  3. generate list of websites to scrap: yarn generate:list
  4. generate screenshots: yarn generate:screenshots

Bibliography

  • [1]: Thibault Friedrich, Arnaud Prouzeau, and Michael McGuffin. 2021. The Effect of Increased Body Motion in Virtual Reality on a Placement-Retrieval Task. In Proceedings of the 27th ACM Symposium on Virtual Reality Software and Technology (VRST '21). Association for Computing Machinery, New York, NY, USA, Article 14, 1–5. DOI:https://doi.org/10.1145/3489849.3489888
  • [2] : George Robertson, Mary Czerwinski, Kevin Larson, Daniel C. Robbins, David Thiel, and Maarten van Dantzich. 1998. Data mountain: using spatial memory for document management. In Proceedings of the 11th annual ACM symposium on User interface software and technology (UIST '98). Association for Computing Machinery, New York, NY, USA, 153–162. DOI:https://doi.org/10.1145/288392.288596

Owner

  • Name: Thibault Friedrich
  • Login: friedrith
  • Kind: user
  • Location: Montreal
  • Company: @interaction-dynamics

Ux and Computer Engineer focus on making the world easier

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Websites Screenshoter
message: 'If you use this software, please cite it as below.'
type: software
authors:
  - given-names: Thibault
    family-names: Friedrich
    email: thibault.friedrich@gmail.com
    affiliation: École de Technologie Supérieure
  - {}
identifiers:
  - type: url
    value: >-
      https://github.com/friedrith/websites-screenshoter
repository-code: 'https://github.com/friedrith/websites-screenshoter'
keywords:
  - scraper
  - datamountain
  - windows

GitHub Events

Total
Last Year

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 24
  • Total Committers: 1
  • Avg Commits per committer: 24.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Thibault Friedrich t****h@g****m 24

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 27
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 months
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.04
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 27
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (19)
Top Labels
Issue Labels
Pull Request Labels
dependencies (19)

Dependencies

package.json npm
  • @babel/cli ^7.2.3 development
  • @babel/core ^7.2.2 development
  • @babel/node ^7.2.2 development
  • @babel/plugin-proposal-class-properties ^7.3.0 development
  • @babel/plugin-proposal-export-default-from ^7.2.0 development
  • @babel/plugin-proposal-object-rest-spread ^7.3.2 development
  • @babel/plugin-transform-runtime ^7.6.0 development
  • @babel/polyfill ^7.2.5 development
  • @babel/preset-env ^7.3.1 development
  • @babel/runtime ^7.6.0 development
  • @commitlint/cli ^8.1.0 development
  • @commitlint/config-conventional ^8.0.0 development
  • @commitlint/travis-cli ^8.0.0 development
  • babel-eslint ^10.0.1 development
  • babel-loader ^8.0.5 development
  • concurrently ^5.0.2 development
  • eslint ^6.3.0 development
  • eslint-config-prettier ^4.2.0 development
  • eslint-config-standard ^14.1.0 development
  • eslint-plugin-import ^2.18.2 development
  • eslint-plugin-jest ^22.17.0 development
  • eslint-plugin-node ^10.0.0 development
  • eslint-plugin-promise ^4.2.1 development
  • eslint-plugin-standard ^4.0.1 development
  • husky ^3.0.5 development
  • jest ^24.9.0 development
  • nodemon ^2.0.2 development
  • prettier ^1.18.2 development
  • shebang-loader ^0.0.1 development
  • standard-version ^7.0.0 development
  • webpack ^4.29.6 development
  • webpack-cli ^3.3.0 development
  • webpack-node-externals ^1.7.2 development
  • cheerio ^1.0.0-rc.3
  • cli-progress ^3.6.0
  • js-yaml ^3.13.1
  • puppeteer ^2.0.0
  • rimraf ^3.0.0
  • winston ^3.2.1
yarn.lock npm
  • 1085 dependencies