> 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/20161112-bian-cheng-yu-yan/events-calendar.md).

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/wp-content/uploads/2016/12/Events-Calendar.pdf)
* 作者：**Dru Lavigne**

以下 BSD 相关会议将于 2017 年第一季度举行。这些活动的更多信息与本地用户组会议，可在 <[www.bsdevents.org](http://www.bsdevents.org)> 查询。

## FOSDEM

2 月 4 日、5 日

比利时布鲁塞尔

<https://fosdem.org/2017/>

FOSDEM 是免费活动，为开源社区提供相聚、交流想法与协作的场所。每年吸引超过 5000 名参会者。今年的活动设有 BSD 开发室、展区的 FreeBSD 展位、参加 BSDA 认证考试的机会。

## SCaLE 15x

3 月 2 日至 5 日

加利福尼亚州帕萨迪纳

<https://www.socallinuxexpo.org/scale/15x/>

第 15 届南加州 Linux 博览会将再次提供若干 FreeBSD 相关演讲与展区的 FreeBSD 展位。此活动需支付少量费用注册。

## AsiaBSDCon

3 月 9 日至 12 日

日本东京

<http://2017.asiabsdcon.org/>

这是一年一度的 BSD 技术会议，面向基于 BSD 系统的用户与开发者。会议提供数日工作坊、演讲、开发者峰会、参加 BSDA 认证考试的机会（可选英语或日语）。此活动需注册。

***

**Dru Lavigne** 是 FreeBSD 基金会董事，也是 BSD 认证小组主席。


---

# 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/20161112-bian-cheng-yu-yan/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.
