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

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/our-work/journal/browser-based-edition/virtualization/events-calendar/)
* 作者：**Dru Lavigne**

以下 BSD 相关会议定于 2014 年第三季度举行，活动持续至十月。

这些活动和本地用户组会议的更多信息，可在 bsdevents.org 找到。

## Fossetcon

2014 年 9 月 11–13 日

美国佛罗里达州奥兰多

<http://www.fossetcon.org>

Fossetcon 是自由和开源软件博览会暨技术会议。博览区将设有 FreeBSD 展位，并提供 BSDA 认证考试。

## EuroBSDCon

2014 年 9 月 25–28 日

保加利亚索菲亚

<http://2014eurobsdcon.org>

EuroBSDCon 是欧洲首屈一指的 BSD 操作系统会议。会议包含两天的开发者峰会和教程，随后是两天的技术演讲。

## Grace Hopper Celebration

2014 年 10 月 8–10 日

美国亚利桑那州凤凰城

<http://gracehopper.com>

FreeBSD 基金会将在 Grace Hopper 计算机领域女性庆祝大会的博览区设有展位。FreeBSD 还将参与开源日（Open Source Day），并介绍如何参与 FreeBSD 项目。

## Ohio LinuxFest

2014 年 10 月 24–26 日

美国俄亥俄州哥伦布

<https://ohiolinux.org/>

第 12 届 Ohio LinuxFest 将设有 FreeBSD 展位和多场 FreeBSD 相关演讲。BSDA 认证考试将于 10 月 26 日（星期日）提供。


---

# 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/20140708-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.
