Skip to content

Commit

Permalink
Merge pull request #1 from zackbatist/master
Browse files Browse the repository at this point in the history
Merge with master
  • Loading branch information
joeroe authored Dec 6, 2020
2 parents b133993 + 4176d53 commit 9c954ad
Show file tree
Hide file tree
Showing 187 changed files with 15,902 additions and 226 deletions.
Binary file added .RData
Binary file not shown.
512 changes: 512 additions & 0 deletions .Rhistory

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@
.Trashes
ehthumbs.db
Thumbs.db
.Rproj.user
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
open-archaeo.info
1,867 changes: 1,643 additions & 224 deletions README.md

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions ToDo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@
This is a list of tools or resources that are in demand, but which currently do not exist or need to be significantly improved.

- [ ] Bayesian stratigraphic modelling in R
- [ ] Harris matrices R package
- [x] Harris matrices R package
- This is being worked on at [stratigraphr](https://github.com/joeroe/stratigraphr)
- [ ] TFQA (Tools for Quantitative Archaeology) development
- [x] TFQA (Tools for Quantitative Archaeology) development
- This is being worked on at [tfqar](https://github.com/sslarch/tfqar)
- [ ] R packages for analysizng publication / professional metrics
- [ ] Software for displaying astronomical visibility at a given place and time
- Shows astronomical relations if given a coordinate, a coordinate and an angle, or two coordinates in eyeshot
- It should allow to get a quick estimation if a certain location or man made structure was build with respect to astronomical features as discussed in [Cultural Astronomy](https://en.wikipedia.org/wiki/Cultural_astronomy)
- Despite the obvious problem that correlation does not mean causation, for some contexts, like for example ritual architecture in the European Metal Ages, astronomical obervations seemed to be very relevant
- This software package should allow the user to get a quick overview about possible relations like solstices, lunistice, planet rises, etc
- [ ] R package to download data from open dendro data archives. Something like [c14bazAAR](https://github.com/ISAAKiel/c14bazAAR) but for dendro dates.

## Improvements to open-archaeo
- [x] Implement a tag-based system rather than categories, so that multiple standard descriptors can be used for each item
- [x] Nicer website
- [ ] Contributing guide
- [ ] Tag list
- [ ] Tag search
- [ ] Update author names with links to their profiles
82 changes: 82 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
## Basic Configuration
publishDir = "docs"
baseurl = "https://open-archaeo.info/"
languageCode = "en"

title = "open-archaeo"
theme = "hyde-hyde"

## Hugo Built-in Features
# disqusShortname = "your-disqus-shortname"
# googleAnalytics = "your-google-analytics-id"
# enableRobotsTXT = true

# summarylength = 30

#paginate = 5

## Site Settings
[params]
author = "Author"
title = "Title"
description = "A list of open source archaeological software and resources"
#authorimage = "/img/hugo.png"
dateformat = "Jan 2, 2006"

# sidebar, copyright & license
#logoimage = "/img/hugo.png"
copyright = "zackbatist"
since = 2018
license = "CC0 1.0"
licenseURL = "https://creativecommons.org/publicdomain/zero/1.0/"
showBuiltWith = true

# https://highlightjs.org
highlightjs = true
highlightjsstyle = "github"

# please choose either GraphComment or Disqus or Utterances
#GraphCommentId = "..."
#UtterancesRepo = "..." # https://utteranc.es/
#UtterancesIssueTerm = "..." # pathname, url, title, og:title
#UtterancesTheme = "..." # github-light or github-dark

# Table of contents
#toc = none, "hugo", or "tocbot"

# allow html links
[markup.goldmark.renderer]
unsafe = true

## Social Accounts
[params.social]
github = "zackbatist/open-archaeo"
# instagram = "<username>"
# xing = "<username>"
# linkedin = "<username>"
# twitter = "<username>"
# facebook = "<username>"
# microblog = "<username>"
# stackoverflow = "<username>"
# telegram = "<username>"
# orcid = "<xxxx-xxxx-xxxx-xxxx>"
# email = "[email protected]"
# gravatar = "[email protected]"
# pgpkey = "<path-to-your-key-in-/static>"

## Main Menu
#[[menu.main]]
# name = "Posts"
# weight = 100
# identifier = "posts"
# url = "/posts/"
#[[menu.main]]
# name = "Portfolio"
# identifier = "portfolio"
# weight = 200
# url = "/portfolio/"
#[[menu.main]]
# name = "About"
# identifier = "about"
# weight = 300
# url = "/about/"
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
publishDir: docs
Loading

0 comments on commit 9c954ad

Please sign in to comment.