https://github.com/cboucher01/wax-test
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: cboucher01
- License: mit
- Language: SCSS
- Default Branch: main
- Homepage: https://cboucher01.github.io/wax-test/
- Size: 277 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
minicomp/wax 🐝
Wax is an extensible workflow for producing scholarly exhibitions with minimal computing principles.
It's comprised of: a few Ruby gems for processing image data and associated metadata (wax_tasks, wax_iiif), a Jekyll theme (wax_theme), and (hopefully soon!) a lot of documentation and recipes for creating, deploying, and maintaining digital exhibitions.
Prerequisites
You'll need git and ruby >= 3.2 with bundler installed.
These dependencies can either be installed natively on your system or within a Docker environment. For instructions, check the Wiki's Setting up your system page.
Check your versions with:
sh
ruby -v
sh
bundler -v
To process images, you will also need to have ImageMagick and Ghostscript installed and functional. You can check to see if you have ImageMagick by running:
sh
convert -version
... and check Ghostscript with:
sh
gs -version
Vips will soon replace ImageMagick for Wax's image processing. If you're ahead of the curve, you can check your version with
sh
vips -v
Getting Started
There are a few ways to get started with Wax, depending on your needs. Copyin the demo template is suggested for new users so you can see how a full Wax site would work. Advanced Jekyllers can start from a clean Jekyll install. To start with the demo:
Log into your GitHub account. (Or sign up if you don't have one!)
Head to the Wax demo page and click "Use this Template" button. It will prompt you to create a copy of the repository in your own account. You should name it after the collection or exhibition you'll make, since this name will inform your free URL for the project with GitHub. For this example, our repository is called "my-wax-site".
On your own, new Wax repository page, click the Green "Code" button and copy the URL it provides to your clipboard, e.g,
sh git@github.com:mnyrop/my-wax-site.gitOpen your Terminal/Shell application and change directory into where you'd like to work on your project, e.g., your Desktop:
sh cd ~/DesktopRun the
git clonecommand plus the link you copied on your clipboard in one line, e.g.,sh git clone git@github.com:mnyrop/my-wax-site.gitWhen the clone is complete, change directory into your newly cloned project folder, in our case:
sh cd my-wax-siteInstall the project-specific Ruby dependencies by running the command
sh bundle installRun the demo site:
sh bundle exec jekyll serve
After the last step, the terminal will provide you with a localhost URL for you to see your local copy of the site on your browser. This is the template site you will make changes to in order to make your own exhibition. For more, check out the Minicomp/Wax Wiki.
Using Docker
To use Wax in a container, make sure you are familiar with Docker and have Docker installed.
Run the "Getting Started" steps 1-6 above to copy and cd into the repo.
Next, build the minicomp/wax base image:
docker build -t minicomp/wax .
You will run all of the Wax tasks and commands within an interactive bash container, which you can create and access by running:
docker run -it --rm -v "$PWD":/wax --name wax -p 4000:4000 minicomp/wax bash
To serve the site, you can run the following command in the guest container and view it in your host browser:
bundle exec jekyll serve --host 0.0.0.0
You can exit the container at any time with $ exit, which will automatically stop and remove the container.
Contributing
We welcome contributions to Wax, including bug reports and feature requests (submitted as Issues), code contributions (submitted as Pull Requests), and documentation updates (submitted however!) Not sure where to start? Feel free to get in touch via GitHub issue or grab an invite to join the conversation on the #minicomp-wax channel of the Code4Lib Slack.
Owner
- Name: Cameron Boucher
- Login: cboucher01
- Kind: user
- Repositories: 1
- Profile: https://github.com/cboucher01
GitHub Events
Total
- Watch event: 1
- Delete event: 2
- Member event: 1
- Push event: 20
- Pull request event: 3
- Create event: 8
Last Year
- Watch event: 1
- Delete event: 2
- Member event: 1
- Push event: 20
- Pull request event: 3
- Create event: 8
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 2 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 2 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- ruby/setup-ruby v1 composite
- ruby 2.7.2 build
- tzinfo >= 1, < 3
- tzinfo-data >= 0
- html-proofer ~> 5.0 development
- jekyll >= 4.3.2, < 4.5.0
- wax_tasks ~> 1.1
- webrick ~> 1.8