Skip to content

Commit f97f1e4

Browse files
committed
open CFS
1 parent 65b5345 commit f97f1e4

7 files changed

+32
-31
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ c4sponsorsUrl: "/assets/CoreCpp2021_SponsoringOffer.pdf"
4343
# Navigation
4444
navigationLinks:
4545
- {permalink: "/", text: "Home"}
46-
# - {permalink: "/blog/", text: "Blog"}
46+
- {permalink: "/blog/", text: "Blog"}
4747
# - {permalink: "/schedule/", text: "Schedule"}
4848
# - {permalink: "/speakers/", text: "Speakers"}
4949
- {permalink: "/team/", text: "Team"}
@@ -52,14 +52,14 @@ navigationLinks:
5252
# - {permalink: "/hackathon/", text: "Hackathon"}
5353
bottomNavigationLinks:
5454
# - {link: "https://ti.to/hamakor/corecpp-local-2021/", text: "Buy Tickets"}
55-
# - {link: "/assets/CoreCpp2021_CallForSpeakers.pdf", text: "Call For Speakers"}
55+
- {link: "/assets/CoreCpp2022_CallForSpeakers.pdf", text: "Call For Speakers"}
5656
# - {link: "https://cfs.corecpp.org/", text: "Submit Your Talk"}
5757
# - {link: "/assets/CoreCpp2021_CallForTutorials.pdf", text: "Call For Tutorials"}
5858
# - {link: "/assets/CoreCpp2021_SponsoringOffer.pdf", text: "Sponsor Us"}
5959
rightNavigationButtons:
6060
# - {link: "https://ti.to/hamakor/corecpp-local-2021/", text: "Buy Tickets"}
6161
# - {link: "/assets/CoreCpp2020_CallForSponsors.pdf", text: "Become a Sponsor"}
62-
# - {link: "/assets/CoreCpp2021_CallForSpeakers.pdf", text: "Call For Speakers"}
62+
- {link: "/assets/CoreCpp2022_CallForSpeakers.pdf", text: "Call For Speakers"}
6363
# - {link: "https://cfs.corecpp.org/", text: "Submit Your Talk"}
6464
# - {link: "/assets/CoreCpp2021_CallForTutorials.pdf", text: "Call For Tutorials"}
6565
# - {link: "/assets/CoreCpp2021_SponsoringOffer.pdf", text: "Sponsor Us"}
@@ -72,7 +72,7 @@ typeoutTextValues: '"", "Conference", "Summer", "Israel", "co_return"'
7272
typeoutFallback: "Conference"
7373
heroButtons:
7474
# - {link: "https://ti.to/hamakor/corecpp-local-2021/", text: "Buy Tickets"}
75-
# - {link: "/assets/CoreCpp2021_CallForSpeakers.pdf", text: "Call For Speakers"}
75+
- {link: "/assets/CoreCpp2022_CallForSpeakers.pdf", text: "Call For Speakers"}
7676
# - {link: "https://cfs.corecpp.org/", text: "Submit Your Talk"}
7777
# - {link: "/assets/CoreCpp2021_CallForTutorials.pdf", text: "Call For Tutorials"}
7878
# - {link: "/assets/CoreCpp2021_SponsoringOffer.pdf", text: "Sponsor Us"}

_posts/2021-08-12-covid19-updates.markdown

Lines changed: 0 additions & 26 deletions
This file was deleted.

_posts/2022-04-28-cfs-open.markdown

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: post
3+
title: "The Call for Speakers is open!"
4+
date: 2022-04-28 08:00:00
5+
isStaticPost: false
6+
---
7+
8+
We are excited to announce that a Call For Speakers for **Core C++ 2022** is now open, [submit ours now](https://cfs.corecpp.org/)!
9+
10+
Submission deadline is **June 15th**, 2022.
11+
12+
From medical devices and flash storage to CPUs and advanced navigation systems, Israeli innovation pushes the boundaries of the imagination. Advanced software is at the heart of many of these systems, and when it comes to bare-metal performance, low power-consumption and massive scalability, C++ is king. **Core C++ 2022** will take place at the Academic College of Tel-Aviv-Yaffo in Israel. The conference is aimed at C++ developers and practitioners as well as academic researchers and teachers who wish to be updated by the newest developments of C++ and present their work with C++.
13+
14+
##### Format
15+
The conference will feature two-tracks. The recommended length of the talk is 60 minutes (including Q&A time), talks of 30 and 90 minutes will be also considered.
16+
You may chose to present in English or Hebrew.
17+
18+
##### Suggested Topics
19+
* C++ language: evolution, discussion, pros and cons of the latest C++ language and library features, best practices and use case studies
20+
* Development process: code analysis, Unit Testing, codebase maintenance, package management, deployment
21+
* Useful tools and libraries
22+
* HW and SW platforms: Embedded, Real Time, GPU, HPC
23+
* Industry specific perspective such as mobile platforms, games, VR/AR, low-latency, machine learning, computer-vision, drones and autonomous vehicles
24+
* Academic Research: teaching C++ and common pitfalls for newbies, language analysis, C++ applications in research, language analysis
25+
* C++ Basics: fundamental topics that aren't necessarily new but are part of the knowledge backbone every C++ programmer should have. Target audience should be inexperienced C++ programmers as well as experienced ones interested in strengthening their foundations.
26+
27+
[Submit now!](https://cfs.corecpp.org/)
-114 KB
Binary file not shown.
-142 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
{% comment %}{% include partners.html %}{% endcomment %}
2525

26-
{% comment %}{% include latest-news.html %}{% endcomment %}
26+
{% include latest-news.html %}
2727

2828
{% comment %} {% include subscribe.html %} {% endcomment %}
2929

0 commit comments

Comments
 (0)