> 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/20191112-wang-luo-xu-ni-hua/events-calendar.md).

# 活动日历

* 作者：**ANNE DICKISON** 与 **DRU LAVIGNE**

以下 BSD 活动将于 2020 年 3 月底前举行。

## FOSDEM 2020

2 月 1–2 日

比利时布鲁塞尔

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

FOSDEM 2020 为开源和自由软件开发者提供相聚、分享想法、协作的场所。活动以高度开发者导向著称，汇聚来自世界各地的 8000 多位极客。

## FreeBSD Mini Developers Summit

1 月 31 日

比利时布鲁塞尔

<https://wiki.freebsd.org/DevSummit/202002>

加入 FreeBSD 开发者共度一天，与 FOSDEM 2020 同期举办。峰会以讨论会形式进行，仅限受邀参加。

## linux.conf.au 2020

2020 年 1 月 13–17 日

澳大利亚黄金海岸

<https://linux.conf.au/programme/miniconfs/freebsd/>

FreeBSD 基金会联合 simPRO Software，将于 1 月 14 日在 linux.conf.au 举办 FreeBSD MiniConf。

## APRICOT 2020

2 月 12–21 日

澳大利亚墨尔本

<https://2020.apricot.net/>

作为亚太地区最大的国际互联网会议，亚太地区互联网运营技术区域性会议（APRICOT）汇集来自 50 多个国家的全球顶尖互联网工程师、运营商、研究人员、服务提供商、用户和政策社区，进行教学、展示和人脉拓展。

## SCaLE 18x

3 月 5–8 日

加利福尼亚州帕萨迪纳

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

第 18 届南加州 Linux 博览会将在帕萨迪纳会议中心举行。SCaLE 18x 预计将迎来 150 家参展商，以及近 130 场会议、教程和特别活动。FreeBSD 基金会将再次举办为期一天的 FreeBSD 工作坊。

## FOSSASIA Summit 2020

3 月 19–22 日

新加坡

<https://summit.fossasia.org/>

FOSSASIA 峰会是亚洲面向开发者、初创企业和 IT 专业人士的领先开源技术会议，将在新加坡终身学习学院举办。

## AsiaBSDCon

3 月 19–22 日

日本东京

<https://2020.asiabsdcon.org/>

AsiaBSDCon 是面向基于 BSD 的系统用户和开发者的技术会议。会议面向所有开发、部署和使用 FreeBSD、NetBSD、OpenBSD、DragonFly BSD、Darwin 和 macOS X 系统的人。AsiaBSDCon 旨在汇集最优秀的技术论文和演讲，确保开源社区的最新进展能传递给尽可能广泛的受众。


---

# 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/20191112-wang-luo-xu-ni-hua/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.
