$id = '775'
$issue = object(Cake\ORM\Table) {
'registryAlias' => 'Issues',
'table' => 'issues',
'alias' => 'Issues',
'entityClass' => '\Cake\ORM\Entity',
'associations' => [],
'behaviors' => [],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
$article_current = object(Cake\ORM\Table) {
'registryAlias' => 'Articles',
'table' => 'articles',
'alias' => 'Articles',
'entityClass' => '\Cake\ORM\Entity',
'associations' => [],
'behaviors' => [],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
$article = object(Cake\ORM\Entity) {
'id' => (int) 775,
'user_id' => (int) 0,
'volume' => (int) 72,
'volumeno' => (int) 7,
'issuseno' => (int) 1,
'issusemonth' => 'January',
'issuseyear' => '2016',
'title' => '<p>Interaction Of Bovine Serum Albumin With Synthetic Spiropyrimidines</p>
',
'meta_title' => 'Interaction of bovine serum albumin with synthetic spiropyrimidines',
'meta_desc' => 'Interaction of bovine serum albumin with synthetic spiropyrimidines',
'meta_keyword' => 'Spiropyrimidines, BSA, fluorescence, energy transfer, CD.',
'alias_name' => 'interactionofbovineserumalbuminwithsyntheticspiropyrimidines',
'authorname' => '<p>Swarup Roy<sup>1</sup>, Sudipta Ponra<sup>2</sup>, Tapas Ghosh<sup>2</sup>, K.C. Majumdar<sup>2*</sup> and Tapan Kumar Das<sup>1*</sup></p>
',
'authorfrontname' => 'Swarup Roy, Sudipta Ponra, Tapas Ghosh, K.C. Majumdar and Tapan Kumar Das',
'authoraffiliation' => '<p><em><sup>1</sup></em><em>Department of Biochemistry and Biophysics, University of Kalyani, Kalyani 741235, West Bengal, India</em></p>
<p><em><sup>2</sup></em><em>Department of Chemistry, University of Kalyani, Kalyani 741235, West Bengal, India</em></p>
',
'authoremail' => '<p>E-mail: tapankumardas175@gmail.com,kcmklyuniv@gmail.com</p>
',
'authorbiography' => '',
'page' => '65-70',
'pagesequence' => '12',
'doi' => '10.5185/amlett.2016.6081',
'articletype' => '1',
'keyword' => '<p>Spiropyrimidines, BSA, fluorescence, energy transfer, CD.</p>
',
'abstractpdf' => null,
'abstractdec' => '<p style="text-align:justify"><span style="font-size:10pt">Study of interaction between synthetic spiropyrimidines (SP) with bovine serum albumin (BSA) was investigated by spectroscopy. The fluorescence of BSA was quenched by SP by means of static quenching mechanism. Using Stern–Volmer analysis of the fluorescence quenching data number of binding sites (n) and binding constants (K) at different temperatures were computed. The thermodynamic parameters enthalpy change (ΔH) and entropy change (ΔS) were calculated using Van’t Hoff equation (ΔH = -95.16 kJ/mol and ΔS = -251.49 J/mol/ K) and the results clearly indicated binding process is enthalpy-driven but entropically disfavored. The weak force van der Waals interaction and hydrogen bonding is responsible for BSA-SP complexation. Synchronous fluorescence, UV-Vis and circular dichroism (CD) spectra proposed possibility of alteration in conformation of BSA in the presence of SP. Using Forster’s non-radiation energy transfer (FRET) theory distance between the donor and the acceptor were found to be <7 nm. </span> </p>
',
'fullabstractpdf' => '56797f27e60fa1450802983_fullabstratct.pdf',
'fullabstractdesc' => '',
'supporting_information' => null,
'tocimage' => '',
'received' => '',
'accepted_for_publication' => '',
'checked_for_plagiarism' => 'Yes',
'review_by' => '',
'peer_reviewers_approved_by' => '',
'peer_reviewer_comments' => '',
'editor_who_approved_publication' => '',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => '2015-12-22 09:49:43',
'sequence' => (int) 12,
'status' => (int) 1,
'published' => (int) 1,
'mostcitedissue' => (int) 0,
'view_counts' => (int) 0,
'count_download' => (int) 0,
'admin_delete' => (int) 0,
'citation_author' => null,
'citation_author_institution' => null,
'last_page' => (int) 0,
'article_html_data' => null,
'refernece' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Articles'
}
$issue_article = 'Volume 7, Issue 1, Article ID 65-70, January 2016'
$Issues_articles_image = null
$coverimage_artciles = ''
$coverimage_desc = ''
$issue_data = object(Cake\ORM\Entity) {
'id' => (int) 527,
'type' => '21',
'volumenumber' => '12',
'issusenumber' => '3',
'issusemonth' => 'March',
'issuseyear' => '2021',
'pageno' => '21031607-21031615',
'sequence' => (int) 1,
'coverimage_file' => 'March_1609938278.jpg',
'coverimagepdf_file' => null,
'coverimage_desc' => '<p style="text-align: justify;">Development of sustainable energy materials is becoming more and more important to tackle the challenges of energy innovation and technology. It will also act like an appliance for social progress, economic growth, poverty reduction, equity, and environmental sustainability. The cover photo of the March 2021 issue of Advanced Materials Letters is inspired from the 07th point of United Nation’s Sustainable Development Goals, “Ensure access to affordable, reliable, sustainable and modern energy for all” and the agenda of the International Association of Advanced Materials for 2030 decade, "Advancement of Materials to Green and Sustainable World".</p>
',
'download_count' => (int) 0,
'admin_delete' => (int) 0,
'status' => (int) 1,
'created' => null,
'modified' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Issues'
}
App\Controller\ArticlesController::details() - APP/Controller/ArticlesController.php, line 300
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 429
Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 114
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87
[main] - ROOT/webroot/index.php, line 51
Notice (8): Trying to get property of non-object [APP/Controller/ArticlesController.php, line 302]
$id = '775'
$issue = object(Cake\ORM\Table) {
'registryAlias' => 'Issues',
'table' => 'issues',
'alias' => 'Issues',
'entityClass' => '\Cake\ORM\Entity',
'associations' => [],
'behaviors' => [],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
$article_current = object(Cake\ORM\Table) {
'registryAlias' => 'Articles',
'table' => 'articles',
'alias' => 'Articles',
'entityClass' => '\Cake\ORM\Entity',
'associations' => [],
'behaviors' => [],
'defaultConnection' => 'default',
'connectionName' => 'default'
}
$article = object(Cake\ORM\Entity) {
'id' => (int) 775,
'user_id' => (int) 0,
'volume' => (int) 72,
'volumeno' => (int) 7,
'issuseno' => (int) 1,
'issusemonth' => 'January',
'issuseyear' => '2016',
'title' => '<p>Interaction Of Bovine Serum Albumin With Synthetic Spiropyrimidines</p>
',
'meta_title' => 'Interaction of bovine serum albumin with synthetic spiropyrimidines',
'meta_desc' => 'Interaction of bovine serum albumin with synthetic spiropyrimidines',
'meta_keyword' => 'Spiropyrimidines, BSA, fluorescence, energy transfer, CD.',
'alias_name' => 'interactionofbovineserumalbuminwithsyntheticspiropyrimidines',
'authorname' => '<p>Swarup Roy<sup>1</sup>, Sudipta Ponra<sup>2</sup>, Tapas Ghosh<sup>2</sup>, K.C. Majumdar<sup>2*</sup> and Tapan Kumar Das<sup>1*</sup></p>
',
'authorfrontname' => 'Swarup Roy, Sudipta Ponra, Tapas Ghosh, K.C. Majumdar and Tapan Kumar Das',
'authoraffiliation' => '<p><em><sup>1</sup></em><em>Department of Biochemistry and Biophysics, University of Kalyani, Kalyani 741235, West Bengal, India</em></p>
<p><em><sup>2</sup></em><em>Department of Chemistry, University of Kalyani, Kalyani 741235, West Bengal, India</em></p>
',
'authoremail' => '<p>E-mail: tapankumardas175@gmail.com,kcmklyuniv@gmail.com</p>
',
'authorbiography' => '',
'page' => '65-70',
'pagesequence' => '12',
'doi' => '10.5185/amlett.2016.6081',
'articletype' => '1',
'keyword' => '<p>Spiropyrimidines, BSA, fluorescence, energy transfer, CD.</p>
',
'abstractpdf' => null,
'abstractdec' => '<p style="text-align:justify"><span style="font-size:10pt">Study of interaction between synthetic spiropyrimidines (SP) with bovine serum albumin (BSA) was investigated by spectroscopy. The fluorescence of BSA was quenched by SP by means of static quenching mechanism. Using Stern–Volmer analysis of the fluorescence quenching data number of binding sites (n) and binding constants (K) at different temperatures were computed. The thermodynamic parameters enthalpy change (ΔH) and entropy change (ΔS) were calculated using Van’t Hoff equation (ΔH = -95.16 kJ/mol and ΔS = -251.49 J/mol/ K) and the results clearly indicated binding process is enthalpy-driven but entropically disfavored. The weak force van der Waals interaction and hydrogen bonding is responsible for BSA-SP complexation. Synchronous fluorescence, UV-Vis and circular dichroism (CD) spectra proposed possibility of alteration in conformation of BSA in the presence of SP. Using Forster’s non-radiation energy transfer (FRET) theory distance between the donor and the acceptor were found to be <7 nm. </span> </p>
',
'fullabstractpdf' => '56797f27e60fa1450802983_fullabstratct.pdf',
'fullabstractdesc' => '',
'supporting_information' => null,
'tocimage' => '',
'received' => '',
'accepted_for_publication' => '',
'checked_for_plagiarism' => 'Yes',
'review_by' => '',
'peer_reviewers_approved_by' => '',
'peer_reviewer_comments' => '',
'editor_who_approved_publication' => '',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => '2015-12-22 09:49:43',
'sequence' => (int) 12,
'status' => (int) 1,
'published' => (int) 1,
'mostcitedissue' => (int) 0,
'view_counts' => (int) 0,
'count_download' => (int) 0,
'admin_delete' => (int) 0,
'citation_author' => null,
'citation_author_institution' => null,
'last_page' => (int) 0,
'article_html_data' => null,
'refernece' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Articles'
}
$issue_article = 'Volume 7, Issue 1, Article ID 65-70, January 2016'
$Issues_articles_image = null
$coverimage_artciles = '/aml/uploads/coverimage/'
$coverimage_desc = ''
$issue_data = object(Cake\ORM\Entity) {
'id' => (int) 527,
'type' => '21',
'volumenumber' => '12',
'issusenumber' => '3',
'issusemonth' => 'March',
'issuseyear' => '2021',
'pageno' => '21031607-21031615',
'sequence' => (int) 1,
'coverimage_file' => 'March_1609938278.jpg',
'coverimagepdf_file' => null,
'coverimage_desc' => '<p style="text-align: justify;">Development of sustainable energy materials is becoming more and more important to tackle the challenges of energy innovation and technology. It will also act like an appliance for social progress, economic growth, poverty reduction, equity, and environmental sustainability. The cover photo of the March 2021 issue of Advanced Materials Letters is inspired from the 07th point of United Nation’s Sustainable Development Goals, “Ensure access to affordable, reliable, sustainable and modern energy for all” and the agenda of the International Association of Advanced Materials for 2030 decade, "Advancement of Materials to Green and Sustainable World".</p>
',
'download_count' => (int) 0,
'admin_delete' => (int) 0,
'status' => (int) 1,
'created' => null,
'modified' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Issues'
}
App\Controller\ArticlesController::details() - APP/Controller/ArticlesController.php, line 302
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 429
Cake\Routing\Dispatcher::_invoke() - CORE/src/Routing/Dispatcher.php, line 114
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 87
[main] - ROOT/webroot/index.php, line 51
Interaction of bovine serum albumin with synthetic spiropyrimidines
×
advanced search
Interaction Of Bovine Serum Albumin With Synthetic Spiropyrimidines
Study of interaction between synthetic spiropyrimidines (SP) with bovine serum albumin (BSA) was investigated by spectroscopy. The fluorescence of BSA was quenched by SP by means of static quenching mechanism. Using Stern–Volmer analysis of the fluorescence quenching data number of binding sites (n) and binding constants (K) at different temperatures were computed. The thermodynamic parameters enthalpy change (ΔH) and entropy change (ΔS) were calculated using Van’t Hoff equation (ΔH = -95.16 kJ/mol and ΔS = -251.49 J/mol/ K) and the results clearly indicated binding process is enthalpy-driven but entropically disfavored. The weak force van der Waals interaction and hydrogen bonding is responsible for BSA-SP complexation. Synchronous fluorescence, UV-Vis and circular dichroism (CD) spectra proposed possibility of alteration in conformation of BSA in the presence of SP. Using Forster’s non-radiation energy transfer (FRET) theory distance between the donor and the acceptor were found to be <7 nm.
Keywords
Spiropyrimidines, BSA, fluorescence, energy transfer, CD.
Welcome to the new website of Advance Materials Letters!
Important Information for Manuscript Submission
Submission of revised manuscripts - If you have submitted your article in our old submission system, all authors are requested to submit their revisions in the old submission system using your existing username and passwords.
New Submissions are welcome to submit manuscripts using ScholarOne submission system.