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

Link presentations of 2024-02-20 on the documentations site #398

Closed
hfu opened this issue Feb 20, 2024 · 7 comments
Closed

Link presentations of 2024-02-20 on the documentations site #398

hfu opened this issue Feb 20, 2024 · 7 comments
Assignees

Comments

@hfu
Copy link
Contributor

hfu commented Feb 20, 2024

Yuiseki and I delivered presentations in #372.

@albertkun and @asahina820, could we link these presentations below from the documentation site?

@albertkun
Copy link
Collaborator

@hfu I added a deployment script (UNopenGIS/smartmaps#88) that reads in the presentations.csv file here:

https://github.com/UNopenGIS/smartmaps/blob/main/presentations.csv

So as long as you update that CSV file (presentations.csv) the presentations should update using this script automatically when the website is being built:

https://github.com/UNopenGIS/smartmaps/blob/main/package.json

{
  "name": "smartmaps",
  "scripts": {
    "update-presentations": "node generate-presentations-index.js",
    "docusaurus": "docusaurus",
    "start": "docusaurus start",
    "build": "yarn update-presentations && docusaurus build",
}

It will show up in this table both in Japanese and English:

https://unopengis.github.io/smartmaps/resources/presentations

https://unopengis.github.io/smartmaps/ja/resources/presentations/

@asahina820 let me know if you'd like to make any changes to this script or the Japanese text:

Thank you!

@hfu
Copy link
Contributor Author

hfu commented Feb 21, 2024

Thank you @albertkun for your kind guidance.

Before linking the presentations in this issue, I linked the presentation for the UN Open GIS Monthly of 2024-02.

I confirmed I can do it!
https://unopengis.github.io/smartmaps/resources/presentations/

I will close this issue once I add the presentations of 2024-02-20 (and 2024-02-19).

@hfu hfu self-assigned this Feb 21, 2024
@albertkun
Copy link
Collaborator

Thank you @albertkun for your kind guidance.

Before linking the presentations in this issue, I linked the presentation for the UN Open GIS Monthly of 2024-02.

I confirmed I can do it!
https://unopengis.github.io/smartmaps/resources/presentations/

I will close this issue once I add the presentations of 2024-02-20 (and 2024-02-19).

Great! Glad to hear it worked! 🎉 Feel free to let me know if you have any questions about it!

@hfu
Copy link
Contributor Author

hfu commented Feb 23, 2024

I added two presentations on 2024-02-20. And it works!
https://unopengis.github.io/smartmaps/resources/presentations/

@hfu hfu closed this as completed Feb 23, 2024
@albertkun
Copy link
Collaborator

Nice! Thank you for confirming! :)

@albertkun
Copy link
Collaborator

@hfu question: from a usability perspective, should we just put the link in the title:

image

@hfu
Copy link
Contributor Author

hfu commented Feb 23, 2024

@albertkun I agree! The URL should be href of the title text.

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

No branches or pull requests

3 participants