> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20180506-an-quan/events-calendar.md).

# 活动日历

* 作者：**Dru Lavigne**

以下 BSD 相关会议将于 2018 年 5、6 和 7 月举行。

## BSDDay Brasil

5 月 26 日

Seropédica，里约热内卢

<https://bsdday.com.br/2018/>

这个在 Universidade Federal Rural do Rio de Janeiro 举行的一日开源活动有几场 FreeBSD 演讲。此活动免费参加，演讲将用葡萄牙语进行。

## BSDCan

6 月 6–9 日

加拿大渥太华

<http://www.bsdcan.org/2018/>

第 15 届年度 BSDCan 提供 2 天教程、开发者峰会和 2 天技术演讲，吸引从极端新手到高级开发者的广泛人群。此活动需要注册。

## USENIX 年度技术会议

7 月 11–13 日

美国马萨诸塞州波士顿

<https://www.usemix.org/conference/atc18>

2018 年 USENIX 年度技术会议将汇聚领先的系统研究人员，进行前沿系统研究，并提供无限机会获得各种必知主题的洞察。

## OSCON 2018

7 月 16–19 日

美国俄勒冈州波特兰

<http://conferences.oreilly.com/oscon/oscon-or/>

OSCON 汇聚来自不同背景、用开源技术做惊人事情的优秀人才。探索最新工具和技术，获得关键语言、框架和最佳实践的专家深入培训，并接触所有可能配置下的开源技术栈。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://freebsd-journal-cn.bsdcn.org/20180506-an-quan/events-calendar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
