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

Virtual workshop fixes: add Zhang slides and Xia subtitle #222

Merged
merged 1 commit into from May 29, 2020

Conversation

@cferenba
Copy link
Member

cferenba commented May 29, 2020

Description

Makes a couple of minor updates to the virtual workshop page: adds a missing set of slides from Zhang, and adds the subtitle of Xia's talk which is more descriptive than just the title.

Motivation and Context

Checklist:

  • I have posted the link for the PR in the usrse slack (#website) to ask for reviewers
  • I have previewed changes locally
  • [n/a] I have updated the CHANGELOG and (if necessary) the README.md

cc @usrse-maintainers

@cferenba
Copy link
Member Author

cferenba commented May 29, 2020

That's odd, the jekyll style didn't get applied...

@vsoch
Copy link
Member

vsoch commented May 29, 2020

@cferenba this happened to us once before, and it is because an environment variable is missing in the CIRCLE build so the URL for the style files isn't generated:
image. I think before we re-ran it and it resolved, but I'm still worried we will eventually see #191.

@vsoch
Copy link
Member

vsoch commented May 29, 2020

I think it's a GitHub API fluke again, because the variables we need are defined, and I just tested the request locally again and I'm able to derive the REPO_ID

$ CIRCLE_PROJECT_REPONAME=usrse.github.io
$ CIRCLE_PROJECT_USERNAME=USRSE
(base) vanessa@vanessa-ThinkPad-T490s:~/Desktop/Code/snakemake/snakemake$ REPO_ID=$(curl https://api.github.com/repos/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} | jq --raw-output '.id')
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  6415  100  6415    0     0  27182      0 --:--:-- --:--:-- --:--:-- 27182
$ echo $REPO_ID
120906408
@@ -22,13 +22,13 @@ This workshop will be held in three online sessions:
- [US-RSE: Past, Present, & Future](https://drive.google.com/open?id=1nnOJe5kQFq9-AEJNsqZrQr5-fFKtBqXssE3qhhTtcq4) Ian Cosden, Princeton
- [RSE Group at Harvard University](https://drive.google.com/open?id=1F84aRnai68vUssM_6FM1Z0v9ykYrhuCd) Mahmood Shad, Harvard
- [Northwestern Research Software Engineering Support](https://docs.google.com/presentation/d/1KxmNG-hpStE55st9S8U_zFX1O8UBnwAcsEnp6EZ6-tw/edit?usp=sharing) - Christina Maimone, Northwestern
- Research Software Engineers @ PACE GT - Nuyun (Nellie) Zhang, Georgia Tech
- [Research Software Engineers @ PACE GT](https://drive.google.com/open?id=1WX_ipZI-zzeRjm6GUmc39sImucJt7Jir) - Nuyun (Nellie) Zhang, Georgia Tech

This comment has been minimized.

Copy link
@vsoch

vsoch May 29, 2020

Member

This first link requires access (probably needs to be made public?)

- Panel discussion (45 min)
1. **Technical Talks** - Short talks about projects that RSEs are working on (Wednesday 4/22, 3:00-4:30 PM EDT)
- Introduction (2 min) - Chris Hill, MIT
- Presentations I (3x10 min)
- [Data Analytics and Provenance Tools Development at GT PACE](https://drive.google.com/open?id=10fqy3BG70tPJK9YDSvCahC3VYroYKFVO) - Fang (Cherry) Liu, Georgia Tech
- [Development of ASPIRE Python Package](https://drive.google.com/open?id=1L9y32VyKs9ccjJgxUX95umJyDPExoy9c) Junchao Xia, Princeton
- [Development of ASPIRE Python Package: Reconstructing 3D Density Map of Biomolecule From 2D Cryo-EM Images](https://drive.google.com/open?id=1L9y32VyKs9ccjJgxUX95umJyDPExoy9c) Junchao Xia, Princeton

This comment has been minimized.

Copy link
@vsoch

vsoch May 29, 2020

Member

This one looks ok :)

@vsoch
Copy link
Member

vsoch commented May 29, 2020

Static files are back (it was indeed ephemeral issue with getting the repo id as I showed above)

https://623-120906408-gh.circle-artifacts.com/0/usrse.github.io/events/2020/2020-04-virtual-workshop.html

I think once the first document is made public and confirmed, this should be good to merge.

@cferenba
Copy link
Member Author

cferenba commented May 29, 2020

Google drive claims that the document is viewable by anyone with the link. Could you please recheck?

@vsoch
Copy link
Member

vsoch commented May 29, 2020

Must not like me then!
image

Are you sure it's not limited to an org?

@cferenba
Copy link
Member Author

cferenba commented May 29, 2020

I don't think so - let me check some more.

@cferenba
Copy link
Member Author

cferenba commented May 29, 2020

Not sure what's going on here.

Are you able to view the other links on the workshop page?

@vsoch
Copy link
Member

vsoch commented May 29, 2020

yep, I can see the others. Can someone else do a sanity check? The link is https://drive.google.com/open?id=1WX_ipZI-zzeRjm6GUmc39sImucJt7Jir. @cosden @danielskatz @jordanperr ?

@vsoch
Copy link
Member

vsoch commented May 29, 2020

we can also post the link on general slack to see if anyone else can check! That might be easier.

@danielskatz
Copy link
Collaborator

danielskatz commented May 29, 2020

It looks fine to me

@danielskatz
Copy link
Collaborator

danielskatz commented May 29, 2020

However, sharing indicates

Anyone at us-rse with this link can view

@danielskatz
Copy link
Collaborator

danielskatz commented May 29, 2020

I've just changed it to anyone with the link can view

@vsoch
Copy link
Member

vsoch commented May 29, 2020

Awesome! Works for me now.

@vsoch
vsoch approved these changes May 29, 2020
@vsoch vsoch merged commit 3369e83 into USRSE:master May 29, 2020
2 checks passed
2 checks passed
urlcheck
Details
ci/circleci: build-site Your tests passed on CircleCI!
Details
@cferenba
Copy link
Member Author

cferenba commented May 29, 2020

Thanks @danielskatz and @vsoch !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.