<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
VLBI懇談会の皆様

情報通信研究機構(NICT)では、『第13回IVS技術開発センターシンポジウム』を鹿島宇宙技術センターにおいて開催致します。詳細は下記の通りですので、多数の皆様にご参加頂きますようお願い申し上げます。

             記

『第13回IVS技術開発センターシンポジウム』開催のご案内

現在各国では、IVSによって推進されている次世代広帯域測地VLBIシステムのVGOS仕様に基づくアンテナと観測システムの整備が進められています(米国、ドイツ、スペイン、日本、ロシア等)。NICTにおいてもVGOSに準拠した広帯域VLBIシステム(Gala-V)の開発を進めており、昨年12月には6.4-15GHzの観測が可能なフィードを鹿島34mアンテナに搭載し、メタノールメーザライン6.7GHz,12.2GHzの同時観測に成功しています。国土地理院ではVGOS仕様の新しいアンテナが茨城県石岡市に設置され、今年から観測が予定されています。 シンポジウムでは、こうした新しい観測システムの開発や、新しい技術開発構想、測地・天文観測、あるいはGNSS技術との 連携等、VLBI及び関連する宇宙測地技術全般も議論の対象としておりますので、 広く関連分野の皆さんの御参加をよろしくお願いします。
また今年は、鹿島宇宙術センターが設置から50周年を迎え、NICT(旧電波研究所)を出発点として日本におけるVLBIの導入期から技術開発をリードしてこられた、国立天文台の川口則幸教授、横浜国立大学の高橋冨士信教授、NICTの近藤哲朗アジア連携センター長が退職された節目の年でもあり、記念講演等も予定したいと考えています。多くの皆様のご参加をお待ちしています。

■日時:平成26年6月4日(水) 午前10時~午後5時(予定)
※シンポジウム開催後に懇親会を開催する予定です。

■場所:情報通信研究機構鹿島宇宙技術センター 研究本館大会議室

■講演発表申し込み締め切り:平成26年5月23日(金)
※ポスター発表も受け付けます。

■参加費:無料

■講演発表申込み方法:以下の申込書に必要事項をご記入の上、TDCシンポ受付窓口
(TDCSymp-loc@ml.nict.go.jp)宛にメールでお申し込みください。その際、件名に「TDCシンポジウム申し込み」と記載頂けると大変助かります。
※なお、後日このアナウンスをWEBにも掲載します。

世話人:情報通信研究機構 関戸 衛、武江美和、堤 正則
    〒314-8501 茨城県鹿嶋市平井 893-1 
------------------------------------------------------------

第13回IVS技術開発センターシンポジウム 講演発表申込書

講演発表申し込み締め切り : 平成26年5月23日(金)
申し込み先 : TDCシンポ受付窓口(TDCSymp-loc@ml.nict.go.jp)

氏名 :
所属 :
電話 :
e-mail :
講演題目:
発表者 :
要旨(200字程度):

---------
懇親会参加:  可 : 不可 (参加費未定:2000円程度)
昼食の注文(350円): 定食:麺類:カレー 
ゲストハウス宿泊が必要の場合: 宿泊日 


VLBI懇談会の皆様へ


第12回IVS-技術開発センターシンポジウムを
下記の日程・プログラムで開催しますのでお知らせします。

日程:2013年6月6日(木) 10:00- 17:30
場所:情報通信研究機構 鹿島宇宙技術ンセンター小会議室


****プログラム****
アンテナシステム・観測的研究セッション I (10:00-11:12) 座長:小山 泰弘
(NICT)
----------------------------------------------------------
1 徂徠 和夫(北大)  北海道大学苫小牧11m電波望遠鏡の全自動観測システム
と観測計画
2 米倉 覚則(茨城大) 茨城局(日立・高萩アンテナ)の現状
3 若杉貴浩(国土地理院)つくばVLBI観測局の現況報告~過負荷によるアンテナ
基礎部の損傷~
4 関戸 衛(NICT)   34mアンテナの復旧、GALA-Vシステム開発概要
----------------------------------------------------------
		休憩(8分)

アンテナシステム・観測的研究セッション II (11:20-12:14)座長:市川 隆一
----------------------------------------------------------
5 三好 真(天文台)	きゃらばんサブミリ計画の状況
6 朝木 義晴(JAXA)	Sgr A* VLBIモニタ:定常相関処理
7 竹川 俊也(慶応大)	NICT鹿島-小金井基線VLBIを用いたS/X帯でのSgr A*強
度モニター観測
		ポスター紹介 (12:14?12:24)
P1 木村 公洋(大阪府大)VLBI2010用光学系の計算および広帯域クワッドリッ
ジアンテナの近傍界測定
P2 水野 いづみ(鹿児島大)偏波分光計PolariSの開発
E1 福崎 順洋(国土地理院) 展示品(VGOS観測用 受信機・記録装置)の紹介
----------------------------------------------------------
	集合写真撮影(12:25-12:30 研究本館前にて)
	ポスターセッション(お昼休み:12:30-13:30)

技術開発(相関処理・データ処理技術)セッション(13:30-15:00) 座長:氏原
秀樹
----------------------------------------------------------
8  鈴木駿策(天文台)	『VDIF Software Library の開発』
9  川口則幸(天文台)	VLBI観測技術における基礎的な問題
10 鬼頭 友祐(横浜国大)VPN環境におけるPTP時刻同期精度の検証
11 住田 真一(横浜国大)地上デジタルTV電波受信によるUSRP活用FX型(逆)VLBI
相関処理技術の開発
12 竹内 央 (JAXA)  JAXAにおけるVLBIによる軌道決定技術の開発の状況
----------------------------------------------------------
		休憩(5分)

技術開発(VLBI2010-GALAV)セッション (15:05-16:17) 座長:岳藤 一宏
----------------------------------------------------------
13	岳藤 一宏(NICT)	VLBIによる高精度周波数比較へむけて
14	氏原 秀樹(NICT)	広帯域フィードの開発
15	高島 和宏(国土地理院) VLBI2010時代における国内VLBI観測のシミュレー
ション評価
16	Hobiger Thomas(NICT) c5++を用いた観測レベルの宇宙測地統合解析について
----------------------------------------------------------
		休憩(5分)

技術開発(VLBI2010(VGOS),K5およびK6)セッション (16:22-17:30) 座長:近藤
哲朗
----------------------------------------------------------
17	福崎 順洋(国土地理院) VLBI2010アンテナの建設
18	栗原  忍(国土地理院)	VLBI2010データ取得システムの開発
19	小山 泰弘(NICT)	K3システムからK5システムまでの開発について
		議論(10分)    
----------------------------------------------------------
閉会挨拶
		懇親会(18:00 --)






[[お知らせ]]
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
----

[[ご案内]]
[[お知らせ]]
[[集録について]]

[[1st Circular]]

[[講演受付]]
[[プログラム| ./PDFS/13th_TDC-Sympo_program20140529.pdf]]

[[写真| ./photos.html ]]
[[アクセス| https://ksrc.nict.go.jp/access.html]]

[[IVS| https://ivs.nict.go.jp/mirror/ ]]

[[情報通信研究機構 | https://www.nict.go.jp/ ]]
[[鹿島宇宙技術センター | https://ksrc.nict.go.jp/]]
[[時空標準研究室 | ../../../lab/ ]]
[[次世代時空計測G | ../../ ]]

<html><img src="./logo_ksrc2.gif" width="100%"></html>



[[GettingStarted]]
第13回 IVS技術開発センターシンポジウム
<html><center><table border="0" ><tr style="font-size:small;" bgcolor="Honeydew"><td><h1>2014年6月4日<br>シンポジウムは盛況の中終了致しました。<br>ご参加ありがとうございました。</h1><br><center><a href="./photos.files/P6041214.jpg"><img src="./s-P6041214.jpg"></a></center><br></td></tr></table></center>
<br>
<h1>研究会集録 No.34を発行しました</h1>
<p> ご提出いただいた集録原稿は、IVS NICT-TDC News として論文集を発行し、国内外のVLBI/測地・天文 関連研究機関及び個人に送付しています。<br>
みなさまのご理解とご協力に、厚く感謝申し上げます。<br>
<br>
 <a class="moz-txt-link-freetext" href="https://www2.nict.go.jp/aeri/sts/stmg/ivstdc/news_34/pdf/pctdc_news34.pdf">研究会集録 No.34 (TDC-News No.34) </a>
<br>
<br>
 <a class="moz-txt-link-freetext" href="https://www2.nict.go.jp/aeri/sts/stmg/ivstdc/news-index-j.html">過去のバックナンバーはこちらです。 </a>
<br>
<hr>
</html>



<html><table border="0" cellpadding="10px"><tr style="font-size:small;" bgcolor="Honeydew"><td bordercolor="red"><br><h1>シンポジウム開催趣旨</h1><br>

&nbsp; &nbsp; 情報通信研究機構は,<a href="https://ivs.nict.go.jp/mirror/" target="_top">国際VLBI事業</a>(International VLBI Service for Geodesy and Astrometry)を構成する技術開発センター、解析センター、観測局、相関処理局、及びデータセンターの各コンポーネントとして指名を受け、VLBI観測技術に関連するさまざまな技術開発を推進することでIVSの活動に大きく寄与しています。国内においては、2001年から毎年IVS技術開発センターシンポジウムを主催し、研究成果を英文のTDCニュースとして発行することで、VLBIに関する技術開発の最新の研究成果を国内外に発信してきました。<br>

<br><br><center><a href="./IMG_4584.JPG"><img src="./s-IMG_4584.jpg"></a></center><br><br>

&nbsp; &nbsp; 現在各国では、IVSによって推進されている次世代広帯域測地VLBIシステムのVGOS仕様に基づくアンテナと観測システムの整備が進められています(米国、ドイツ、スペイン、日本、ロシア等)。NICTにおいてもVGOSに準拠した広帯域VLBIシステム(Gala-V)の開発を進めており、昨年12月には6.4-15GHzの観測が可能なフィードを鹿島34mアンテナに搭載し、メタノールメーザライン6.7GHz,12.2GHzの同時観測に成功しています。国土地理院ではVGOS仕様の新しいアンテナが茨城県石岡市に設置され、今年から観測が予定されています。 シンポジウムでは、こうした新しい観測システムの開発や、新しい技術開発構想、測地・天文観測、あるいはGNSS技術との 連携等、VLBI及び関連する宇宙測地技術全般も議論の対象としておりますので、 広く関連分野の皆さんの御参加をよろしくお願いします。<br>
<br>
&nbsp; &nbsp; また今年は、鹿島宇宙技術センターが設置から50周年を迎え、NICT(旧電波研究所)を出発点として日本におけるVLBIの導入期から技術開発をリードしてこられた、国立天文台の川口則幸教授、横浜国立大学の高橋冨士信教授、NICTの近藤哲朗アジア連携センター長が退職された節目の年でもあり、記念講演等も予定したいと考えています。多くの皆様のご参加をお待ちしています。
<br>
<hr>
<br><h2>日時:平成26年6月4日(水) 午前10時~午後5時(予定)</h2>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <strong>シンポジウム開催後に懇親会を開催する予定です.</strong><br><br>
&nbsp; &nbsp; &nbsp;  ■場所:<a href="https://www2.nict.go.jp/wireless/spacelab/ksrc/access.html">情報通信研究機構鹿島宇宙技術センター</a> 研究本館大会議室<br><br>
&nbsp; &nbsp; &nbsp;  ■講演発表申し込み締め切り:<b><span style="color:Red; font^size:medium;">平成26年5月23日(金)</span></b><br>
&nbsp; &nbsp; &nbsp; &nbsp;  ※ポスター発表も受け付けます。<br><br>
&nbsp; &nbsp; &nbsp;  ■参加費:無料<br><br>
&nbsp; &nbsp; &nbsp;  ■講演発表申込み方法:<br>
&nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp;  必要事項をご記入の上,世話人までメールでお申し込みください.<br>
&nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp;  (お申込み方法の詳細は左側メニュー<u>講演受付</u>をお読み下さい)<br><br><br>
<center>
&nbsp; &nbsp; &nbsp;  <b>世話人: &nbsp;&nbsp;情報通信研究機構 関戸 衛&nbsp;,&nbsp; 武江美和&nbsp;,&nbsp; 堤 正則<br>
&nbsp; &nbsp; &nbsp;  E-mail: &nbsp;&nbsp;TDCSymp-loc(AT)ml.nict.go.jp</b><br>
</center>
<br>
<h2>昼食・宿泊について</h2>
<br>
▼当日の昼食は鹿島宇宙技術センターの厚生棟で取ることが出来ます。<br>
    <font color="Red"><b>一食350円</b></font><b> 定食、カレー、麺類 の 3種から選択</b><br>
<br>
▼前日、あるいは当日に鹿島に宿泊を希望される方は鹿島宇宙技術センターのゲストハウスに若干の空きがあります。<br>
  利用条件がありますので世話人までご相談ください。<br>
  <font color="Red"><b>※特に旅費支給に制限のある学生さんを優先とします。</b></font><br>
<br>
<hr>
<center>
〒314-8501 茨城県鹿嶋市平井 893-1<br>
情報通信研究機構 鹿島宇宙技術センター<br>
TEL:0299-82-1211(代表) <br>
&nbsp;<a href="https://www2.nict.go.jp/wireless/spacelab/ksrc/access.html">アクセス:交通</a><br>
</center>
<br>
<br>
<br>
</td>
</tr>
</table>
</html>


<html>
<p>
 IVS技術開発センターの集録は、IVS NICT-TDC News として論文集を発行し、国内外のVLBI/測地・天文 関連研究機関及び個人に送付しています。<br>
集録原稿の提出にご協力お願いします。<br>
<br>
</p>
<center>
<table border="0" width="751">
  <tbody>
    <tr>
      <td width="126">TDC-News URL</td>
      <td width="615"><a class="moz-txt-link-freetext" href="https://www2.nict.go.jp/aeri/sts/stmg/ivstdc/news-index-j.html">http://www2.nict.go.jp/aeri/sts/stmg/ivstdc/news-index-j.html</a>
</td>
    </tr>
    <tr>
      <td width="126">言語</td>
      <td width="615">英語</td>
    </tr>
    <tr>
      <td width="126">ページ数</td>
      <td width="615">自由(3-4ページ程度)</td>
    </tr>
    <tr>
      <td width="126">ファイル形式</td>
      <td width="615">LATEX 形式(<a href="./tdc-news-sample.tgz">フォーマットの雛形はこちら</a>)<br>
WORDなどその他の形式での提出を希望される場合には、個別に相談させてください。</td>
    </tr>
    <tr>
      <td width="126">提出期限</td>
      <td width="615"><font color="#cc0000"><b>2014年8月31日</b></font></td>
    </tr>
    <tr>
      <td width="126">提出先</td>
      <td width="615">シンポジウム世話人(関戸、武江、堤)宛て</td>
    </tr>
    <tr>
      <td width="126">E-mai</td>
      <td width="615"><a class="moz-txt-link-abbreviated" href="mailto:TDCSymp-loc@ml.nict.go.jp">TDCSymp-loc@ml.nict.go.jp</a></td>
    </tr>
  </tbody>
</table>
</center>
<br>
<br>
<br>
<hr>

</html>




!@@講演発表申込み方法@@
以下の申込書に必要事項をご記入の上世話人の関戸 , 武江 ,堤までメールでお申し込みください。
その際、件名に「TDCシンポジウム申し込み」と記載頂けると大変助かります。


世話人:情報通信研究機構鹿島宇宙技術センター
    〒314-8501 茨城県鹿嶋市平井 893-1
    関戸 衛 , 武江 美和  , 堤 正則
    E-mail:TDCSymp-loc(AT)ml.nict.go.jp

!講演発表申し込み締め切り: @@color(Red):平成26年5月23日(金)@@
 ※以下をコピー&ペーストでメールに貼り付けてご利用下さい。
----
第13回IVS技術開発センターシンポジウム 講演発表申込書

・氏名 :
・所属 :
・電話 :
・e-mail :
・講演題目:
・発表者 :
・要旨(200字程度):



・懇親会参加:  可 : 不可 (参加費未定:2000円程度)
・昼食の注文(350円): 定食:麺類:カレー 
・ゲストハウス宿泊が必要の場合: 宿泊日 

----
<html>
<h1>研究会集録についてのお願い</h1>
<p>
 IVS技術開発センターの集録は、IVS NICT-TDC News として論文集を発行し、国内外のVLBI/測地・天文 関連研究機関及び個人に送付しています。<br>
集録原稿の提出にご協力お願いします。<br>
<br>
</p>
<center>
<table border="0" width="751">
  <tbody>
    <tr>
      <td width="126">TDC-News URL</td>
      <td width="615"><a class="moz-txt-link-freetext" href="https://www2.nict.go.jp/aeri/sts/stmg/ivstdc/news-index-j.html">http://www2.nict.go.jp/aeri/sts/stmg/ivstdc/news-index-j.html</a>
</td>
    </tr>
    <tr>
      <td width="126">言語</td>
      <td width="615">英語</td>
    </tr>
    <tr>
      <td width="126">ページ数</td>
      <td width="615">自由(3-4ページ程度)</td>
    </tr>
    <tr>
      <td width="126">ファイル形式</td>
      <td width="615">LATEX 形式(<a href="./tdc-news-sample.tgz">フォーマットの雛形はこちら</a>)<br>
WORDなどその他の形式での提出を希望される場合には、個別に相談させてください。</td>
    </tr>
    <tr>
      <td width="126">提出期限</td>
      <td width="615"><font color="#cc0000"><b>2014年8月31日</b></font></td>
    </tr>
    <tr>
      <td width="126">提出先</td>
      <td width="615">シンポジウム世話人(関戸、武江、堤)宛て</td>
    </tr>
    <tr>
      <td width="126">E-mai</td>
      <td width="615">TDCSymp-loc(AT)ml.nict.go.jp</td>
    </tr>
  </tbody>
</table>
</center>
<br>
<br>
<br>
<hr>

</html>