Metadata
Title
UTokyo Repository
Category
general
UUID
5f8d5f433aff43f6bb86e23ac16aac8f
Source URL
https://repository.dl.itc.u-tokyo.ac.jp/
Parent URL
https://repository.dl.itc.u-tokyo.ac.jp/records/47816
Crawl Time
2026-03-11T01:38:54+00:00
Rendered Raw Markdown
# UTokyo Repository

**Source**: https://repository.dl.itc.u-tokyo.ac.jp/
**Parent**: https://repository.dl.itc.u-tokyo.ac.jp/records/47816

**WEKO3**

- [トップ](https://repository.dl.itc.u-tokyo.ac.jp/)
- [ランキング](https://repository.dl.itc.u-tokyo.ac.jp/items/ranking)

検索キーワード

検索

詳細検索

閉じる

全文

 キーワード

[[key\_option.contents]] 

To

lat

lon

distance

[[sub\_sel\_option.contents]]

[[sub\_check.contents]]

[[sub\_check.contents]]

[[sub\_radio.contents]]

開始日

To
終了日

Field does not validate

[[sub\_attr.contents]]

\

検索条件追加

\

検索

クリア

### インデックスリンク

24

### [インデックスツリー](https://repository.dl.itc.u-tokyo.ac.jp/search?page=1&size=20&search_type=2&q=0)

is\_permission
is\_login

アイテムリスト

Export Checked Items
Export All Displayed Items
Export All Items Of This Index
Print Checked Items
Print All Displayed Items
Print All Items Of This Index
実行
[エクスポート](https://repository.dl.itc.u-tokyo.ac.jp/items/export)

表示順

Title(Ascending)
Title(Descending)
Registrant(Ascending)
Registrant(Descending)
Item Types(Asending)
Item Types(Descending)
ID(Ascending)
ID(Descending)
Modified Date and Time(Ascending)
Modified Date and Time(Descending)
Created Date and Time(Ascending)
Created Date and Time(Descending)
Review Date and Time(Ascending)
Review Date and Time(Descending)
Published Year(Ascending)
Published Year(Descending)
Custom(Ascending)
Custom(Descending)
Relevance(Ascending)
Relevance(Descending)

表示順:

表示数

20
50
75
100

function changesize() {
var pagesize = document.getElementById('pagesize');
var url = new URL(location.href);
var params = new URLSearchParams(url.search.slice(1));
params.set('size', pagesize.value);
if(params.get('search\_type') == null){
params.set('search\_type', 2);
}
if(params.get('q') == null){
var index\_id\_q= document.getElementById('index\_id\_q').value;
params.set('q', index\_id\_q);
}
newpath = location.pathname
if(location.pathname=="/"){
newpath="/search"
}
location.href=newpath+"?"+params;
};