Namespaces
Variants
Actions

Difference between revisions of "User talk:Nbrothers"

From Encyclopedia of Mathematics
Jump to: navigation, search
(New Talk page with dev items)
 
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Here are some of the development items that we hope to implement on the EOM site:
+
Future Site Development: (Requires Prioritization)
  
* mediawiki upgrade: Live 1/19/12. Looks ok to me so far. Think we should be good.
+
==Feedback – Development Items==
  
* Extensions: Are we good here or do they want more?
+
# 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).
  
* MSC: Good skype notes from me and you. Depending on specified requirements from Ulf, may be a good chunk of time/effort.
+
==Requested Wiki Extensions==
  
* New header:
+
* Extension:HarvardReferences
  
: * Bert to supply estimate re banner and interface color matching.
+
* Extension:ConfirmEdit#MathCaptcha
  
: * css, html needed.
+
==Requests for Software Extensions==
  
* Misc: redirects? SSO? info page at registration? (all from previous notes/requests)
+
* 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==
 +
 
 +
* 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.”

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=20526