Example #1
0
File: main.py Project: cscmnu/lmfdb
 def short_summary(self):
     return r'The database current contains $%s$ groups, including all transitive subgroups of $S_n$ (up to conjugacy) for $n \le 47$ and $n \ne 32$.  Here are some <a href="%s">further statistics</a>.' % (
         latex_comma(self.ngroups), url_for(".statistics"))
Example #2
0
File: main.py Project: cscmnu/lmfdb
 def summary(self):
     return r"The database currently contains $%s$ transitive subgroups of $S_n$, including all subgroups (up to conjugacy) for $n \le 47$ and $n \ne 32$.  Among the $2{,}801{,}324$ groups in degree $32$, all those with order less than $512$ or greater than $40{,}000{,}000{,}000$ are included." % latex_comma(
         self.ngroups)