-
Notifications
You must be signed in to change notification settings - Fork 523
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
[fix #546] add human language in workshop description #625
base: gh-pages
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,6 +103,20 @@ workshop is only open to people from a particular institution. | |
{% include lc/who.html %} | ||
{% endif %} | ||
|
||
{% comment %} | ||
HUMAN LANGUAGE | ||
{% endcomment %} | ||
|
||
{% unless site.human_language == "" %} | ||
<p id="human-language"> | ||
<strong>The workshop will be conducted in {{ site.human_language }}.</strong> | ||
For this course, we will expect our participants to have basic understanding | ||
of {{ site.human_language }}. We will have several helpers to assist you if | ||
you need assistance with understanding the lesson material. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the "with" in the last line does not need to be here. I do still find this somewhat confusing. Is the idea that the helpers will be fluent in both the workshop language and another language to help with translation? Maybe there should be two fields in config (I don't love this proposal, but thinking together is better than alone): There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, I think that the intent was that helpers would be proficient both language and could help with translation if needed. That sentence I took from @malvikasharan's workshop might be too specific to be generalizable to all workshops, and it might be best to leave it out? |
||
</p> | ||
{% endunless %} | ||
|
||
|
||
{% comment %} | ||
LOCATION | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest listing couple of examples after this first line, e.g. "English", "Dutch", etc.