$(document).ready(function() {
var currentPath = window.location.pathname;
$('.widhd-nav-ul li a[href="' + currentPath + '"]').addClass('active');
$("#author").autocomplete({
source : function(request, response) {
var postdata = {
inputValue : request.term,
scrLocale : "ja"
};
$.ajax({
type : 'POST',
url : "/guide/organizer-api/es/suggest/mbsj/subject/author",
data : postdata,
dataType : "json",
success : function(json) {
var state = json.state;
if (state == "OK") {
response(json.suggest)
}
}
});
}
});
$("#aff").autocomplete({
source : function(request, response) {
var postdata = {
inputValue : request.term,
scrLocale : "ja"
};
$.ajax({
type : 'POST',
url : "/guide/organizer-api/es/suggest/mbsj/subject/aff",
data : postdata,
dataType : "json",
success : function(json) {
var state = json.state;
if (state == "OK") {
response(json.suggest)
}
}
});
}
});
$("#free").autocomplete({
source : function(request, response) {
var postdata = {
inputValue : request.term,
scrLocale : "ja"
};
$.ajax({
type : 'POST',
url : "/guide/organizer-api/es/suggest/mbsj/subject/free",
data : postdata,
dataType : "json",
success : function(json) {
var state = json.state;
if (state == "OK") {
response(json.suggest)
}
}
});
}
});
$("#subjectTitle").autocomplete({
source : function(request, response) {
var postdata = {
inputValue : request.term,
scrLocale : "ja"
};
$.ajax({
type : 'POST',
url : "/guide/organizer-api/es/suggest/mbsj/subject/subjectTitle",
data : postdata,
dataType : "json",
success : function(json) {
var state = json.state;
if (state == "OK") {
response(json.suggest)
}
}
});
}
});
});
The 43rd Annual Meeting of the Molecular Biology Society of Japan
Dec 2, 2020 - Dec 4, 2020 Online
[3P-0137] Hmo1 promotes rDNA condensation in G1 cells after TORC1 inactivation
○Yuri Takeichi1, Tsuneyuki Takuma2, Yuji Nishikawa2, Takashi Ushimaru1,2 (1.Dept. of Sci., Grad. Sch, of Integ. Sci. and Technol., Shizuoka Univ., 2.Dept. of Biosci., Fac. of Sci., Shizuoka Univ.)
"1.Hmo1, """2.Condensin", """3.TORC1", """4.rDNA"
This archive has moved to the member page of The Molecular Biology Society of Japan. Members can access the abstracts via links at the member page of the sites. Please feel free to contact the journal offices for any inquiries.