Welcome to my talk page. Please sign and date your entries by inserting ~~~~ at the end.

Start a new talk topic.

Super diode edit

Good work!

I am wondering if we should start a WikiProject for Electronics. — Omegatron 00:20, 15 September 2005 (UTC)Reply

Dia edit

How difficult was it to make Image:Star-Triangle transformation.png? I've experimented with dia and couldn't get anything useful out of it.

We have SVG support now, so we can theoretically make high-quality schematics that others can then edit. I tried drawing an example in Inkscape:

 

The fonts look different, of course.  :-\ Also I drew each component by hand, which is a pain. Now they're in groups that can be copied and pasted, but Inkscape's not really meant for blocks-connected-by-wires-on-a-grid type drawing. Any ideas? — Omegatron 00:36, 15 September 2005 (UTC)Reply

Dia & Superdiode edit

Hey, I read the two things you wrote me on my talkpage. I absolutely agree about creating a a WikiProject for Electronics, it would be useful for a sort of unification of the style and planning of the further work.

The main problems are: 1) decide a common style and create some templates, but we can start from an existing stub template 2) we'll have to suggest a common programme to draw circuits, to export in SVG.

I have few ideas, if you agree I'll start writing the article about the wikiproject now, then we'll discuss all the other improvements.

About using Dia for drawing: I tried using it once, but as you can see I made all the other circuits after that with Xcircuit. Dia has some strong limitations: most of the devices are not in the library (I drew only resistors with it!) and you can't rotate objects. In my Image:Star-Triangle transformation.png I made a draft with Dia and I postprocessed it with Gimp (rotating and connecting the resistors, etc.). Drawing something more complicated would be crazy.

I took a look at the Inkscape you told me about: it's the most promising programme, but there are few issues. There is a lot to say about this topic, and if you agree I will write properly on the page of the future wikiproject about electronics. I thought about contacting the developers of the programme, too: wikipedia is important and to be a programme suggested by wikipedia could be important for them, so I think they won't mind adding a few features for us, hopefully with our help.

Alessio Damato 13:43, 18 September 2005 (UTC)Reply

As for the Wikiproject, I just see it as a nice place to discuss things and organize our efforts. "Standardizing" on the electronics articles could be useful, too.
I agree that the interface for Dia is very poor. Inkscape has a pretty good interface and nice output, but it's meant for artistic drawing and not diagramming. I was reading around and they plan to introduce some more diagramming features in the future, but don't want to go too far in that direction for fear of bloating past their primary art focus. They've just added the ability to create program extensions, though, which could be very useful. — Omegatron 04:42, 19 September 2005 (UTC)Reply
Ok, I'll start writing the page for the Wikiproject saying all the problems to solve, and we'll find a solution with the other people that will join (hopefully :-) Alessio Damato 20:53, 19 September 2005 (UTC)Reply


Barnstar edit

I, V. Molotov, give you this Working Man's Barnstar for work pertaining to Rome.

 

Take care, Molotov (talk)   21:47, 19 September 2005 (UTC)Reply

Thanx :-) Alessio Damato 22:03, 19 September 2005 (UTC)Reply

Wikiproject about electronics edit

Hi, I did it: I started a Wikiproject about electronics. The home page is here. Take a look and tell me what you think about it: after that we'll start diffusing it :-) Alessio Damato 18:53, 20 September 2005 (UTC)Reply

I've started adding to it. I think this is a good idea! — Omegatron 20:35, 20 September 2005 (UTC)Reply
Re guidelines - Like everything else on Wikipedia, be bold and if you think they are useful, please feel free to use them. --Wtshymanski 16:03, 20 November 2005 (UTC)Reply

SVG Bessel plots edit

Hi, I noticed that you added SVG versions of the plots in Bessel function. In principle, this seems like a good idea to me. However, I have a couple of requests/suggestions.

First, do not use color as the sole way to distinguish between curves. This is problematic for the color blind, and for monochrome display devices. One way to fix this is to also use dashed/dotted lines, etcetera, an even better way is:

Second, it is much better to attach labels to curves directly (see the original versions of the Bessel plots, for example), rather than having a second "legend" box. This avoids an indirection, where the user has to look back and forth between a "key" and the data rather than just at the data; see e.g. Tufte, The Visual Display of Quantitative Information.

Third, I notice that your y-axis label for Image:BesselJ plot.svg falls on top of the tick numbering; please be careful of small glitches like this.

(Unfortunately, gnuplot is not the most flexible plotting tool in the world.)

—Steven G. Johnson 23:57, 9 October 2005 (UTC)Reply

I absolutely agree with you. First I have to improve my knowledge about gnuplot, then I'll work on it. Just in case I could post-process the image with Sodipodi or something like this (as I did for the picture of the Gamma function), but I want to get the best I can from gnuplot first, then I'll make smaller changes with other programs. I'll tell you when I make a sensible change to the plot. Alessio Damato 12:35, 10 October 2005 (UTC)Reply
ok, I did it. I don't think I can get anything better, but according to me it is alright. Take a look at Bessel function. Alessio Damato 12:27, 12 October 2005 (UTC)Reply

Good work on the Bessl functions edit

Hi,

Looks like good work on the bessel functions, thanks ! linas 23:10, 12 October 2005 (UTC)Reply

thanx :-) Alessio Damato 14:15, 13 October 2005 (UTC)Reply

re:Matlab code edit

Hi there. Sorry to be slow to get back to you.

I made the timing diagrams from the command line and then spent a while tweaking the export options regarding exporting before the final image was useful. The labelling of it I did all in Powerpoint (I think I exported a .eps version from Matlab) since the labelling feature in Matlab is a bit poor and fiddly to use. So I don't have the code I used, although with some legwork I guess I could reconstruct it. I think I'd prefer not to, though, since the .png files we already have are ok enough. The constellation diagrams I made entirely in Powerpoint; Matlab can do that (I believe the Comms toolbox has specific functions for it), but I didn't like the output as much as what I could get in Powerpoint. Using Powerpoint also avoided the need to write any code at all — I just positioned things using the default snap-to-grid things. Unfortunately, neither Matlab nor Powerpoint can export in .svg so I had to settle for .png -Splashtalk 01:19, 23 October 2005 (UTC)Reply

Thank you. That's actually really helpful and explains why it was so damned hard to make the images not scramble when I resized them. I had to spend quite some time playing with the export options so that the timing diags looked ok once they were the size I reckoned they should be. (The constellations weren't problematic; I suppose this is because I made them very big and only use them smaller.) When I find the time, I'll turn them into .svg images...once I work out those two pieces of software you mention. As for posting the Matlab code; I'll think about that case-by-case because I can imagine there are some cases where I would not want to GFDL the code (e.g. if it's part of my PhD or something). Thanks for the insight. -Splashtalk 17:38, 23 October 2005 (UTC)Reply

Images licensing edit

Hi. I noticed the really nice picture Image:Rome the sacred area of largo argentina 20050922.jpg. The problem of that image is that you states in its description that the image is released in public domain, but than you added GFDL and CC-by-sa tags. Please, choose either public domain or the GFDL/CC licenses, and correct the page.--Panairjdde 11:10, 21 November 2005 (UTC)Reply

I don't remember exactly, but I think I just wrote what I had found on one of the guidelines of wikipedia. Since I multilicensed it, you can do whatever you want with it. I wrote "to the public domain" because I "copyleft" it (can I say that?! :-)
If what I wrote is a mistake, what should I write to make it more consistent?? Alessio Damato 16:53, 22 November 2005 (UTC)Reply
It is not a problem of compliance with WP policy, but a matter of "logic": how is it possible that a file is at the same time of your intellectual property (as stated when you choose GFDL/any other license) and of public domain? If you want to be the owner of the Intelectual property of your works, remove the public domain tag, if you want to release it in the public domain, the GFDL tag is useless.--Panairjdde 11:38, 24 November 2005 (UTC)Reply

Gnuplot supports the SVG output edit

Hi I was interested in your comments on Edsanville's page re: Gnuplot and SVG. Do you know of a reference that explains (i.e. teaches) how to make images and animations with the Gnuplot and SVG? Sholto Maud 04:44, 19 December 2005 (UTC)Reply

As far as I know, there isn't any howto for making SVG with Gnuplot in particular. Gnuplot is a program for plotting, and it exports in several formats; one of them is SVG. That's it. Any tutorial is fine. Anyway I didn't find anything simple when I was looking for it, so all I can suggest you is this: take a look at the pictures other users did, make your own modifying the code other people used. In particular, I put in User:Alejo2083/Pictures_SVG all the SVG pictures I made with the code I used (just click on them): you could start from that.
You can't create animations with Gnuplot. I don't know any (free) program to do it, but I don't think Wikipedia supports it, yet. Alessio Damato 19:06, 19 December 2005 (UTC)Reply
See Wikipedia:How_to_create_graphs_for_Wikipedia_articles#SVGOmegatron 17:43, 15 May 2006 (UTC)Reply

SVG version of Image:Single-phase_transformer edit

Hi Alessio, thanks for your comments! I actually wasn't aware that SVG images could be uploaded, so I converted it to PNG first. I've uploaded the file now to Image:Single-phase transformer.svg on the Commons. It appears that some of the formatting hasn't come across quite right: the flux symbol for example has disappeared, and the subscripts on the number of turns look a bit funny. I guess these can be sorted with a little work and I can reload the file. Is there a particular reason that SVG should be preferred over PNG? regards, --BillC 20:15, 19 December 2005 (UTC)Reply
PS: Don't forget to sign my guestbook! :-)

Okay, I have uploaded a new version of the file; it is the one currently at Transformer. I had to separate the text with the subscripts into two blocks to get it to show properly. The flux symbol Ø is now just an ellipse with a line drawn through it. The image looks 'crisper', though.
To answer your questions, no, I worked the image from scratch and from memory. It was the first full image I had ever drawn with Inkscape. I'm still learning; here is an animated image I'm working on now to illustrate three-phase power-flow: http://img527.imageshack.us/my.php?image=360deganimation2sm.gif. (Any tips appreciated.) --BillC 01:11, 21 December 2005 (UTC)Reply
For some reason, the flux symbol disappeared altogether first time round, so I redrew it as a circle with a line through it. There might have been a problem with mixing font symbols in the same line of text. I have now given it a second go, this time creating a new text entity. --BillC 22:29, 21 December 2005 (UTC)Reply
Nope, it's not working. A black rectangle keeps appearing in the image. It's not present in the file I'm working on. One of the arrowheads is going missing, and the flux symbol is becoming much smaller as well. For the time being, I have reverted Transformer back to using the original PNG file. Perhaps you could offer some advice. I can e-mail you the SVG file if you're interested. --BillC 22:51, 21 December 2005 (UTC)Reply
Hello again. For your info, I finally sorted the problem with uploading the SVG file. (There's a new one now at Transformer.) There was a strange entity hidden in the file called "svg:FlowRegion". I had to remove it with Inkscape's XML editor as it was not selectable (or viewable) on screen. --BillC 00:07, 30 December 2005 (UTC)Reply
Thanks for your comments. I got rid of the black rectangle as I say in my message above. The problem with the Greek Phi appeared to be because I was trying to mix both Latin and Greek fonts in the same text object, something Wikipedia's SVG engine obviously didn't like. With the new drawing, the 'Magnetic Flux' is one text object, and the Phi is another. I'm not sure what was happening with the arrows, but the problem seems to have gone away. My latest work is here, started with Inkscape and animated with Adobe ImageReady, but it needs a little more work at the moment. Happy New Year! --BillC 18:01, 2 January 2006 (UTC)Reply
Hi Alessio, thanks for your message. I've left it too late today to reply, but I will do tomorrow. --BillC 02:01, 4 January 2006 (UTC)Reply
Sorry for taking the time to get back to you. With regards to changing the arrow direction on the secondary, I guess I was succumbing to peer pressure on the FA page. However, I have been searching the web today, and the pages I could see showing a similar circuit diagram seemed to be fairly evenly divided as to whether the secondary current is showing entering or leaving. Of course, it can easily be changed in the image. If you think it is important, I guess you could say so on the featured article page and a new version be uploaded. With regards to The Commons, there was no real reason to not upload it there. Can it be done there as well, or does it need to be renamed, or something? --BillC 17:11, 4 January 2006 (UTC)Reply

Image:BesselI plot.svg edit

Please correct the labels on Image:BesselI plot.svg, which incorrectly say "J_n" instead of "I_n". thanks! (While you're at it, proper subscripts instead of underscores, and a larger font on the labels, would be nice.) —Steven G. Johnson 03:14, 25 January 2006 (UTC)Reply

I fixed everything, I uploaded the new version but I can't see it! I uploaded it twice (see the history on commons) but the rendered picture does not change, neither does the SVG source. Is it a bug or should I wait for a while?? Alessio Damato 22:26, 25 January 2006 (UTC)Reply
I can see it; it looks greatly improved, thanks! If you get a chance to similarly update the fonts for the other plots on that page that would be great. (Another nice touch, by the way, would be to make the labels the same color as the corresponding curves.) —Steven G. Johnson 19:20, 26 January 2006 (UTC)Reply
I did it again! Alessio Damato 19:53, 27 January 2006 (UTC)Reply
I just noticed another error. You label the curves I_1, I_2, and I_3, when I think they should be I_0, I_1, and I_2. Please upload a corrected figure when you get a chance, thanks! —Steven G. Johnson 01:33, 14 March 2006 (UTC)Reply
I uploaded the new version but I can't see it!
Ok, that happens to way too many people. I am going to see if I can add a message to the upload thing reminding people to bypass their cache. :-) — Omegatron 03:51, 14 March 2006 (UTC)Reply

I fixed the labels myself, never mind. —Steven G. Johnson 20:10, 14 March 2006 (UTC)Reply

Beer Categories edit

It has been suggested by User:BrianSmithson that the Beer and brewery categories should be renamed. The proposal has been supported by User:Syrthiss, and supported and expanded by myself. The notion is that the regional categories should follow the format of "Beer and breweries in Africa" /Europe/Asia/North America/South America/Oceania. "Brewers and breweries" could also be renamed "Beer and breweries by region". And all the countries should also be renamed (and merged if needed) as, for example, "Beer and breweries of Germany", "Beer and breweries of Britain", "Beer and breweries of Poland". The word in each case would be beer rather than beers to allow for general articles on beer culture in each region as well as individual beers.

Comments, suggestions, objections and simple votes to Wiki Beer Project SilkTork 15:01, 3 April 2006 (UTC)Reply

Please Help edit

 
Thank you for your support of the Article Improvement Drive.
This week Rome was selected to be improved to featured article status.
Hope you can help.
Posted by (^'-')^ Covington 01:41, 10 May 2006 (UTC) on behalf of the the AID Maintenance TeamReply

Image:Dandelion clock dft dct.png edit

Hi, I noticed you posted Image:Dandelion clock dft dct.png. Thanks! It might be clearer if you didn't center the FFT spectrum, however. (Note also that you can use the fftshift command instead of using the (-1)^(i+j) trick, which only works for even sizes.)

—Steven G. Johnson 23:45, 12 May 2006 (UTC)Reply

If you were only showing the FFT spectrum, I would agree that you should center it. The reason I don't think you should center it here is because you are comparing it to the DCT spectrum, which is not centered. For purposes of comparison, you should make the two plots as similar as possible. (Arguably, you should also remove half of the FFT image since half of it is redundant for the transform of a real image.) —Steven G. Johnson 16:42, 13 May 2006 (UTC)Reply

Your revised image still has three problems:

  • You didn't correct the FFT histogram (it is still centered)
  • You plotted 1/4 of the FFT image instead of 1/2. This is questionable because 1/4 of the image does not show all of the non-redundant magnitudes.
  • You rescaled the 1/4 FFT image so that it is the same size as the DCT image. This is misleading because the DCT image now has a higher resolution. If you want to compare the energy localization, the pixels must be the same size. Thus, if you show 1/2 of the FFT image as I suggest then the FFT image plot should be 1/2 the size of the DCT plot.

Thanks for your efforts.

—Steven G. Johnson 16:58, 13 May 2006 (UTC)Reply

Hi Alessio, I wanted to call your attention to the discussion on the talk page for Discrete Cosine Transform, in regards to this image. I'd really appreciate your thoughts on my comments there. Thanks! Cdecoro (talk) 21:27, 31 January 2009 (UTC)Reply

Super diode edit

I like the new SVG images. Can you make one for a full-wave rectifier, too? — Omegatron 17:41, 15 May 2006 (UTC)Reply


What Is the Basic Idea behind a Negative Impedance Converter? edit

Alejo2083, I would like to participate in writing the page about one of the most interesting electronic circuits -- Negative impedance converter (as I can see, you have begun creating this page). I have been trying to reveal the secret of this "mystic" circuit from many years. Now, I have the feeling that I have managed to grasp the basic idea behind it; so, I would like to share my penetration with Wikipedia audience.

According to Wikipedia conventions, I have first exposed my suggestion on Talk:Negative impedance converter. I would be glad, if you and other Wikipedians who love exotic circuits join this discussion.

I have also tried to resume the discussion about Current source and the dual Voltage source −- see Talk:Current_source#New_structure. Circuit-fantasist 18:00, 7 July 2006 (UTC)Reply

Poll edit

Your vote/opinion on brewery notability is requested here: [1] SilkTork 12:07, 20 July 2006 (UTC)Reply

Aiuta!

Do you know how difficult is using Tex in Wikipedia? can you see this article : http://es.wikipedia.org/wiki/M%C3%A9todo_de_planos_de_corte i have tried so long repaired it but i couldn't ... thanks :)

Carlos

News, i think i solve it, my still F*** up, i don't understand why sometimes the image png not appears, i have tried to make a lot of pieces of

Commons edit

If you are not going to respond to your Commons talk page, you should redirect it here or say on it that you want people to contact you here. — Omegatron 21:17, 18 September 2006 (UTC)Reply

I replied on Commons Alessio Damato 18:10, 19 September 2006 (UTC)Reply

Photography WIkibook edit

Hi Alessio,
Yeah I would be very interested in contributing, give me a couple of days for me to get some uploading out of my system (I've been restraining myself for like 2 months now with exams and stuff)! Then I'll have a shot at writing something. --Fir0002 04:24, 20 November 2006 (UTC)Reply

Beer style chart edit

Hi. Thanks for adding the chart to the beer page. I've moved it to the beer style page. The matter has now been raised on the WikiProject Beer talk pages [2]. You may want to leave a comment there. Cheers. SilkTork 08:22, 28 December 2006 (UTC)Reply

Nyquist ISI edit

Thanks for fixing the article. Sometimes you just are blind to you own mistakes. Alinja 13:20, 6 January 2007 (UTC)Reply

no problem :-) Alessio Damato 13:36, 6 January 2007 (UTC)Reply

Solitons edit

Hi, Alejo2083!

I just read your new article on solitons, and I'm impressed. It's an excellent article. Thank you for putting so much time and effort into it.

I did notice some little things about the English idiom and style. I'm guessing that English is your second (third?) language. So I just wanted to let you know I'll probably change a few words here and there, and maybe alter some punctuation, in the next day or two. It's no reflection on you ... you clearly know your stuff. I'm just pretty picky about English idiom.

Thanks again for writing such a wonderful article on an interesting topic! DavidCBryant 13:26, 14 February 2007 (UTC)Reply

I'm happy you liked it :-) I am studying solitons but I found it a confusing subject at the beginning because any book I have seen discusses them quickly, with few explanations and using ambiguous notations... So I collected all the info I could, I rearranged them using my own clear notation (consistent for both cases) and I wrote the article. Maybe there is too much maths compared to explanations and pictures, but about now it's fine.
About my English, yeh I know I'm getting worst. I studied and graduated in UK, but here in Italy I can't find any chance to speak in English with anybody... feel free to fix my English odds, I appreciate it because I can learn from your corrections :-) Alessio Damato 19:13, 15 February 2007 (UTC)Reply

Soliton article and frequency/speed relation edit

Hi, thanks a lot for the great soliton (optics) article! You write "The higher frequency components will propagate a little bit faster than the lower frequencies, thus arriving before at the end of the fiber." Isn't it true that red light is faster than blue light in glass?

Also, since you seem to be good with graphics, I was wondering if you could create a picture for soliton? Maybe an animated picture, a soliton moving from left to right. Or even two solitons meeting and passing through each other. Cheers, AxelBoldt 18:57, 11 March 2007 (UTC)Reply

the speed of light depends on the refractive index, that depends on frequency. In glass fibers, for   (normal dispersion), lower frequencies are faster, then red light is faster than blue. If   (anomalous dispersion), then the opposite is true and higher frequencies go faster. We need anomalous dispersion to generate temporal solitons, the range of frequencies we can use depend on the material, the standard   threshold is valid only for standard SiO2 fibers. If this point is not clear in the article, please fix it adding a clearer explanation!
about graphics, I can make still images. The only way I am able to create an animation is by creating each frame as a still image and then merging them together to create a GIF. I can do it anyway: for this kind of graphics you don't need 25 fps, 1-2 fps are enough. I am very busy in this period: if you ask me to make a plot in particular, providing the mathematical formulas to be used, I can do something, otherwise I'm sorry but I have no time. Bye :-) Alessio Damato

Articles you might like to edit, from SuggestBot edit

SuggestBot predicts that you will enjoy editing some of these articles. Have fun!

Stubs
Cordonata
Passetto di Borgo
French Academy in Rome
History of Rome
Electromagnetic field
Field strength
Rione
Pilsner Urquell
Jacobi polynomials
Triangular function
Hypergeometric function identities
Pamphili
Dunkel
Passband
Bellegra
Additive white Gaussian noise
Domenico Panaroli
Delta modulation
Aventine Hill
Cleanup
Malt
Pixel image editor
Phase (waves)
Merge
Modular function
Electric field
Spin (physics)
Add Sources
Ohm's law
Bandwidth
Delicatue
Wikify
Spread betting
Cutoff frequency
Fresnel equations
Expand
RL circuit
Comparison of graphics file formats
Rome Observatory

SuggestBot picks articles in a number of ways based on other articles you've edited, including straight text similarity, following wikilinks, and matching your editing patterns against those of other Wikipedians. It tries to recommend only articles that other Wikipedians have marked as needing work. Your contributions make Wikipedia better -- thanks for helping.

If you have feedback on how to make SuggestBot better, please tell me on SuggestBot's talk page. Thanks from ForteTuba, SuggestBot's caretaker.

P.S. You received these suggestions because your name was listed on the SuggestBot request page. If this was in error, sorry about the confusion. -- SuggestBot 21:15, 21 May 2007 (UTC)Reply

Question regarding Fourier transform pair 311 edit

Hi,

Looking at the edit logs of the article on the Fourier Transform, I see that you were the person that added what is now called Fourier Transform pair 311 on 3 May 2006. It is in the distributions section. If I am not mistaken   is a square integrable function. Why then is this Fourier Transform pair in the distribution section?

Butala 01:52, 1 November 2007 (UTC)Reply

because the Heaviside step function is commonly used as a distribution. Alessio Damato 15:09, 1 November 2007 (UTC)Reply
Thanks for the reply. I agree with your response. However, am I mistaken to say that   is square integrable? Butala 15:13, 1 November 2007 (UTC)Reply
I would say it is square integrable, but I'm not expert about those formal issues (I'm an engineer), you'd better ask somebody else who is more expert about Maths. Alessio Damato 15:23, 1 November 2007 (UTC)Reply

Hello

I'm working on educational film project (films for teachers and students) for polish publishing house. We would like to buy one of Your photos (Il Gesu facade) for our film about baroque art in Europe. It is the only one we found that match our purpose. If You could help me please contact: kbarczykowska@operon.pl

Best regards Karolina —Preceding unsigned comment added by 83.14.249.122 (talk) 08:43, 14 January 2008 (UTC)Reply

request for help edit

Hello

I'm working on educational film project (films for teachers and students) for polish publishing house. We would like to buy one of Your photos (Il Gesu facade) for our film about baroque art in Europe. It is the only one we found that match our purpose. If You could help me please contact:

Best regards Karolina 14.01.2008 —Preceding unsigned comment added by 83.14.249.122 (talk) 08:51, 14 January 2008 (UTC)Reply


Disputed fair use rationale for Image:University Roma Tre logo.svg edit

Thanks for uploading Image:University Roma Tre logo.svg. However, there is a concern that the rationale you have provided for using this image under "fair use" may be invalid. Please read the instructions at Wikipedia:Non-free content carefully, then go to the image description page and clarify why you think the image qualifies for fair use. Using one of the templates at Wikipedia:Fair use rationale guideline is an easy way to ensure that your image is in compliance with Wikipedia policy, but remember that you must complete the template. Do not simply insert a blank template on an image page.

If it is determined that the image does not qualify under fair use, it will be deleted within a couple of days according to our criteria for speedy deletion. If you have any questions please ask them at the media copyright questions page. Thank you.BetacommandBot (talk) 02:40, 12 February 2008 (UTC)Reply

Guess edit

Hi Alejo2083, Guess who am I?? Clue:Just yesterday I've been talking to your father —Preceding unsigned comment added by *siralex86* (talkcontribs) 18:33, 17 February 2008 (UTC)Reply

Alessandro??

Trigonometric_functions.svg edit

Hello Alessio.

At the following URLs
http://en.wikipedia.org/wiki/Image:Trigonometric_functions.svg
http://upload.wikimedia.org/wikipedia/commons/1/19/Trigonometric_functions.svg
http://wiki.w2n.net/pictures/Trigonometric_functions.svg
(and probably others)
there is your image showing plots of the six common trigonometric functions.
In this image the X axis is marked in multiples of 1 (from -4 to 4).
These positions do not correspond to the significant X values in the functions so, if possible, please could you replace the X axis markers with
multiples of π/2 (pi/2) from -3π/2 (-3pi/2) to 3π/2 (3pi/2)
or even
multiples of π/4 (pi/4) from -3π/2 (-3pi/2) to 3π/2 (3pi/2)
and note them as being in Radians.
It might also be worthwhile also showing the values in degrees in multiples of 90 or 45 from -270 to 270.

Best regards,

Mycroft At The Diogenes Club (talk) 16:06, 25 May 2008 (UTC)Reply

I agree with your suggestion, but at the moment I'm not able to, I should study the behaviour of Gnuplot better. I'll try to do it as soon as I have some time (hopefully within one month, but I'm not sure), in case you want to try, you can find the original code in the description page. The original source of the image is here http://commons.wikimedia.org/wiki/Image:Trigonometric_functions.svg
All the other versions are taken from there, so it's the only version you need to edit. Bye :-) Alessio Damato (talk) 15:56, 2 June 2008 (UTC)Reply


Beer category decision edit

A discussion has been opened on changes that have been made to the existing Beer category system. The changes reverse the decision made by the Project in April 2006. The changes were based on agreement by only two people, and by a discussion that took place outside the Beer Project. There may be some merit in the changes, and to prevent future conflict it is important that there is some discussion of the matter. If you're interested, please see Wikipedia_talk:WikiProject_Beer#Brewery_cats. SilkTork *YES! 14:01, 14 July 2008 (UTC)Reply

Image:Biometric_comparisons.png listed for deletion edit

An image or media file that you uploaded or altered, Image:Biometric_comparisons.png, has been listed at Wikipedia:Images and media for deletion. Please see the discussion to see why this is (you may have to search for the title of the image to find its entry), if you are interested in it not being deleted. Thank you. Jordan 1972 (talk) 14:10, 18 October 2008 (UTC)Reply

Wikiproject Electronics collaboration edit

Hi, I am writing to you because you have listed yourself as a member of the Electronics WikiProject. Sadly, this project is pretty dead, but I propose to resuscitate it with a collaboration. The idea is to have a concerted effort on improving one article per month, hopefully to GA or FA status and nominate the very best of them for the front page. I have prepared a page to control this process at Wikipedia:WikiProject Electronics/Collaboration (actually, I mostly shamelessly stole it from Wikipedia:WikiProject Mammals where a collaboration of this sort was succesfully run). There you can make nominations for articles for collaboration or comment on the nominations of others.

If you want to take part you might like to place this template {{WikiProject Electronics Collaboration}} on your userpage which will give you a link to the current collaboration. If you are no longer interested in Wikiproject Electronics, please remove yourself from the members list, which is now at Wikipedia:WikiProject Electronics/Members

Thanks for listening, SpinningSpark 14:06, 23 November 2008 (UTC)Reply

Documentary edit

Hi Alessio, I am working on a documentary and would like to get in touch with Raja Patnaik to request permission to include his photos related to the Il Passetto in our program.

Thank you for your time and help. Natalie A. 66.92.35.17 (talk) 00:16, 28 March 2009 (UTC)Reply

Differentiator filter edit

Hi Alessio,

I noticed you put the differentiator filter edit in the DTFT page. Did you get this from a book? I see you have a background in EE and sound. I ask because this was published in a recent paper (2008) but the authors were not aware it was on wikipedia or anywhere for that matter.

Regards

Brian —Preceding unsigned comment added by 404Science (talkcontribs) 20:50, 5 May 2009 (UTC)Reply

sorry, I didn't understand: what are you talking about? the mathematical filter on the DTFT page or the analog circuit on the differentiator page? Alessio Damato (talk) 09:39, 6 May 2009 (UTC)Reply

Bomarzo edit

Hi Alessio, I'm currently writing a book, and would love to use one of your Bomarzo images in it. Would you mind contacting me? email is cedell at hotmail Best, Chris R0secr0ix (talk) 21:43, 24 January 2010 (UTC)Reply

I need help about editing svg images edit

Hi Alessio! I would like to edit existing Wikipedia images with Inkscape but I can't open them. Would you help me? Regards, Circuit dreamer (talk, contribs, email) 07:01, 9 November 2010 (UTC)Reply

Equation numbering edit

Hi Alessio, Thanks for a useful book on LaTeX. Is there a way to add numbers to equations formatted using LaTeX but shown in wikipedia? Am trying to convert a book (http://en.wikibooks.org/wiki/Parallel_Spectral_Numerical_Methods) from LaTeX to wiki format, but with the default extensions on wikibooks it is not clear how to get automatic equation links and equation numbering.

Benson Muite (talk) 09:56, 17 November 2012 (UTC)Reply

Hi Benson, I think the information you are looking for can be found at Help:Displaying a formula#Equation numbering. For example,
 

(6)
See equation 6. Regards, Arbitrarily0 (talk) 16:36, 20 November 2012 (UTC)Reply


Thanks that is very helpful. Mathjax does some of this, and updates equation numbers automatically but creating links is not yet quite as friendly or quite as well documented. Mathjax is not yet implemented as default though. Some discussion on this is here:

https://bugzilla.wikimedia.org/show_bug.cgi?id=31406 https://bugzilla.wikimedia.org/show_bug.cgi?id=42061 Benson Muite (talk) 20:04, 20 November 2012 (UTC)Reply

A barnstar for you! edit

  The Graphic Designer's Barnstar
Just a quick note to say thank you for your bit plane slicing graphics and associated matlab code, most useful! Da5nsy (talk) 15:08, 3 April 2013 (UTC)Reply

Da5nsy (talk) 15:09, 3 April 2013 (UTC)Reply

Thanks!!! but which picture are you referring to? I made them ages ago! --Alessio Damato 10:26, 6 April 2013 (UTC)

Nomination for deletion of Template:Beer-project-member edit

 Template:Beer-project-member has been nominated for deletion. You are invited to comment on the discussion at the template's entry on the Templates for discussion page. Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 12:31, 13 August 2015 (UTC)Reply

ArbCom elections are now open! edit

Hi,
You appear to be eligible to vote in the current Arbitration Committee election. The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to enact binding solutions for disputes between editors, primarily related to serious behavioural issues that the community has been unable to resolve. This includes the ability to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail. If you wish to participate, you are welcome to review the candidates' statements and submit your choices on the voting page. For the Election committee, MediaWiki message delivery (talk) 13:01, 23 November 2015 (UTC)Reply

"Template:Electro" listed at Redirects for discussion edit

 

An editor has asked for a discussion to address the redirect Template:Electro. Since you had some involvement with the Template:Electro redirect, you might want to participate in the redirect discussion if you wish to do so. Magioladitis (talk) 10:54, 3 September 2019 (UTC)Reply