AqAdvisor.com - WEB version of AquAdvisor

At first I was amazed that you didn't have my filter, but then I remembered that Hagen was the manufacturer not Aqua Clear, duh.
Cant find Sun/Eclipse catfish on the list. It may just be under a common name I'm not familiar with but they're getting pretty common it seems so it may be worth adding if its not there.
Nice work overall definitely bookmarking.
 
Last edited:
At first I was amazed that you didn't have my filter, but then I remembered that Hagen was the manufacturer not Aqua Clear, duh.
p/quote]

Yeah that filter is so popular that the model name is better known than the manufacturer name... :D

Cant find Sun/Eclipse catfish on the list. It may just be under a common name I'm not familiar with but they're getting pretty common it seems so it may be worth adding if its not there.
Nice work overall definitely bookmarking.

I'll look for it. If it indeed is a repeat of one of the existing species, I'll still add it as an alias - this is just an internal mechanism to keep one set of attributes but allow multiple common names.
 
What's new for 2009 11 17 build:

- Added Banded Rainbowfish.
- Added American/Florida Flagfish.
- Added Featherfin Catfish/Synodontis eupterus.
- Added Orange Chromide.
- Added Green/Banded Chromide.
- Added Emerand Green Cory/Brochis splendens.
- Added Betta Imbellis.
- Added Odessa Barb.
- Added Chanchito/Australoheros oblongum.
- Added Flame/Fire/Von Rio Tetra.
- Added Sun/Eclipse/Bullseye/Golden Red Tail/Solar Catfish.
- Added False Siamese(Epalzeorhynchus sp.).
- Sailfin Molly size has been adjusted up from 4 to 6 inches.
- Fahaka Puffer has been marked as species that need to be raised alone without tankmates.
- Skunk Loach has been marked as "aggressive" requiring 5 of them to spread aggression.
- Amano shrimp scientific name has been updated to Cardina multidentata.
- Lowered max pH for all tetra species to 7.6 from 7.8.
- Fancy Goldfish minimum tank size has been reduced to 48x18 footprint.
- Chinese Algae Eater attributes have been updated. It is now little more frendly towards smaller species than before. (But still aggressive).
- Common Pleco attributes have been updated. It is now little more frendly towards smaller species than before.
- Goldfish temperature requirement has been updated to 19-23C.
- Minimum temperature requirement for Boeseman Rainbowfish has been reduced to 25 from 27.
- Will suggest two water changes per week instead if change volume is larger than 45%.
- Will display a serious warning with a suggestion to get a larger tank if stocking level is above 150%.
- Added Ehim Aquaball series filters.
- Added 110g high tank.
- Added Eclipse Corner 5 tank.
- Added Eclipse Hex 5 tank.
- Added a new article: "55g aquarium tank fish stocking suggestions for beginners"
- Total number of tanks in DB has been increased to 55.
- Total number of filters in DB has been increased to 118.
- Total number of species in DB has been increased to 368.

Question - Cannot find dimension for 30g hex tank. Can whoever requested this get back to me please?

Please Click on this link to try out the latest version.
 
Looking good! I noticed you disabled the value help when entering the # of a particular species, which makes the entry much smoother!

I also think it's cool that you split apart the suggested WC if too large, but I notice two things:

Think you're missing a space after "..schedule to two" and the %. Mine came out as: "You might want to split this water change schedule to two34% per week"

Other thing is that I don't think 2x WC's of half the amount equals a single water change of the full amount...here's how I figure that:

Let I = initial amount of waste at start of week
Let T = target amount of waste at end of week
(assuming waste is distributed uniformly throughout tank)
Let s = % removed as a single wc
Let p = % removed twice during the week as a 2x wc
Let w = waste at time step i

For single water change:
w[0] = I
w[1] = I (only 1 wc in this plan)
w[2] = I - s*I = T (want to get to our target)
Therefore s = 1 - (T/I)

For double water change:
w[0] = I
w[1] = I - p*I
W[2] = w[1] - p*w[1] = I - p*I - p * (I - p*I) = T (same goal)
Therefore T = I - p*I - p*I + p^2 * I
T/I = 1 - 2p + p^2 = (1 - p)^2
So, p = 1 +/- sqrt(T/I) (logically 0 < p < 1 and T < I, so..)
p = 1 - sqrt(T/I) = 1 - sqrt(1 - s)

So if the recommendation is a weekly 60% WC, then that would translate to:

p = 1 - sqrt(1 - .6) = 1 - sqrt(.4) ~= 37% WC

Not sure if you want to do something like this, but just thought I would throw it out there! (plus math is fun :) )
 
Looking good! I noticed you disabled the value help when entering the # of a particular species, which makes the entry much smoother!

Actually, I just lowered the threshhold a bit. Most shoaling species still has the min value set to 5. Many many people had 5 in their tanks and gave me feedback on this so I just lowered it.

I also think it's cool that you split apart the suggested WC if too large, but I notice two things:

Think you're missing a space after "..schedule to two" and the %. Mine came out as: "You might want to split this water change schedule to two34% per week"
Fixed! :)

Other thing is that I don't think 2x WC's of half the amount equals a single water change of the full amount...here's how I figure that:

Let I = initial amount of waste at start of week
Let T = target amount of waste at end of week
(assuming waste is distributed uniformly throughout tank)
Let s = % removed as a single wc
Let p = % removed twice during the week as a 2x wc
Let w = waste at time step i

For single water change:
w[0] = I
w[1] = I (only 1 wc in this plan)
w[2] = I - s*I = T (want to get to our target)
Therefore s = 1 - (T/I)

For double water change:
w[0] = I
w[1] = I - p*I
W[2] = w[1] - p*w[1] = I - p*I - p * (I - p*I) = T (same goal)
Therefore T = I - p*I - p*I + p^2 * I
T/I = 1 - 2p + p^2 = (1 - p)^2
So, p = 1 +/- sqrt(T/I) (logically 0 < p < 1 and T < I, so..)
p = 1 - sqrt(T/I) = 1 - sqrt(1 - s)

So if the recommendation is a weekly 60% WC, then that would translate to:

p = 1 - sqrt(1 - .6) = 1 - sqrt(.4) ~= 37% WC

Not sure if you want to do something like this, but just thought I would throw it out there! (plus math is fun :) )
I knew someone would point this out... LOL. I got lazy so I just halved it.. I'll add it to my wishlist and thanks for deriving the formula, now I don't need to kill as many of my own brain cells... :)
 
Archer fish, there are I think 6 different types, most common being toxotes julatrix and I cant rememeber the rest.
 
AquariaCentral.com