Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support move to top-level domain #229

Merged
merged 1 commit into from
Jul 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please see [https://bavc.github.io/avaa/contributors_guide.html](https://bavc.github.io/avaa/contributors_guide.html)
Please see [our Contributor's Guide](//www.avartifactatlas.com/contributors_guide.html)
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# [AVAA](https://bavc.github.io/avaa/)
# [AVAA](//www.avartifactatlas.com)

## Contributing

Please see our [contributor's guide](https://bavc.github.io/avaa/contributors_guide.html) for how to add to this resource.
Please see our [contributor's guide](//www.avartifactatlas.com/contributors_guide.html) for how to add to this resource.

## How to run this locally:

1. Clone repository
2. Navigate to repository
3. If you don't already have it, `gem install bundler`
4. Run `bundle`
5. Run `jekyll serve --baseurl='/avaa'`
6. Navigate browser to http://localhost:4000/avaa/
5. Run `jekyll serve`
6. Navigate browser to http://localhost:4000/

## Technology

Expand Down
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ description:
logo: # 120x120 px default
teaser: # 400x250 px default
locale:
baseurl: /avaa
url: http://bavc.github.io
baseurl:
url: http://www.avartifactatlas.com/
collections:
artifacts:
output: true
formats:
output: true
prose:
rooturl: '_artifacts'
siteurl: 'http://bavc.github.io/avaa/'
relativeLinks: 'http://bavc.github.io/avaa/links.jsonp'
siteurl: 'http://www.avartifactatlas.com/'
relativeLinks: 'http://www.avartifactatlas.com/links.jsonp'
media: 'media'
ignore:
- index.md
Expand Down
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
title: About
---
<img src="{{ site.baseurl }}/images/HeadHeadClog.gif" height="315" width="560"><br>
<sub>Artist <a href="http://jordanbiren.com/">Jordan Biren</a> creates <a href="https://bavc.github.io/avaa/artifacts/video_head_clog.html">head clog</a> with his mind</sub>
<sub>Artist <a href="http://jordanbiren.com/">Jordan Biren</a> creates <a href="{{ site.baseurl }}/artifacts/video_head_clog.html">head clog</a> with his mind</sub>

The AV Artifact Atlas is for use in the identification and definition of the technical issues and anomalies that can afflict audio and video signals.

Expand Down
7 changes: 2 additions & 5 deletions contributors_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ title: Contributors Guide
## Basics {#intro}
Thank you for checking out the Contributors Guide! AVAA could not be sustained without a dedicated community of loveable av nerds like you.

This guide is designed as a simple step-by-step for contributing via GitHub or Prose. If what you read here doesn't make a whole lot of sense, consider treating yourself to a crash course in git, GitHub, and the Markdown language (a little HTML helps too). It's all very easy, we swear. Some resource recommendations are in our <a href="https://bavc.github.io/avaa/faq.html">FAQ</a> page.
This guide is designed as a simple step-by-step for contributing via GitHub or Prose. If what you read here doesn't make a whole lot of sense, consider treating yourself to a crash course in git, GitHub, and the Markdown language (a little HTML helps too). It's all very easy, we swear. Some resource recommendations are in our <a href="{{ site.baseurl }}/faq.html">FAQ</a> page.

The AVAA homepage can be accessed in one of two ways. Most pages will have links at the bottom that say "Edit in GitHub" or "Edit in Prose."

- <a href="https://avaa.bavc.org">avaa.bavc.org</a>
- <a href="https://bavc.github.io/avaa/">bavc.github.io/avaa/</a>
Most pages will have links at the bottom that say "Edit in GitHub" or "Edit in Prose."

You can embed video examples from anywhere, but it'd be great if you can send an upload request to add them to the [AV Artifact Atlas Collection on Internet Archive](https://archive.org/details/avartifactatlas?sort=-date).

Expand Down
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ title: AV Artifact Atlas
---
<img src="{{ site.baseurl }}/images/home_TBCProcessingError_NYU_Flat.jpg" height="315" width="520"><br>

Welcome to AV Artifact Atlas, a resource for identifying errors and anomalies in analog and digital video. AVAA is built for and by a community of professionals in the field of audiovisual archiving but useful for anyone working with av material. Check out our [About](https://bavc.github.io/avaa/about.html) page for more information about the project and the [Contributor's Guide](https://bavc.github.io/avaa/contributors_guide.html) for steps on how you can participate.
Welcome to AV Artifact Atlas, a resource for identifying errors and anomalies in analog and digital video. AVAA is built for and by a community of professionals in the field of audiovisual archiving but useful for anyone working with av material. Check out our [About]({{ site.baseurl }}/about.html) page for more information about the project and the [Contributor's Guide]({{ site.baseurl }}/contributors_guide.html) for steps on how you can participate.

To start, you can view this [list of commonly occurring audio and video artifacts.](https://bavc.github.io/avaa/tags.html#common-artifacts)
To start, you can view this [list of commonly occurring audio and video artifacts.]({{ site.baseurl }}/tags.html#common-artifacts)

You can browse the site using the search box in the sidebar, the tag cloud below, or this [list of artifacts](https://bavc.github.io/avaa/tags.html).
You can browse the site using the search box in the sidebar, the tag cloud below, or this [list of artifacts]({{ site.baseurl }}tags.html).

{% assign rawtags = "" %}
{% for post in site.artifacts %}
Expand Down