or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Weekly CSC coffee break
Link to this HedgeDoc: https://siili.rahtiapp.fi/weekly-user-zoom
Link to this page: https://hackmd.io/@CSC-research-support/support-session
Introduction slides: https://a3s.fi/usersupportsession/First meeting info.pdf
Link to feedback: https://link.webropolsurveys.com/S/94AB9F77D8EFF054
Link to archive:
https://hackmd.io/@CSC-research-support/weekly_session_archive
Contents of this documents and quicklinks
- Weekly CSC coffee break
- Code of conduct
- Recordings, slides etc material from short talks
- General and practical matters
- 2022-11-09 session
- CSC Specialists available
- Room and topic
- Questions:
- Test area for HackMD first timers
This is the Q&A info page for the CSC's open support session organised every Wednesday at 14:00 in Zoom (see link at: https://ssl.eventilla.com/usersupportcoffee) to discuss current issues in CSC services and to provide direct support for our users. You can submit your questions beforehand or during the session, or check what others have asked!
You can ask both in English and Finnish - or any other language our specialists speak :)
Note that if you are typing a question in here, we expect you to join the Zoom session :) Otherwise, probably best to send a support request to servicedesk@csc.fi !
You can think of these sessions as walking into our office to ask for help. If you are not sure whether we can help you, come and chat with us anyway and we can figure out a solution together!
Join the coffee session, if you want to:
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →`
) for thecode blocks
. Might look scary, but this is very easy to use! Scroll to the bottom of the page for a "testing area"- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Code of conduct
We strive to follow the Code of Conduct developed by The Carpentries organisation to foster a welcoming environment for everyone. In short:
Recordings, slides etc material from short talks
7.9. Puhti web interface (recording)
14.9. LUMI (slides, recording)
21.9. CSC Notebooks (slides, recording)
28.9. Puhti OS update (slides)
5.10. Tykky (slides, recording)
12.10. SD services (slides, recording )
19.10. No short talk (autumn holidays)
26.10. Machine Learning guide (no slides, all information in docs, recording)
2.11. CSC cloud services Pouta and Rahti (slides, recording)
9.11. Workflows and Hyperqueue (recording)
16.11. CSC training materials
General and practical matters
Q1: I have difficulty pasting my questions into HackMD (here). Do you have some instructions on how to write here?
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →You can find all previous questions and answers here:
https://hackmd.io/@CSC-research-support/weekly_session_archive
2022-11-09 session
Short talk: Workflows and hyperqueue
CSC Specialists available
Maria Lehtivaara - Host, Bio stuff :)
Maria Dimitrova - Co-host
Rasmus Kronberg - Short talk about workflows & hyperqueue
Mats Sjöberg - Machine learning
Anni Järvenpää - Language bank
Room and topic
Room 1 - Tykky & LUMI, Rasmus
Room 2 - VSCode & ssh connection to Puhti, AnniJ, MariaD, Laxman & Mats
Room 3 -
Questions:
Q38: Where are we to find the other questions (<Q38)? Thanks!
A: In the archive! Link is in the box at the top of this document, and here: https://hackmd.io/@CSC-research-support/weekly_session_archive
Q39: How can I download NDVI data from NASA MODIS database? https://lpdaac.usgs.gov/products/mod13q1v006/ I have gps coordinates of my study sites and need to extract NDVI values from a given time period for these for further analyses. I have trouble getting the data downloaded in raster format that I could use. Or perhaps there is some R code ready that can be used for this, as I will be continuing analyses in R (package LEA)?
A: There seems to be some instructions for R here: https://rspatial.org/terra/modis/2-download.html and here: https://flograttarola.com/post/modis-downloads/ (no experience with them though). In the latter there is some possibility to define the output format which might help?
Q40: Do you have container wrapper tykky on Lumi? & which workflow tools do you have here?
A: Yes, https://docs.lumi-supercomputer.eu/software/installing/container-wrapper/. Although it is not named Tykky, it is basically the same tool. Regarding workflow tools, HyperQueue is projected to be on LUMI at some point. Latest versions of the program also support dependencies, although only through the Python API.
Q41: I used Visual Studio Code to connect to puhti.csc.fi but since last week I am not able to connect anymore. I haven't been able to solve the solution myself. (x2)
A: After the RHEL8 operating system update, the public key of the server has changed, making the ssh client suspect that you are not connecting to the intended machine but to a possibly malicious agent instead. To remove the outdated key from your computer, remove "puhti.csc.fi" lines from
.ssh/known_hosts
file. On unix machines the.ssh
directory is usually found in your home directory, on Windows machines it typically is inC:\Users\<username>\.ssh
unless a program has saved it to a specific location.Q42: One RT ticket discussed in main room :) Hyperqueue might be the solution there.
Q43: It would be helpful for the newbies like me if there was an example of how to write a batch job to execute a Jupyter notebook (using Tensorflow for high intensive deep learning). Thanks in advance!
A: Good idea! Unfortunately I cannot join the call today, but you could take a look at the papermill tool. I can try to create some examples on how to use it on Puhti when I have some more free time. If you send a request to servicedesk@csc.fi I can reply to you directly there once I have some examples ready.
NOTE: 16.11. notes in HedgeDoc!!!
Test area for HackMD first timers
Just type here :)
pllaaplaa plaa plaplaa
pllaplaa
Please add an "o" if you found this place and can edit the document
I can edit here: oooo oo
Testings testings
Test area ending here :)
Please give us feedback: https://link.webropolsurveys.com/S/94AB9F77D8EFF054