Skip to content

Commit

Permalink
Add the initial files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmunro-ltrr committed Nov 14, 2023
0 parents commit 10ba62a
Show file tree
Hide file tree
Showing 142 changed files with 5,915 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/update-s3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Deploy site to S3
on:
pull_request:
push:
branches:
- main

jobs:
update-site:
name: Update public site
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2
- name: Deploy newly built site to S3 + CloudFront
run: |
aws s3 sync --delete public/ s3://${{ secrets.LTRR_SITE_BUCKET }}/
aws cloudfront create-invalidation --distribution-id ${{ secrets.LTRR_SITE_CDN }} --paths '/*'
78 changes: 78 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# Created by https://www.toptal.com/developers/gitignore/api/linux,macos,windows
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,macos,windows

### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/linux,macos,windows
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019-2022 The Arizona Board of Regents on behalf of The University of Arizona

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Dave Meko faculty web site + Time Series course

Automatic maintenance of a static web site in an AWS S3 bucket.
Binary file added public/Document Scrap 'csaps_m i...'.shs
Binary file not shown.
Binary file added public/Files_pooled.zip
Binary file not shown.
Binary file added public/Geos585A_notes2017.zip
Binary file not shown.
Binary file added public/Geos585A_notes2019.zip
Binary file not shown.
61 changes: 61 additions & 0 deletions public/MekoWeb.bfproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
view_main_toolbar: 1
bmarksearchmode: 0
snr_scope: 0
snr_type: 0
view_cline: 1
editor_indent_wspaces: 0
c2e.convert_xml: 1
snr_dotmatchall: 0
htmlbar_view: 1
fb_focus_follow: 1
adv_open_recursive: 0
encoding: UTF-8
autoindent: 1
e2c.convert_special: 0
fb_viewmode: 0
snippets_show_as_menu: 1
bookmarks_show_mode: 0
outputb_show_all_output: 0
autocomplete: 1
spell_lang: en_ZA
c2e.convert_symbol: 0
snr_escape_chars: 0
view_blockstack: 1
htmlbar_notebooktab: 0
last_filefilter:
spell_insert_entities: 0
spell_check_default: 1
savedir: file:///home/david/Data/web
files: /home/david/Data/web/geos585a.html
snr_replacetype: 0
recent_files: file:///home/david/Data/web/geos585a.html
charmap_block: 1
e2c.convert_iso: 0
enable_syntax_scan: 1
outputb_scroll_mode: 0
leftpanel_active_tab: 0
c2e.IE_apos_workaround: 0
display_right_margin: 0
editor_tab_width: 3
view_statusbar: 1
fb_show_hidden_f: 0
name: MekoWeb
view_blocks: 1
snr_casesens: 0
c2e.convert_iso: 0
bookmarks_filename_mode: 0
wrap_text_default: 0
opendir: file:///home/david/Data/web
e2c.convert_xml: 1
default_mime_type: text/plain
view_left_panel: 1
htmlbar_thumbnailwidth: 300
fb_show_backup_f: 0
view_line_numbers: 1
show_mbhl: 1
adv_open_matchname: 0
convertcolumn_horizontally: 0
snr_recursion_level: 0
e2c.convert_symbol: 0
e2c.convert_num: 0
c2e.convert_special: 0
34 changes: 34 additions & 0 deletions public/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Meko-contact</title>
<Link rel="stylesheet" type="text/css" href="master.css">
</head>
<h1><center>Contact Info</center></h1>
<body>
<P align="center">
Email: [email protected]
</P>
<p align="center">David M. Meko<br>
Laboratory of Tree-Ring Research<br>
University of Arizona<br>
Tucson, AZ 85721</p>
<p align="center">(520)621-3457 (phone)<br>
(520)621-8229 (fax)</p>
<br>

<DIV align="center">
<table cols=>
<tr>
<td><a href="index.html">Home</a></td>
<td><a href="vita.html">Vita</a></td>
<td><a href="geos585a.html">Course</a></td>
<td><a href="toolbox.html">Toolbox</a></td>
<td><a href="contact.html">Contact</a></td>
</tr>
</table>
</DIV>

</body>
</html>
Binary file added public/favicon.ico
Binary file not shown.
Loading

0 comments on commit 10ba62a

Please sign in to comment.