Namespaces
Variants
Actions

Difference between revisions of "User talk:Nbrothers"

From Encyclopedia of Mathematics
Jump to: navigation, search
 
(8 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
==Feedback – Development Items==
 
==Feedback – Development Items==
  
* New User landing environment (welcome template / info page) with admin-configurable defaults
+
# New User landing environment (welcome template / info page) with admin-configurable defaults  
 
+
# Some Administrator rights should be granted to Editorial-Board members as well
:''-'' User can enter their personal details
+
## 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:
:''-'' (other features TBD)
+
# Reorganization of Namespace:
 
+
## Main should only contain encyclopedic articles
:[[User_talk:Nbrothers#Notes_relating_to_user_intro_pages|additional notes]]
+
## Rename Encyclopedia of Mathematics namespace to EOM
 
+
## Place all non-encyclopedic pages in the EOM namespace
* Publish a description of the username rules on the registration page
+
## Place the project talk page at “EOM:Talk:This Project”  
 
+
# Modify CSS in order to wrap article text to match viewport width.
* History pages should display time stamps in UTC not CET
+
# 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.
* Reorganization of Namespace:
+
# History pages should display time stamps in UTC not CET (only if this is the wikipedia standard).
 
 
:''-'' 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”  
 
 
 
* 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.
 
 
 
* Some Administrator rights should be granted to Editorial-Board members as well (List of rights TBD)
 
 
 
* Certain page types (namespaces?) should not have “how to cite this article” area. (page types TBD)
 
 
 
* Only encyclopedic articles (only the items that will eventually be in the Main name space) should appear in the “Pages A-Z” list.
 
 
 
* Modify CSS in order to wrap article text to match viewport width.
 
  
 
==Requested Wiki Extensions==
 
==Requested Wiki Extensions==
Line 45: Line 25:
 
==Requests for Software Extensions==
 
==Requests for Software Extensions==
  
* Asymptote [[http://asymptote.sourceforge.net/]] (attached .php file)
+
* The 'Asymptote' Extension Has now Been Added
 
 
Comment: “It requires to have /usr/bin/asy installed. If you have asy at some other place please adjust the line
 
  
$this->asymptoteCommand = "/usr/bin/asy"; in the attached file "Asymptote.php".”
+
==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

  1. New User landing environment (welcome template / info page) with admin-configurable defaults
  2. Some Administrator rights should be granted to Editorial-Board members as well
    1. List of rights: Mark pages as patrolled.
  3. 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:
  4. Reorganization of Namespace:
    1. Main should only contain encyclopedic articles
    2. Rename Encyclopedia of Mathematics namespace to EOM
    3. Place all non-encyclopedic pages in the EOM namespace
    4. Place the project talk page at “EOM:Talk:This Project”
  5. Modify CSS in order to wrap article text to match viewport width.
  6. Grant users the right to edit pages within Talk namesubspaces.
  7. Administrators should have the ability to change the editing restrictions on a particular page independent of namespace rules.
  8. 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.”

How to Cite This Entry:
Nbrothers. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Nbrothers&oldid=20821