> 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/20200506-wang-luo-xing-neng/events-calendar.md).

# 活动日历

截至 2020 年 6 月的 BSD 活动

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

## SCaLE 18x

3 月 5–8 日

美国加州帕萨迪纳

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

SCaLE 18x——第 18 届年度南加州 Linux 博览会——在帕萨迪纳会议中心举办。SCaLE 18x 预计接待 150 家参展商，并安排近 130 场讲座、教程与特别活动。FreeBSD 基金会很荣幸在 3 月 6 日（周五）举办一场全天的 FreeBSD 入门工作坊。此外，记得去 FreeBSD 展位打声招呼！

## FOSSASIA Summit 2020

3 月 19–22 日

新加坡

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

FOSSASIA Summit 是亚洲领先的开放技术大会，面向开发者、初创公司与 IT 专业人士，在新加坡终身学习学院举办。基金会执行董事 Deb Goodkin 将发表演讲《FreeBSD，另一种类 UNIX 操作系统——为什么你应该参与其中！》。

## BSDCan

6 月 3–6 日

加拿大渥太华

<https://www.bsdcan.org/2020/>

第 17 届年度 BSDCan 在渥太华大学举办。BSDCan 围绕 BSD 操作系统家族举办各类讲座与教程，议题广泛。会议安排包括为期 2 天的开发者峰会与教程，随后是 2 天的正式会议。

## AsiaBSDCon

3 月 19–22 日

日本东京

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

AsiaBSDCon 是面向基于 BSD 的系统用户与开发者的大会。会议面向所有开发、部署、使用 FreeBSD、NetBSD、OpenBSD、DragonFlyBSD、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/20200506-wang-luo-xing-neng/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.
