> 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/20141112-shi-pin-qu-dong-cheng-xu/events-calendar.md).

# 活动日历

* 作者：**Dru Lavigne**

以下是 2015 年第一季度计划召开的 BSD 相关会议。更多活动信息和本地用户组会议可访问 bsdevents.org。

## FOSDEM

1 月 31 日 – 2 月 1 日

比利时布鲁塞尔

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

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

## SCALE

2 月 19 日 – 22 日

美国加州洛杉矶

<http://www.socallinuxexpo.org/scale13x/>

第 13 届年度南加州 Linux 博览会再次提供若干 FreeBSD 相关演讲、博览会区的 FreeBSD 展位和参加 BSDA 认证考试的机会。本次活动需付费注册。

## GREAT WIDE OPEN

3 月 3 日 – 4 日

美国佐治亚州亚特兰大

<http://greatwideopen.org/>

这一年度技术大会探讨企业中的开源。博览会区设有 FreeBSD 展位。本次活动需注册。

## AsiaBSDCon

3 月 12 日 – 15 日

日本东京

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

这是面向基于 BSD 系统用户和开发者的年度 BSD 技术大会。活动提供数天的研讨会、演讲、开发者峰会和参加 BSDA 认证考试的机会。本次活动需注册。

***

如果你知道对 FreeBSD 期刊读者可能感兴趣的会议、活动或事件，请将日历条目发送至 <editor@freebsdjournal.com>。


---

# 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/20141112-shi-pin-qu-dong-cheng-xu/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.
