> 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/20150506-ce-liang-liang-ci-dai-ma-yi-ci-xie-hao/events-calendar.md).

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/our-work/journal/browser-based-edition/measure-twice-code-once/)

未来 4 个月内将举办以下 BSD 相关会议。关于这些活动与本地用户组聚会的更多信息，请访问 <http://www.bsdevents.org>。

## OSCON

7 月 21–23 日

俄勒冈州波特兰

<http://www.oscon.com>

OSCON 展会区将设有 FreeBSD 展位。本活动需注册参加。

## Texas LinuxFest

8 月 21–22 日

得克萨斯州圣马科斯

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

TLF 将在圣马科斯会议中心举办，设有 FreeBSD 展位。BSDNow 团队将出席，活动期间还会提供 BSD 认证考试。本会议需缴纳少量注册费。

## vBSDcon

9 月 11–13 日

弗吉尼亚州雷斯顿

<http://vBSDcon.com>

第二届两年一度的 vBSDCon 大会将在雷斯顿的喜来登酒店举行。活动以一天的 FreeBSD 开发者峰会开场，随后是两天的演讲与 BOF 会议。本活动需注册参加。

## womENcourage

9 月 24–26 日

瑞典乌普萨拉

<http://womencourage.acm.org/>

本会议旨在为计算机科学及相关学科领域的女性提供交流与探索职业发展的机会。男女均可参加。FreeBSD 项目的数名成员将参与一场关于开源益处的座谈，其中一位还会主持一场开源入门工作坊。招聘会上也将设有 FreeBSD 展位。本活动需注册参加。

## EuroBSDCon

10 月 1–4 日

瑞典斯德哥尔摩

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

欧洲首屈一指的 BSD 大会今年在斯德哥尔摩大学举行。届时将有为期两天的开发者峰会、两天教程、两天演讲。本活动需注册参加。今年的主题演讲由 Paul Vixie 带来。

如果你知道哪些会议、活动或事件可能令 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/20150506-ce-liang-liang-ci-dai-ma-yi-ci-xie-hao/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.
