Difference between revisions of "User talk:Nbrothers"
Ulf Rehmann (talk | contribs) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 25: | Line 25: | ||
==Requests for Software Extensions== | ==Requests for Software Extensions== | ||
− | * Asymptote | + | * The 'Asymptote' Extension Has now Been Added |
− | + | ==http://www.piprime.fr/815/Fractals-with-asymptote-fig0020/== | |
+ | <asy> | ||
+ | size(10cm,0); | ||
+ | transform scale(pair center, real k) { | ||
+ | return shift(center)*scale(k)*shift(-center); | ||
+ | } | ||
+ | path trk=(0,0)--(0,1); | ||
+ | void tree(path p, int n, real a=30, real b=40, real r=.75) { | ||
+ | if (n!=0) { | ||
+ | pair h=point(p,length(p)); | ||
+ | transform tb=rotate(180-b,h)*scale(h,r); | ||
+ | transform ta=rotate(-180+a,h)*scale(h,r); | ||
+ | draw(p,n/3+1/(n+1)*green+n/(n+1)*brown); | ||
+ | tree(tb*reverse(p),n-1,a,b,r); | ||
+ | tree(ta*reverse(p),n-1,a,b,r); | ||
+ | } | ||
+ | } | ||
− | + | tree(trk,12,a=25,b=40,r=.75); | |
+ | </asy> | ||
==Requests for Information== | ==Requests for Information== |
Latest revision as of 17:35, 18 June 2012
Future Site Development: (Requires Prioritization)
Feedback – Development Items
- New User landing environment (welcome template / info page) with admin-configurable defaults
- Some Administrator rights should be granted to Editorial-Board members as well
- List of rights: Mark pages as patrolled.
- Only encyclopedic articles (only the items that will eventually be in the Main name space) should appear in the “Pages A-Z” list. This is closely related with the next item:
- Reorganization of Namespace:
- Main should only contain encyclopedic articles
- Rename Encyclopedia of Mathematics namespace to EOM
- Place all non-encyclopedic pages in the EOM namespace
- Place the project talk page at “EOM:Talk:This Project”
- Modify CSS in order to wrap article text to match viewport width.
- Grant users the right to edit pages within Talk namesubspaces.
- Administrators should have the ability to change the editing restrictions on a particular page independent of namespace rules.
- History pages should display time stamps in UTC not CET (only if this is the wikipedia standard).
Requested Wiki Extensions
- Extension:HarvardReferences
- Extension:ConfirmEdit#MathCaptcha
Requests for Software Extensions
- The 'Asymptote' Extension Has now Been Added
http://www.piprime.fr/815/Fractals-with-asymptote-fig0020/
Requests for Information
- More detail about how to use the rights listed under administrator on [Special:ListGroupRights]
Notes relating to user intro pages
(Taken from an email by Ulf sent on 12/4/2011)
“Here is my intro page on en.wikipedia.org: http://en.wikipedia.org/wiki/User:Urehmann
It allows me to say something about me. I have almost left it as it was, except that I modified a bit the part "About me".
Here is the user page of some colleague, which is much more elaborated: http://en.wikipedia.org/wiki/User:Tsirel
What I think of is that we draft a template page (which is edible by me) a copy of which appears as a template for each new user, allowing to give a little info. For example, there should be a field which informs about the special research fields of the user, in keywords as well as in Math Subject Classification.
Also, there could be a field in which the names of pages could be included for which the user (e.g., an editor) could list the pages for which the user feels responsible.
So: As a template, the page should be edible by me, and the local copy should be edited by the user.”
Nbrothers. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Nbrothers&oldid=20957