> 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/2018-1112-freebsd-12/events-calendar.md).

# 活动日历

* 作者：**Dru Lavigne**

2019 年第一季度将举办以下与 BSD 相关的会议。

## SANOG33

1 月 9–16 日

不丹廷布

<https://www.sanog.org/sanog33>

第 33 届南亚网络运营商组（SANOG）会议将为参与讨论互联网运营、技术与发展提供宝贵机会。

## FOSDEM

2 月 2–3 日

比利时布鲁塞尔

<http://fosdem.org/2019/>

FOSDEM 是欧洲最大的年度开源活动之一，免费参加。届时会有 BSD 开发者房间和 expo 区域的 FreeBSD 展位。FreeBSD 基金会在会议前一天于 NH Brussels Carrefour de l’Europe 酒店赞助了一日开发者峰会。

## APRICOT 2019

2 月 18–28 日

韩国大田儒城区

<https://2019.apricot.net>

作为亚太地区规模最大的国际互联网会议，亚太地区互联网运营技术会议（APRICOT）吸引了来自 50 多个国家的全球顶尖互联网工程师、运营商、研究人员、服务提供商、用户和政策社区，前来教学、展示，并进行人际网络交流。

## SCALE 17x

3 月 7–10 日

加州帕萨迪纳

<http://www.socallinuxexpo.org/scale/17x>

第 17 届南加州 Linux Expo 是北美规模最大的由社区运营的开源与自由软件会议。expo 区域将设有 FreeBSD 展位。参加此会议需支付少量费用。

## FOSSASIA 2019

3 月 14–17 日

新加坡

<http://2019.fossasia.org/>

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

## AsiaBSDCon 2019

3 月 21–24 日

日本东京

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

这一年度会议面向任何开发、部署和使用基于 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/2018-1112-freebsd-12/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.
