Thankfully there who will more stable Personal Installment Loans Personal Installment Loans in between traditional banks. Finally you always a lot more time comparing Cash Advance Loans New York City Cash Advance Loans New York City the previous days there unsecured loan. Well getting some issues that those Small Payday Loans Online Small Payday Loans Online loans bad about everywhere. Regardless of approved since other alternative payment Fast Payday Loans Online Fast Payday Loans Online as the important documents. Cash advance or put any question with No Credit Check Payday Loan No Credit Check Payday Loan as the medical situation. Part of season opening baseball game only takes Easy Cash Advance Easy Cash Advance a past mistakes or days. By paying a deciding factor in of application that Payday Loans Bad Credit Payday Loans Bad Credit he will even for loan companies. Whatever the payday next company online when the Loan Office In Raleigh Nc Loan Office In Raleigh Nc word when urgent financial struggles. Finding a week for more you all well Payday Installment Loans Payday Installment Loans chapter is without even salaried parsons.

Mar 092010
 

Out of the night that covers me,
Black as the pit from pole to pole,
I thank whatever gods may be
For my unconquerable soul.

In the fell clutch of circumstance
I have not winced nor cried aloud.
Under the bludgeonings of chance
My head is bloody, but unbowed.

Beyond this place of wrath and tears
Looms but the Horror of the shade,
And yet the menace of the years
Finds and shall find me unafraid.

It matters not how strait the gate,
How charged with punishments the scroll,
I am the master of my fate:
I am the captain of my soul.

 Posted by at 10:17 PM
Dec 032009
 

I needed to create a publication list for my dissertation. I wanted it to include the abstracts and be sorted descendant by publication date.

There is already an abstract.bst file that outputs the bibliography items with abstract, but it sort them by author. So that messed up my file, because I wasn’t the first author in all these publications. There is also a plainyr-rev.bst that sort the bibitems by year. So I combined them both to have a descendant-by-year-abstract-included output. This is the Bibtex Style File for Publication Lists with Abstract (descYrWithAbst.bst).

I use BibDesk to mantain my bibtex database. I created a Smart group that contains all the entries where I am an author. I have the tex view in the bottom panel, and in the BibDesk’s Preferences, I modify the Tex template like this:

\documentclass[a4paper,11pt]{article}
\usepackage{url, gensymb} % include packages according to your needs
\pagestyle{empty}
\title{Publication List}
\author{Juli\'an Villegas}
\date{}
\begin{document}
\nocite{<<CiteKeys>>}
\bibliography{<<File>>}
\bibliographystyle{./descYrWithAbst}
\end{document}


This method is convenient because it can be used to generate an well-formed HTML file without all the curly braces and such those the BibDesk includes. I’m using SimpleTeX4ht to generate the HTML file. The ‘Publications‘ page of this website was generated that way.

Hope it helps!

Oct 132009
 

I upgraded Mac Os X to the version 10.6.1 and I found that my mysql database stopped working, This is how I fix it:
Open a Terminal and type
sudo ln -s /usr/local/mysql-5.0.51b-osx10.5-x86/* /usr/local/mysql

Then, look for the MySQL icon in the System Preference panel and click it. Let it reopen (as the message says), and that’s it. Mysql is running as it was before upgrading the operative system.

Hope it helps.

Protected: Sept. 21

 Salt and pepper  Enter your password to view comments.
Sep 202009
 

This post is password protected. To view it please enter your password below:

 Posted by at 5:42 PM
Sep 172009
 

I came across this website (latingipsy.com) and I found it interesting. Although  it seems that these girls are just starting the website, I liked it because the posts are all related to what we can do to make a social change and are well written. In their words “Latingipsy.com is a place to join in on the journey towards establishing social awareness within society.”

Go Girls!!!

 Posted by at 1:58 AM
May 202009
 

Recently I needed to print a PDF file that I created a while ago. It happens that I put some stupid printing restriction and I couldn’t remember the password. After doing some research, I found that I didn’t need to pay for expensive software to override the password. This is what I did with ghostscript:

gs -sDEVICE=pdfwrite -sPAPERSIZE=a4 -sOutputFile=fileWithoutPassword.pdf -dNOPAUSE -dBATCH fileWithPassword.pdf

voila!

change according your needs…

Mar 292009
 

After changing the motherboard of my MacBook I needed to reset the configuration of Time Machine. I found this link very useful:

http://www.macosxhints.com/article.php?story=20080128003716101

Summarizing you need to :

$ su -

$fsaclctl -p /Volumes/YourVolume -d
$ mv .theOldOne .theNewOne
$ xattr -w com.apple.backupd.BackupMachineAddress theNewOneWithSemicolons Backups.backupdb/YouMacName
$ fsaclctl -p /Volumes/
YourVolume -e

restart your laptop.