Skip to content

Commit

Permalink
Update to events
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Smith committed Feb 20, 2019
1 parent 7a5152a commit b61d276
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 8 deletions.
11 changes: 11 additions & 0 deletions LICENSE-non-free-images.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Images that contain `NON-FREE` in their names used in this project fall
under specific license agreements, which are listed below according to
the applicable non-free sources.

Sources are identified using the pattern `NON-FREE` + SOURCE, where
SOURCE is one of of the sources below. Each source is listed with the
applicable license terms for associated images.

| Source | License |
| --------- | --------------------------------- |
| 123RF | https://www.123rf.com/license.php |
4 changes: 4 additions & 0 deletions _layouts/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ <h1 class="event-title">{{ page.title }}</h1>

<hr>

{% if page.registration_url %}
<a href="{{ page.registration_url }}" class="btn btn-secondary py-2 px-4">Register for this event <i class="fas fa-calendar-plus ml-1"></i></a>
{% else %}
This event is not currently open for registration. Please check back for updates!
{% endif %}
12 changes: 10 additions & 2 deletions _posts/2019-03-12-aidays.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
layout: event
title: Chicago ML at AI Days
title: Chicago ML Symposium at AI Days
time: 2:45 PM to 4:15 PM
host: Chicago AI Days
tags: event
badges: [Conference]
registration_url: https://www.meetup.com/Chicago-ML/events/258988945/
---

Hello
Chicago ML is hosting a symposium at Chicago AI Days on Tuesday,
March 12. We will present a number of short presentations on applied
machine learning that will tie into the broader conference AI theme.

Stay tuned for details!
3 changes: 1 addition & 2 deletions _posts/2019-03-29-applied-engineering-workshop.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
layout: event
parent: Events
title: Applied Engineering Workshop
time: 1:00 PM to 5:00 PM
host: HERE Technologies
Expand Down Expand Up @@ -35,7 +34,7 @@ If you would like to participate in the workshop as a presenter,

## What you can expect

![](/assets/images/collaborate.jpg)
![](/assets/images/collaborate-NON-FREE-123RF.jpg)

The workshop covers essential topics in machine learning that you can
apply to your work as a machine learning engineer or
Expand Down
2 changes: 1 addition & 1 deletion _sass/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
padding-top: 20px;
}

h1.event-title {
.event-title {
margin-bottom: 0.2em;
}
}
6 changes: 6 additions & 0 deletions assets/images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Please note that images containing `NON-FREE` in their names MUST NOT
be used outside this project unless otherwise permitted by the
applicable license.

See `LICENSE-non-free-images.txt` in the root directory for more
information.
File renamed without changes
13 changes: 11 additions & 2 deletions events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
layout: default
title: Events
nav_order: 10
has_children: yes
toc_title: Featured Events
---

# Events
Expand All @@ -15,3 +13,14 @@ all events.

<a href="https://www.meetup.com/Chicago-ML/events/calendar/" class="btn btn-primary py-2 px-4 mx-1 mt-2" title="View our upcoming events.">Upcoming events on Meetup <i class="far fa-calendar-alt fa-lg ml-1"></i></a>
<a href="https://bit.ly/2GQlWKS" class="btn btn-default py-2 px-4 mx-1 mt-2" title="Let us know what you'd like to see or present.">Request a topic for an upcoming event <i class="far fa-lightbulb fa-lg ml-1"></i></a>

## Featured Events

{% for post in site.tags.event limit:5 %}

### [{{post.title}}]({{post.url}})
{: .event-title }

{{ post.date | date:"%A, %B %d, %Y"}} - {{ post.time }} - {{ post.host }}

{% endfor %}
3 changes: 2 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ race, religion, or sexual identity and orientation.

{{ post.excerpt }}


{%- if post.registration_url -%}
<a href="{{ post.registration_url }}" class="btn btn-secondary py-2 px-4 mx-1">Register for this event <i class="fas fa-calendar-plus ml-1"></i></a>
{%- endif -%}
<a href="{{ post.url }}" class="btn btn-default py-2 px-4 mx-1">Event details <i class="fas fa-info-circle ml-1"></i></a>

---
Expand Down

0 comments on commit b61d276

Please sign in to comment.