Home
Contact Us
News
Links
Site Map
Recent Forum Topics
Unable to download BibTex
(1)
URGENT - Phishing hacked into Bibtex
(6)
FireBoard
(2)
Page navigation / users problem
(1)
Serious problem - paging
(6)
Order by first author last name
(0)
When relese joomla 1.5 compatibile ?
(0)
ability to link to certain authors
(3)
BibTex: posibility to insert images?
(1)
Not display Type field and Links field
(4)
...
Home
News
Joomla Extensions
Research
Programming
Graphic Design
Me
Forum
Downloads
Gallery
What I Don't Know Wiki
Search
Links
Contact Me
Bibliography
Administrator
Login
Username
Password
Remember me
Lost Password?
No account yet?
Register
Who's Online
We have 1 guest online
Google
Home
Programming
Joomla Extensions
Authors not displayed in 1.2b
Enter your search terms
Submit search form
Discussion Forum
December 04, 2008, 03:44:56 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: SMF - Just Installed!
Home
Help
Search
Login
Register
Discussion Forum
>
Programming
>
Joomla Extensions
>
Authors not displayed in 1.2b
Pages: [
1
]
« previous
next »
Print
Author
Topic: Authors not displayed in 1.2b (Read 3260 times)
Marie Garcia Bardon
Newbie
Posts: 2
Authors not displayed in 1.2b
«
on:
March 07, 2007, 01:47:24 PM »
Hello Mark,
Thanks for this great extension, it came at the very right moment for our website.
I just switched to the new version of the package, and it seems i have a little bug : the authors are not displayed on the front page anymore. Any idea what could be the reason?
Best regards,
marie
Logged
Mark Austin
Administrator
Jr. Member
Posts: 97
Re: Authors not displayed in 1.2b
«
Reply #1 on:
March 07, 2007, 05:13:26 PM »
Is the website online? Can I have a look. Also, could you send me the bib file you used (if that was how you uploaded the references.
Mark
Logged
Jonas Angstenberger
Newbie
Posts: 3
Re: Authors not displayed in 1.2b
«
Reply #2 on:
March 12, 2007, 11:49:19 AM »
Hello Mark,
i think i have the same or nearly the same problem as Marie. I imported the bib-tex-file with articles from medline (medicine database). Here one article as an example:
@article{
Author = {Aghazadeh, B. and Zhu, K. and Kubiseski, T. J. and Liu, G. A. and Pawson, T. and Zheng, Y. and Rosen, M. K.},
Title = {Structure and mutagenesis of the Dbl homology domain},
Journal = {Nat Struct Biol},
Volume = {5},
Number = {12},
Pages = {1098-107},
Abstract = {Guanine nucleotide exchange factors in the Dbl family activate Rho GTPases by accelerating dissociation of bound GDP, promoting acquisition of the GTP-bound state. Dbl proteins possess a approximately 200 residue catalytic Dbl-homology (DH) domain, that is arranged in tandem with a C-terminal pleckstrin homology (PH) domain in nearly all cases. Here we report the solution structure of the DH domain of human PAK-interacting exchange protein (betaPIX). The domain is composed of 11 alpha-helices that form a flattened, elongated bundle. The structure explains a large body of mutagenesis data, which, along with sequence comparisons, identify the GTPase interaction site as a surface formed by three conserved helices near the center of one face of the domain. Proximity of the site to the DH C-terminus suggests a means by which PH-ligand interactions may be coupled to DH-GTPase interactions to regulate signaling through the Dbl proteins in vivo.},
Keywords = {Amino Acid Sequence
Blood Proteins/ chemistry/genetics
Caenorhabditis elegans Proteins
Catalytic Domain/ genetics
Cell Cycle Proteins/genetics/metabolism
Enzyme Activation
Escherichia coli
Frameshift Mutation
GTP Phosphohydrolases/genetics/ metabolism
GTP-Binding Proteins/genetics/metabolism
Guanine Nucleotide Exchange Factors
Guanosine Diphosphate/metabolism
Helminth Proteins/genetics/metabolism
Humans
Magnetic Resonance Spectroscopy
Models, Molecular
Molecular Sequence Data
Mutagenesis, Site-Directed
Nerve Tissue Proteins/genetics/metabolism
Phosphoproteins
Proteins/genetics/metabolism
Proto-Oncogene Proteins/ chemistry/genetics
Research Support, Non-U.S. Gov't
Research Support, U.S. Gov't, P.H.S.
Sequence Alignment
Sequence Homology, Amino Acid
cdc42 GTP-Binding Protein
rhoA GTP-Binding Protein},
Year = {1998} }
After the import nearly all is correctly displayed exapt the authors (it's empty):
# Authors Title Year URLs Category
1 Structure and mutagenesis of the Dbl homology domain 1998 default
If I open "Edit the reference" and leave it with "save", this error message is shown:
DB function failed with error number 1054Unbekanntes Tabellenfeld 'author' in field list. SQL=update aas_bib set author='Array',title='Structure and mutagenesis of the Dbl homology domain',journal='Na
I read that the new My SQL database has a different command structure or something like that:
http://www.vbulletin.com/forum/showthread.php?t=165325
but don't know what to do.
Can you please help me?
Best regards,
Jonas
P.S.: Your tool is really cool!!!
Logged
Mark Austin
Administrator
Jr. Member
Posts: 97
Re: Authors not displayed in 1.2b
«
Reply #3 on:
March 12, 2007, 12:23:29 PM »
Thanks for that information. There is clearly a bug somewhere, that bibtex entry leads to missing authors on my system too, so it is not the mysql version, I will look into it when I can.
Logged
Mark Austin
Administrator
Jr. Member
Posts: 97
Re: Authors not displayed in 1.2b
«
Reply #4 on:
March 12, 2007, 01:32:33 PM »
I have found the source of the problem. References are assumed to be in the form:
@article{citationreference,
author={author name},
.
.
.
}
If the citation reference is missing then the parser I use fails. I will see if I can fix this, but for now, the fix would be to change your bibtex string to :
@article{Aghaz98,
Author = {Aghazadeh, B. and Zhu, K. and Kubiseski, T. J. and Liu, G. A. and Pawson, T. and Zheng, Y. and Rosen, M. K.},
Title = {Structure and mutagenesis of the Dbl homology domain},
Journal = {Nat Struct Biol},
Volume = {5},
Number = {12},
Pages = {1098-107},
Abstract = {Guanine nucleotide exchange factors in the Dbl family activate Rho GTPases by accelerating dissociation of bound GDP, promoting acquisition of the GTP-bound state. Dbl proteins possess a approximately 200 residue catalytic Dbl-homology (DH) domain, that is arranged in tandem with a C-terminal pleckstrin homology (PH) domain in nearly all cases. Here we report the solution structure of the DH domain of human PAK-interacting exchange protein (betaPIX). The domain is composed of 11 alpha-helices that form a flattened, elongated bundle. The structure explains a large body of mutagenesis data, which, along with sequence comparisons, identify the GTPase interaction site as a surface formed by three conserved helices near the center of one face of the domain. Proximity of the site to the DH C-terminus suggests a means by which PH-ligand interactions may be coupled to DH-GTPase interactions to regulate signaling through the Dbl proteins in vivo.},
Keywords = {Amino Acid Sequence
Blood Proteins/ chemistry/genetics
Caenorhabditis elegans Proteins
Catalytic Domain/ genetics
Cell Cycle Proteins/genetics/metabolism
Enzyme Activation
Escherichia coli
Frameshift Mutation
GTP Phosphohydrolases/genetics/ metabolism
GTP-Binding Proteins/genetics/metabolism
Guanine Nucleotide Exchange Factors
Guanosine Diphosphate/metabolism
Helminth Proteins/genetics/metabolism
Humans
Magnetic Resonance Spectroscopy
Models, Molecular
Molecular Sequence Data
Mutagenesis, Site-Directed
Nerve Tissue Proteins/genetics/metabolism
Phosphoproteins
Proteins/genetics/metabolism
Proto-Oncogene Proteins/ chemistry/genetics
Research Support, Non-U.S. Gov't
Research Support, U.S. Gov't, P.H.S.
Sequence Alignment
Sequence Homology, Amino Acid
cdc42 GTP-Binding Protein
rhoA GTP-Binding Protein},
Year = {1998} }
Logged
Jonas Angstenberger
Newbie
Posts: 3
Re: Authors not displayed in 1.2b
«
Reply #5 on:
March 12, 2007, 01:40:38 PM »
Hi Mark,
thank you for your fast and competent answer!!! I will try this!!!
Best regards,
Jonas
Logged
Jonas Angstenberger
Newbie
Posts: 3
Re: Authors not displayed in 1.2b
«
Reply #6 on:
March 12, 2007, 02:41:16 PM »
Hi Mark,
the thing with the author works fine, thanks!!!
B. Aghazadeh et al. Structure and mutagenesis of the Dbl homology domain Nat Struct Biol 1998 article
But is this format in the reference detail correct?
Reference Details
Aghazadeh, B., Zhu, K., Kubiseski, T. J., Liu, G. A., Pawson, T., Zheng, Y. and Rosen, M. K. (1998), "Structure and mutagenesis of the Dbl homology domain", Nat Struct Biol, 5, 12: 1098-107.Abstract:Guanine nucleotide exchange factors in the Dbl family activate Rho GTPases by accelerating dissociation of bound GDP, promoting acquisition of the GTP-bound state. Dbl proteins possess a approximately 200 residue catalytic Dbl-homology (DH) domain, that is arranged in tandem with a C-terminal pleckstrin homology (PH) domain in nearly all cases. Here we report the solution structure of the DH domain of human PAK-interacting exchange protein (betaPIX). The domain is composed of 11 alpha-helices that form a flattened, elongated bundle. The structure explains a large body of mutagenesis data, which, along with sequence comparisons, identify the GTPase interaction site as a surface formed by three conserved helices near the center of one face of the domain. Proximity of the site to the DH C-terminus suggests a means by which PH-ligand interactions may be coupled to DH-GTPase interactions to regulate signaling through the Dbl proteins in vivo.Keywords:Amino Acid Sequence Blood Proteins/ chemistry/genetics Caenorhabditis elegans Proteins Catalytic Domain/ genetics Cell Cycle Proteins/genetics/metabolism Enzyme Activation Escherichia coli Frameshift Mutation GTP Phosphohydrolases/genetics/ metabolism GTP-Binding Proteins/genetics/metabolism Guanine Nucleotide Exchange Factors Guanosine Diphosphate/metabolism Helminth Proteins/genetics/metabolism Humans Magnetic Resonance Spectroscopy Models, Molecular Molecular Sequence Data Mutagenesis, Site-Directed Nerve Tissue Proteins/genetics/metabolism Phosphoproteins Proteins/genetics/metabolism Proto-Oncogene Proteins/ chemistry/genetics Research Support, Non-U.S. Gov't Research Support, U.S. Gov't, P.H.S. Sequence Alignment Sequence Homology, Amino Acid cdc42 GTP-Binding Protein rhoA GTP-Binding Protein
The picture in your documentation was different- it seems that the format doesn't work well.
What do you think? Was it in your frontend correct?
Best regard,
Jonas
Logged
Mark Austin
Administrator
Jr. Member
Posts: 97
Re: Authors not displayed in 1.2b
«
Reply #7 on:
March 12, 2007, 03:43:55 PM »
It is formatted as follows on my system. Were the abstract and keywords merged into the same paragraph exactly as you posted? I just want to be sure. Don't worry I found the error, see next post.
Aghazadeh, B., Zhu, K., Kubiseski, T. J., Liu, G. A., Pawson, T., Zheng, Y. and Rosen, M. K. (1998), "Structure and mutagenesis of the Dbl homology domain", Nat Struct Biol, 5, 12: 1098-107.
Abstract:
Guanine nucleotide exchange factors in the Dbl family activate Rho GTPases by accelerating dissociation of bound GDP, promoting acquisition of the GTP-bound state. Dbl proteins possess a approximately 200 residue catalytic Dbl-homology (DH) domain, that is arranged in tandem with a C-terminal pleckstrin homology (PH) domain in nearly all cases. Here we report the solution structure of the DH domain of human PAK-interacting exchange protein (betaPIX). The domain is composed of 11 alpha-helices that form a flattened, elongated bundle. The structure explains a large body of mutagenesis data, which, along with sequence comparisons, identify the GTPase interaction site as a surface formed by three conserved helices near the center of one face of the domain. Proximity of the site to the DH C-terminus suggests a means by which PH-ligand interactions may be coupled to DH-GTPase interactions to regulate signaling through the Dbl proteins in vivo.
Keywords:
Amino Acid Sequence Blood Proteins/ chemistry/genetics Caenorhabditis elegans Proteins Catalytic Domain/ genetics Cell Cycle Proteins/genetics/metabolism Enzyme Activation Escherichia coli Frameshift Mutation GTP Phosphohydrolases/genetics/ metabolism GTP-Binding Proteins/genetics/metabolism Guanine Nucleotide Exchange Factors Guanosine Diphosphate/metabolism Helminth Proteins/genetics/metabolism Humans Magnetic Resonance Spectroscopy Models, Molecular Molecular Sequence Data Mutagenesis, Site-Directed Nerve Tissue Proteins/genetics/metabolism Phosphoproteins Proteins/genetics/metabolism Proto-Oncogene Proteins/ chemistry/genetics Research Support, Non-U.S. Gov't Research Support, U.S. Gov't, P.H.S. Sequence Alignment Sequence Homology, Amino Acid cdc42 GTP-Binding Protein rhoA GTP-Binding Protein
«
Last Edit: March 12, 2007, 03:54:09 PM by Mark Austin
»
Logged
Mark Austin
Administrator
Jr. Member
Posts: 97
Re: Authors not displayed in 1.2b
«
Reply #8 on:
March 12, 2007, 03:49:44 PM »
I think that I may have found the source of this error. I had </br> rather than <br /> for my linebreaks, which did not cause a problem in internet explorer but does cause a problem in other browsers, Firefox included. I will fix the typo in the next release, coming soon. If you want to fix the code yourself now, change lines 344-371 of jombib.html.php from:
if ($row['abstract']!=""){
echo "</br>";
echo "</br>";
echo "<b>Abstract:</b>";
echo "</br>";
echo $row['abstract'];
}
if ($row['keywords']!=""){
echo "</br>";
echo "</br>";
echo "<b>Keywords:</b>";
echo "</br>";
echo $row['keywords'];
}
if ($row['note']!=""){
echo "</br>";
echo "</br>";
echo "<b>Notes:</b>";
echo "</br>";
echo $row['note'];
}
if ($row['annote']!=""){
echo "</br>";
echo "</br>";
echo "<b>Annotations:</b>";
echo "</br>";
echo $row['annote'];
}
to:
if ($row['abstract']!=""){
echo "<br />";
echo "<br />";
echo "<b>Abstract:</b>";
echo "<br />";
echo $row['abstract'];
}
if ($row['keywords']!=""){
echo "<br />";
echo "<br />";
echo "<b>Keywords:</b>";
echo "<br />";
echo $row['keywords'];
}
if ($row['note']!=""){
echo "<br />";
echo "<br />";
echo "<b>Notes:</b>";
echo "<br />";
echo $row['note'];
}
if ($row['annote']!=""){
echo "<br />";
echo "<br />";
echo "<b>Annotations:</b>";
echo "<br />";
echo $row['annote'];
}
«
Last Edit: March 12, 2007, 03:53:33 PM by Mark Austin
»
Logged
Mark Austin
Administrator
Jr. Member
Posts: 97
Re: Authors not displayed in 1.2b
«
Reply #9 on:
March 20, 2007, 10:14:25 PM »
Did that work out OK?
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> General Discussion
-----------------------------
Programming
-----------------------------
=> Joomla Extensions
=> Help with downloaded scripts
Loading...
© 2008 Everything That I Know About